Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DImeInsetsSourceConsumer.java73 void hide(boolean animationFinished, @AnimationType int animationType) { in hide() argument
76 if (animationFinished) { in hide()
DInsetsSourceConsumer.java232 void hide(boolean animationFinished, @AnimationType int animationType) { in hide() argument
DInsetsController.java1418 @InsetsType int types, boolean animationFinished, @AnimationType int animationType, in hideDirectly() argument
1426 getSourceConsumer(internalTypes.valueAt(i)).hide(animationFinished, animationType); in hideDirectly()