Home
last modified time | relevance | path

Searched refs:shouldRotateSeamlessly (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java654 assertTrue(mTarget.shouldRotateSeamlessly( in testShouldRotateSeamlessly()
659 assertFalse(mTarget.shouldRotateSeamlessly( in testShouldRotateSeamlessly()
DDisplayContentTests.java1344 assertTrue(mDisplayContent.getDisplayRotation().shouldRotateSeamlessly( in testApplyTopFixedRotationTransform()
1467 assertTrue(displayRotation.shouldRotateSeamlessly(ROTATION_0 /* oldRotation */, in testRotateSeamlesslyWithFixedRotation()
1473 assertFalse(displayRotation.shouldRotateSeamlessly(ROTATION_0 /* oldRotation */, in testRotateSeamlesslyWithFixedRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java529 if (shouldRotateSeamlessly(oldRotation, rotation, forceUpdate)) { in updateRotationUnchecked()
662 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly() method in DisplayRotation
/frameworks/base/services/
Dart-profile46220 PLcom/android/server/wm/DisplayRotation;->lambda$shouldRotateSeamlessly$2(Lcom/android/server/wm/Wi…
46236 HPLcom/android/server/wm/DisplayRotation;->shouldRotateSeamlessly(IIZ)Z