Searched refs:rotatedState (Results 1 – 4 of 4) sorted by relevance
118 final InsetsState rotatedState = target.mToken.getFixedRotationTransformInsetsState(); in getInsetsForWindow() local119 if (rotatedState != null) { in getInsetsForWindow()120 return rotatedState; in getInsetsForWindow()135 final InsetsState rotatedState = token.getFixedRotationTransformInsetsState(); in getInsetsForWindowMetrics() local136 if (rotatedState != null) { in getInsetsForWindowMetrics()137 return rotatedState; in getInsetsForWindowMetrics()
1835 final InsetsState rotatedState = in notifyInsetsChanged() local1837 if (rotatedState != null) { in notifyInsetsChanged()1842 rotatedState.setSourceVisible(i, source.isVisible()); in notifyInsetsChanged()
327 final InsetsState rotatedState = new InsetsState(app.getInsetsState(), in testTransientVisibilityOfFixedRotationState() local330 doReturn(rotatedState).when(app.mToken).getFixedRotationTransformInsetsState(); in testTransientVisibilityOfFixedRotationState()331 assertTrue(rotatedState.getSource(ITYPE_STATUS_BAR).isVisible()); in testTransientVisibilityOfFixedRotationState()
1355 final InsetsState rotatedState = app.getFixedRotationTransformInsetsState(); in testApplyTopFixedRotationTransform() local1358 rotatedState.getSource(ITYPE_STATUS_BAR).isVisible()); in testApplyTopFixedRotationTransform()1360 !rotatedState.getSource(ITYPE_STATUS_BAR).isVisible()); in testApplyTopFixedRotationTransform()1363 rotatedState.getSource(ITYPE_STATUS_BAR).isVisible()); in testApplyTopFixedRotationTransform()