Interface InterlacedView

    • Method Detail

      • getMeasuredWidth

        int getMeasuredWidth()
      • getMeasuredHeight

        int getMeasuredHeight()
      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • getRectMatrix

        float[] getRectMatrix()
        Get the rect matrix
        Returns:
        the rect matrix if available or an identity matrix
      • getScaleTypeMatrix

        Matrix getScaleTypeMatrix()
        Get the scale type matrix
        Returns:
        the scale type matrix if available or an identity matrix
      • isAGSL

        boolean isAGSL()
        Is the view drawn by an AGSL RuntimeShader?
        Returns:
        true if view is drawn with AGSL
      • setAutoAlign

        void setAutoAlign​(boolean x,
                          boolean y)
      • getZonePlateInitialState

        ZonePlateState getZonePlateInitialState​(int viewportWidth,
                                                int viewportHeight)
      • setIsGuiVisible

        void setIsGuiVisible​(boolean isGuiVisible)