Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java249 applyAnimation(typesReady, true /* show */, fromIme); in show()
268 applyAnimation(typesReady, false /* show */, false /* fromIme */); in hide()
494 private void applyAnimation(@InsetType final int types, boolean show, boolean fromIme) { in applyAnimation() method in InsetsController