Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsSourceConsumerTest.java20 import static android.view.InsetsController.ANIMATION_TYPE_USER;
153 consumer.updateSource(new InsetsSource(source), ANIMATION_TYPE_USER); in testPendingStates()
162 consumer.updateSource(new InsetsSource(source), ANIMATION_TYPE_USER); in testPendingStates()
168 consumer.updateSource(new InsetsSource(source), ANIMATION_TYPE_USER); in testPendingStates()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsController.java295 public static final int ANIMATION_TYPE_USER = 2; field in InsetsController
303 ANIMATION_TYPE_USER, ANIMATION_TYPE_RESIZE})
719 if (animationType == ANIMATION_TYPE_USER) { in updateState()
961 if (fromIme && animationType == ANIMATION_TYPE_USER) { in show()
1007 false /* fromIme */, durationMillis, interpolator, ANIMATION_TYPE_USER); in controlWindowInsetsAnimation()
1043 if (animationType == ANIMATION_TYPE_USER) { in controlAnimationUnchecked()
1148 || animationType == ANIMATION_TYPE_USER; in collectSourceControls()
1558 if (mStartingAnimation || runner.getAnimationType() == ANIMATION_TYPE_USER) { in scheduleApplyChangeInsets()