Searched refs:ANIMATION_TYPE_USER (Results 1 – 2 of 2) sorted by relevance
20 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()
295 public static final int ANIMATION_TYPE_USER = 2; field in InsetsController303 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()