HomeSort by relevance Sort by last modified time
    Searched defs:mViewRootImpl (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/tests/coretests/src/android/view/
ViewRootImplTest.java 42 private ViewRootImplAccessor mViewRootImpl;
49 mViewRootImpl = new ViewRootImplAccessor(
56 mViewRootImpl.getAttachInfo().getContentInsets().set(-10, -20, -30 , -40);
57 mViewRootImpl.getAttachInfo().getStableInsets().set(-10, -20, -30 , -40);
58 final WindowInsets insets = mViewRootImpl.getWindowInsets(true /* forceConstruct */);
67 mViewRootImpl.getAttachInfo().getContentInsets().set(-10, 20, -30 , 40);
68 mViewRootImpl.getAttachInfo().getStableInsets().set(10, -20, 30 , -40);
69 final WindowInsets insets = mViewRootImpl.getWindowInsets(true /* forceConstruct */);
79 mViewRootImpl.getAttachInfo().getContentInsets().set(10, 20, 30 , 40);
80 mViewRootImpl.getAttachInfo().getStableInsets().set(10, 20, 30 , 40)
    [all...]
  /frameworks/base/core/java/android/view/
RenderNode.java 827 mOwningView.mAttachInfo.mViewRootImpl.registerAnimatingRenderNode(this);
839 mOwningView.mAttachInfo.mViewRootImpl.registerVectorDrawableAnimator(animatorSet);
    [all...]
ThreadedRenderer.java 798 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer;
826 attachInfo.mViewRootImpl.mSurface.release();
829 attachInfo.mViewRootImpl.invalidate();
832 attachInfo.mViewRootImpl.invalidate();
    [all...]
AccessibilityInteractionController.java 89 private final ViewRootImpl mViewRootImpl;
120 mViewRootImpl = viewRootImpl;
122 mA11yManager = mViewRootImpl.mContext.getSystemService(AccessibilityManager.class);
325 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
328 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = flags;
331 root = mViewRootImpl.mView;
381 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
384 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = flags
    [all...]
View.java     [all...]
ViewRootImpl.java     [all...]

Completed in 234 milliseconds