Searched refs:mWindowMatrixInEmbeddedHierarchy (Results 1 – 3 of 3) sorted by relevance
77 if (viewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy == null) { in setWindowMatrix()78 viewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy = new Matrix(); in setWindowMatrix()80 viewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy.set(mTmpWindowMatrix); in setWindowMatrix()
1002 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()
31943 Matrix mWindowMatrixInEmbeddedHierarchy; field in View.AttachInfo