Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java164 public boolean hasAnimationCallbacks() { in hasAnimationCallbacks() method in ViewRootInsetsControllerHost
DInsetsController.java123 boolean hasAnimationCallbacks(); in hasAnimationCallbacks() method
348 public InternalAnimationControlListener(boolean show, boolean hasAnimationCallbacks, in InternalAnimationControlListener()