Interface ShadowViewRootImpl.ViewRootImplReflector

  • Enclosing class:
    ShadowViewRootImpl

    protected static interface ShadowViewRootImpl.ViewRootImplReflector
    Reflector interface for ViewRootImpl's internals.
    • Method Detail

      • setFirstDrawComplete

        void setFirstDrawComplete​(boolean isComplete)
      • getNewInsetsMode

        int getNewInsetsMode()
      • setWinFrame

        void setWinFrame​(Rect winFrame)
      • dispatchResized

        void dispatchResized​(int w,
                             int h,
                             Rect contentInsets,
                             Rect visibleInsets,
                             boolean reportDraw,
                             Configuration newConfig)
      • dispatchResized

        void dispatchResized​(Rect frame,
                             Rect contentInsets,
                             Rect visibleInsets,
                             boolean reportDraw,
                             Configuration newConfig)
      • dispatchResized

        void dispatchResized​(Rect frame,
                             Rect overscanInsets,
                             Rect contentInsets,
                             Rect visibleInsets,
                             boolean reportDraw,
                             Configuration newConfig)
      • dispatchResized

        void dispatchResized​(Rect frame,
                             Rect overscanInsets,
                             Rect contentInsets,
                             Rect visibleInsets,
                             Rect stableInsets,
                             boolean reportDraw,
                             Configuration newConfig)
      • dispatchResized

        void dispatchResized​(Rect frame,
                             Rect overscanInsets,
                             Rect contentInsets,
                             Rect visibleInsets,
                             Rect stableInsets,
                             Rect outsets,
                             boolean reportDraw,
                             Configuration newConfig)
      • dispatchResized

        void dispatchResized​(Rect frame,
                             Rect overscanInsets,
                             Rect contentInsets,
                             Rect visibleInsets,
                             Rect stableInsets,
                             Rect outsets,
                             boolean reportDraw,
                             Configuration newConfig,
                             Rect backDropFrame,
                             boolean forceLayout,
                             boolean alwaysConsumeNavBar)
      • dispatchResized

        void dispatchResized​(Rect frame,
                             Rect overscanInsets,
                             Rect contentInsets,
                             Rect visibleInsets,
                             Rect stableInsets,
                             Rect outsets,
                             boolean reportDraw,
                             Object mergedConfiguration,
                             Rect backDropFrame,
                             boolean forceLayout,
                             boolean alwaysConsumeNavBar,
                             int displayId)
      • dispatchResized

        void dispatchResized​(Rect frame,
                             Rect overscanInsets,
                             Rect contentInsets,
                             Rect visibleInsets,
                             Rect stableInsets,
                             Rect outsets,
                             boolean reportDraw,
                             Object mergedConfiguration,
                             Rect backDropFrame,
                             boolean forceLayout,
                             boolean alwaysConsumeNavBar,
                             int displayId,
                             Object displayCutout)
      • dispatchResized

        default void dispatchResized​(Rect frame)