Searched refs:windowMatrix (Results 1 – 2 of 2) sorted by relevance
412 final Matrix windowMatrix = iBinder != null in getWindowTransformMatrix() local415 if (windowMatrix == null) { in getWindowTransformMatrix()418 outTransform.set(windowMatrix); in getWindowTransformMatrix()
1001 final Matrix windowMatrix = mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy; in applyHostWindowMatrixIfNeeded() local1005 windowMatrix.mapRect(transformedBounds); in applyHostWindowMatrixIfNeeded()1012 final Matrix windowMatrix = mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy; in shouldBypassApplyWindowMatrix() local1013 return windowMatrix == null || windowMatrix.isIdentity(); in shouldBypassApplyWindowMatrix()