Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DImeTracker.java840 final int cujType = getImeInsetsCujFromAnimation(animType); in onRequestAnimation()
861 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation()
873 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation()
886 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation() method in ImeTracker.ImeJankTracker