Home
last modified time | relevance | path

Searched refs:getAnimationType (Results 1 – 25 of 28) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java321 assertEquals(ANIMATION_TYPE_HIDE, mController.getAnimationType(statusBars())); in testShowHideSelectively()
324 assertEquals(ANIMATION_TYPE_NONE, mController.getAnimationType(statusBars())); in testShowHideSelectively()
330 assertEquals(ANIMATION_TYPE_SHOW, mController.getAnimationType(statusBars())); in testShowHideSelectively()
381 assertEquals(ANIMATION_TYPE_HIDE, mController.getAnimationType(statusBars())); in testShowHideMultiple()
388 assertEquals(ANIMATION_TYPE_SHOW, mController.getAnimationType(statusBars())); in testShowHideMultiple()
396 assertEquals(ANIMATION_TYPE_NONE, mController.getAnimationType(statusBars())); in testShowHideMultiple()
402 assertEquals(ANIMATION_TYPE_HIDE, mController.getAnimationType(statusBars())); in testShowHideMultiple()
451 assertEquals(ANIMATION_TYPE_HIDE, mController.getAnimationType(statusBars())); in testRestoreStartsAnimation()
473 assertEquals(ANIMATION_TYPE_SHOW, mController.getAnimationType(ime())); in testStartImeAnimationAfterGettingControl()
494 assertEquals(ANIMATION_TYPE_SHOW, mController.getAnimationType(ime())); in testStartImeAnimationAfterGettingControl_imeLater()
[all …]
H A DInsetsSourceConsumerTest.java246 assertEquals(ANIMATION_TYPE_USER, insetsController.getAnimationType(ime())); in testWontUpdateImeLeashVisibility_whenAnimation()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlRunner.java76 @AnimationType int getAnimationType(); in getAnimationType() method
H A DInsetsAnimationThreadControlRunner.java191 public int getAnimationType() { in getAnimationType() method in InsetsAnimationThreadControlRunner
192 return mControl.getAnimationType(); in getAnimationType()
H A DInsetsController.java451 getAnimationType(), in onReady()
458 ImeTracker.forJank().onCancelAnimation(getAnimationType()); in onReady()
465 ImeTracker.forJank().onFinishAnimation(getAnimationType()); in onReady()
571 private int getAnimationType() { in getAnimationType() method in InsetsController.InternalAnimationControlListener
895 @AnimationType int animationType = getAnimationType(type); in updateState()
1124 @AnimationType final int animationType = getAnimationType(type); in show()
1213 @AnimationType final int animationType = getAnimationType(type); in hide()
1572 if (runner.getAnimationType() == ANIMATION_TYPE_RESIZE) { in notifyFinished()
1627 control.getTypes(), control.getAnimationType(), mHost.getRootViewTitle())); in cancelAnimation()
1718 public @AnimationType int getAnimationType(@InsetsType int type) { in getAnimationType() method in InsetsController
[all …]
H A DInsetsResizeAnimationRunner.java90 public int getAnimationType() { in getAnimationType() method in InsetsResizeAnimationRunner
H A DInsetsSourceConsumer.java184 if (mController.getAnimationType(mType) == ANIMATION_TYPE_NONE) { in setControl()
H A DInsetsAnimationControlImpl.java243 public @AnimationType int getAnimationType() { in getAnimationType() method in InsetsAnimationControlImpl
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java86 animator.getAnimationType(), PipAnimationController.ANIM_TYPE_ALPHA); in getAnimator_withAlpha_returnFloatAnimator()
96 animator.getAnimationType(), PipAnimationController.ANIM_TYPE_BOUNDS); in getAnimator_withBounds_returnBoundsAnimator()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityTransitionState.java178 && options.getAnimationType() == ActivityOptions.ANIM_SCENE_TRANSITION) { in setEnterActivityOptions()
390 if (activityOptions.getAnimationType() == ActivityOptions.ANIM_SCENE_TRANSITION) { in startExitOutTransition()
H A DActivityOptions.java1375 public int getAnimationType() { in getAnimationType() method in ActivityOptions
H A DActivity.java5678 activityOptions.getAnimationType() == ActivityOptions.ANIM_SCENE_TRANSITION) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java139 } else if (mCurrentAnimator.getAnimationType() == ANIM_TYPE_ALPHA in getAnimator()
181 } else if (mCurrentAnimator.getAnimationType() == ANIM_TYPE_ALPHA in getAnimator()
187 } else if (mCurrentAnimator.getAnimationType() == ANIM_TYPE_BOUNDS in getAnimator()
393 @AnimationType public int getAnimationType() { in getAnimationType() method in PipAnimationController.PipTransitionAnimator
H A DPipTaskOrganizer.java172 final int animationType = animator.getAnimationType();
1276 if (animator.getAnimationType() == ANIM_TYPE_BOUNDS) { in updateAnimatorBounds()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimator.java252 int getAnimationType() {
H A DActivityStartInterceptor.java260 && mActivityOptions.getAnimationType() == ANIM_OPEN_CROSS_PROFILE_APPS; in hasCrossProfileAnimation()
H A DWindowContainer.java2987 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation()
3578 && (mSurfaceAnimator.getAnimationType() & typesToCheck) > 0) { in isSelfAnimating()
H A DActivityClientController.java823 && under.returningOptions.getAnimationType() in convertToTranslucent()
H A DActivityRecord.java2169 mHasSceneTransition = options.getAnimationType() == ANIM_SCENE_TRANSITION in ActivityRecord()
4931 if (options.getAnimationType() == ANIM_REMOTE_ANIMATION) { in setOptions()
4947 } else if (mPendingOptions.getAnimationType() == ANIM_SCENE_TRANSITION) { in applyOptionsAnimation()
4964 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation()
7390 && startOptions.getAnimationType() == ActivityOptions.ANIM_SCENE_TRANSITION) { in showStartingWindow()
H A DActivityTaskSupervisor.java2894 && activityOptions.getAnimationType() == ANIM_REMOTE_ANIMATION) { in startActivityFromRecents()
H A DTask.java5187 } else if (options != null && options.getAnimationType()
H A DWindowManagerService.java8621 ? animatingContainer.mSurfaceAnimator.getAnimationType() in waitForAnimationsToComplete()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DZOrderingTests.java425 doReturn(ANIMATION_TYPE_RECENTS).when(imeTargetTaskAnimator).getAnimationType(); in testAssignWindowLayers_ForImeOnAppWithRecentsAnimating()
H A DWindowContainerTests.java495 windowState.mSurfaceAnimator).getAnimationType(); in testIsAnimating_typesToCheck()
1711 doReturn(ANIMATION_TYPE_APP_TRANSITION).when(mSurfaceAnimator).getAnimationType(); in TestWindowContainer()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPermissionPolicyService.java1333 && info.getCheckedOptions().getAnimationType() == ANIM_REMOTE_ANIMATION in launchNotificationPermissionRequestDialog()

12