Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
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()
DAccessibilityInteractionController.java1002 final Matrix windowMatrix = mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy; in applyHostWindowMatrixIfNeeded()
1013 final Matrix windowMatrix = mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy; in shouldBypassApplyWindowMatrix()
1086 if (mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy == null) { in transformBoundsWithScreenMatrix()
DView.java31943 Matrix mWindowMatrixInEmbeddedHierarchy; field in View.AttachInfo