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()
1001 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()
30881 Matrix mWindowMatrixInEmbeddedHierarchy; field in View.AttachInfo