Home
last modified time | relevance | path

Searched refs:mWindowMatrixInEmbeddedHierarchy (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DAccessibilityEmbeddedConnection.java77 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 DAccessibilityInteractionController.java1001 final Matrix windowMatrix = mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy; in applyHostWindowMatrixIfNeeded()
1012 final Matrix windowMatrix = mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy; in shouldBypassApplyWindowMatrix()
1085 if (mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy == null) { in transformBoundsWithScreenMatrix()
H A DView.java30881 Matrix mWindowMatrixInEmbeddedHierarchy; field in View.AttachInfo