Searched refs:screenMatrix (Results 1 – 1 of 1) sorted by relevance
909 final Matrix screenMatrix = mViewRootImpl.mAttachInfo.mScreenMatrixInEmbeddedHierarchy; in applyScreenMatrixIfNeeded() local913 screenMatrix.mapRect(transformedBounds); in applyScreenMatrixIfNeeded()920 final Matrix screenMatrix = mViewRootImpl.mAttachInfo.mScreenMatrixInEmbeddedHierarchy; in shouldBypassApplyScreenMatrix() local921 return screenMatrix == null || screenMatrix.isIdentity(); in shouldBypassApplyScreenMatrix()