Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java163 public boolean hasAnimationCallbacks() { in hasAnimationCallbacks() method in ViewRootInsetsControllerHost
DInsetsController.java119 boolean hasAnimationCallbacks(); in hasAnimationCallbacks() method
330 public InternalAnimationControlListener(boolean show, boolean hasAnimationCallbacks, in InternalAnimationControlListener()