Home
last modified time | relevance | path

Searched defs:rotatedState (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsStateController.java118 final InsetsState rotatedState = target.mToken.getFixedRotationTransformInsetsState(); in getInsetsForWindow() local
135 final InsetsState rotatedState = token.getFixedRotationTransformInsetsState(); in getInsetsForWindowMetrics() local
DDisplayContent.java1835 final InsetsState rotatedState = in notifyInsetsChanged() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java327 final InsetsState rotatedState = new InsetsState(app.getInsetsState(), in testTransientVisibilityOfFixedRotationState() local
DDisplayContentTests.java1355 final InsetsState rotatedState = app.getFixedRotationTransformInsetsState(); in testApplyTopFixedRotationTransform() local