Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1964 final boolean shouldDebounce = r == mFixedRotationTransitionListener.mAnimatingRecents in setFixedRotationLaunchingAppUnchecked()
1966 startAsyncRotation(shouldDebounce); in setFixedRotationLaunchingAppUnchecked()
2101 private boolean startAsyncRotation(boolean shouldDebounce) { in startAsyncRotation() argument
2102 if (shouldDebounce) { in startAsyncRotation()