Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1948 startAsyncRotation(shouldDebounce); in setFixedRotationLaunchingAppUnchecked()
2070 startAsyncRotation(false /* shouldDebounce */); in startAsyncRotationIfNeeded()
2079 private boolean startAsyncRotation(boolean shouldDebounce) { in startAsyncRotation() method in DisplayContent
2084 && startAsyncRotation(false /* shouldDebounce */)) { in startAsyncRotation()
3503 startAsyncRotation(false /* shouldDebounce */); in requestChangeTransitionIfNeeded()