Searched refs:windowMatrix (Results 1 – 2 of 2) sorted by relevance
411 final Matrix windowMatrix = iBinder != null in getWindowTransformMatrix() local414 if (windowMatrix == null) { in getWindowTransformMatrix()417 outTransform.set(windowMatrix); in getWindowTransformMatrix()
1002 final Matrix windowMatrix = mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy; in applyHostWindowMatrixIfNeeded() local1006 windowMatrix.mapRect(transformedBounds); in applyHostWindowMatrixIfNeeded()1013 final Matrix windowMatrix = mViewRootImpl.mAttachInfo.mWindowMatrixInEmbeddedHierarchy; in shouldBypassApplyWindowMatrix() local1014 return windowMatrix == null || windowMatrix.isIdentity(); in shouldBypassApplyWindowMatrix()