Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsController.java1427 final InsetsSourceControl imeControl = consumer != null ? consumer.getControl() : null; in applyAnimation() local
1430 if (imeControl != null) { in applyAnimation()
1431 skipAnim = imeControl.getAndClearSkipAnimationOnce() && show in applyAnimation()