Searched refs:mAttachInfo (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | AccessibilityEmbeddedConnection.java | 48 viewRootImpl.mAttachInfo.mLeashedParentToken = host; in associateEmbeddedHierarchy() 49 viewRootImpl.mAttachInfo.mLeashedParentAccessibilityViewId = hostViewId; in associateEmbeddedHierarchy() 64 viewRootImpl.mAttachInfo.mLeashedParentToken = null; in disassociateEmbeddedHierarchy() 65 viewRootImpl.mAttachInfo.mLeashedParentAccessibilityViewId = View.NO_ID; in disassociateEmbeddedHierarchy() 77 if (viewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy == null) { in setWindowMatrix() 78 viewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy = new Matrix(); in setWindowMatrix() 80 viewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy.set(mTmpWindowMatrix); in setWindowMatrix()
|
H A D | ViewRootImpl.java | 2090 mAttachInfo.mVisibleInsets, mAttachInfo.mStableInsets); 2680 mAttachInfo.mSystemUiVisibility &= ~mAttachInfo.mDisabledSystemUiVisibility; in collectViewAttributes() 2991 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal() 3001 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal() 3571 mAttachInfo.mContentInsets, mAttachInfo.mStableInsets); in performTraversals() 4135 mAttachInfo.mThreadedRenderer.setLightCenter(mAttachInfo); in maybeHandleWindowMove() 4742 return mAttachInfo.mThreadedRenderer != null && mAttachInfo.mThreadedRenderer.isEnabled(); in isHardwareEnabled() 5144 mAttachInfo.mThreadedRenderer.draw(mView, mAttachInfo, this); in draw() 10234 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen() 10423 boundsInWindow.offset(mAttachInfo.mTmpLocation[0], mAttachInfo.mTmpLocation[1]); in dispatchScrollCaptureSearchResponse() [all …]
|
H A D | ViewAnimationHostBridge.java | 38 mView.mAttachInfo.mViewRootImpl.registerAnimatingRenderNode(animator); in registerAnimatingRenderNode() 43 mView.mAttachInfo.mViewRootImpl.registerVectorDrawableAnimator(animator); in registerVectorDrawableAnimator() 48 return mView.mAttachInfo != null; in isAttached()
|
H A D | View.java | 8996 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); 11121 return mAttachInfo != null ? mAttachInfo.mAccessibilityWindowId in getAccessibilityWindowId() 12621 if (mAttachInfo != null && mAttachInfo.mViewRootImpl != null) { in getLocationInSurface() 15981 return mAttachInfo != null && mAttachInfo.mHasWindowFocus; in hasWindowFocus() 21869 return mAttachInfo != null ? mAttachInfo.mWindowToken : null; in getWindowToken() 21921 return mAttachInfo != null ? mAttachInfo.mDisplay : null; in getDisplay() 21931 return mAttachInfo != null ? mAttachInfo.mSession : null; in getWindowSession() 21939 return mAttachInfo != null ? mAttachInfo.mWindow : null; in getWindow() 22332 return mAttachInfo != null ? mAttachInfo.mDrawingTime : 0; in getDrawingTime() 23150 if (mAttachInfo == null || !mAttachInfo.mHardwareAccelerated || in buildDrawingCacheImpl() [all …]
|
H A D | TextureView.java | 454 if (mAttachInfo == null || mAttachInfo.mThreadedRenderer == null) { in getTextureLayer() 458 mLayer = mAttachInfo.mThreadedRenderer.createTextureLayer(); in getTextureLayer() 467 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler); in getTextureLayer() 503 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler); in onVisibilityChanged() 844 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler); in setSurfaceTexture()
|
H A D | AccessibilityInteractionController.java | 485 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null in findAccessibilityNodeInfosByViewIdUiThread() 873 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) { in clearAccessibilityFocusUiThread() 922 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null in notifyOutsideTouchUiThread() 953 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = flags; in setAccessibilityFetchFlags() 959 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = 0; in resetAccessibilityFetchFlags() 1026 info.setLeashedParent(mViewRootImpl.mAttachInfo.mLeashedParentToken, in associateLeashedParentIfNeeded() 1027 mViewRootImpl.mAttachInfo.mLeashedParentAccessibilityViewId); in associateLeashedParentIfNeeded() 1031 return (mViewRootImpl.mAttachInfo.mLeashedParentToken == null in shouldBypassAssociateLeashedParent() 1086 transformMatrix.preTranslate(-mViewRootImpl.mAttachInfo.mWindowLeft, in transformBoundsWithScreenMatrix() 1087 -mViewRootImpl.mAttachInfo.mWindowTop); in transformBoundsWithScreenMatrix() [all …]
|
H A D | ViewOverlay.java | 142 mAttachInfo = mHostView.mAttachInfo; in OverlayViewGroup() 189 parent.mAttachInfo != null) { in add()
|
H A D | ViewDebug.java | 758 root.mAttachInfo.mViewRootImpl.getDisplayFrame(outRect); 935 final View.AttachInfo attachInfo = tree.mAttachInfo; 1072 final View.AttachInfo attachInfo = tree.mAttachInfo; 1191 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft); 1192 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop); 1208 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft); 1209 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop); 1910 if (view.mAttachInfo != null) { 1911 mCanvas = view.mAttachInfo.mCanvas;
|
H A D | ViewGroup.java | 1653 if (mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in recomputeViewAttributes() 3818 if (mAttachInfo != null) { in onInitializeAccessibilityNodeInfoInternal() 4920 if (mAttachInfo != null) { in addTransientView() 4945 if (view.mAttachInfo != null) { in removeTransientView() 5317 AttachInfo ai = mAttachInfo; in addViewInner() 5602 } else if (view.mAttachInfo != null) { in removeViewInternal() 5885 } else if (child.mAttachInfo != null) { in removeDetachedView() 6375 final RectF rect = mAttachInfo != null ? mAttachInfo.mTmpTransformRect : new RectF(); in getChildVisibleRect() 6389 float[] position = mAttachInfo != null ? mAttachInfo.mTmpTransformLocation in getChildVisibleRect() 7113 if (view.mAttachInfo != null) { in clearDisappearingChildren() [all …]
|
H A D | WindowManagerGlobal.java | 574 root.getView().mAttachInfo.mThreadedRenderer; in dumpGfxInfo() 630 setStoppedState(root.mAttachInfo.mWindowToken, stopped); in setStoppedState()
|
H A D | SurfaceView.java | 1983 mTmpRect.offset(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in updateEmbeddedAccessibilityMatrix()
|