Home
last modified time | relevance | path

Searched defs:hasAnimationCallbacks (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java108 public boolean hasAnimationCallbacks() { in hasAnimationCallbacks() method in DisplaySystemBarsInsetsControllerHost
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootInsetsControllerHost.java163 public boolean hasAnimationCallbacks() { in hasAnimationCallbacks() method in ViewRootInsetsControllerHost
H A DInsetsController.java122 boolean hasAnimationCallbacks(); in hasAnimationCallbacks() method
343 public InternalAnimationControlListener(boolean show, boolean hasAnimationCallbacks, in InternalAnimationControlListener()