Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateLogger.kt81 fun animationStart(key: String?, animationType: String, isHeadsUp: Boolean) { in animationStart()
87 str2 = animationType in animationStart()
94 fun animationEnd(key: String, animationType: String, isHeadsUp: Boolean) { in animationEnd()
100 str2 = animationType in animationEnd()
DStackStateAnimator.java257 switch (event.animationType) { in calculateChildAnimationDelay()
382 if (event.animationType == in processAnimationEvents()
397 } else if (event.animationType == in processAnimationEvents()
467 } else if (event.animationType == in processAnimationEvents()
476 } else if (event.animationType == NotificationStackScrollLayout in processAnimationEvents()
480 } else if (event.animationType == ANIMATION_TYPE_HEADS_UP_CYCLING_IN) { in processAnimationEvents()
502 && (event.animationType == ANIMATION_TYPE_HEADS_UP_APPEAR)) { in processAnimationEvents()
523 } else if (event.animationType == ANIMATION_TYPE_HEADS_UP_CYCLING_OUT) { in processAnimationEvents()
605 } else if (event.animationType == ANIMATION_TYPE_HEADS_UP_APPEAR) { in processAnimationEvents()
629 } else if (event.animationType == ANIMATION_TYPE_HEADS_UP_DISAPPEAR in processAnimationEvents()
[all …]
DAnimationFilter.java104 if (ev.animationType == in applyCombination()
DNotificationStackScrollLayout.java3282 final int type = animationEvent.animationType; in generateViewResizeEvent()
3325 int animationType = childWasSwipedOut in generateChildRemovalEvents() local
3328 AnimationEvent event = new AnimationEvent(child, animationType); in generateChildRemovalEvents()
6315 final int animationType;
6336 animationType = type;
6354 if (event.animationType == ANIMATION_TYPE_GO_TO_FULL_SHADE) {
/frameworks/base/core/java/android/view/
DInsetsController.java593 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest() argument
600 this.animationType = animationType; in PendingControlRequest()
610 final @AnimationType int animationType; field in InsetsController.PendingControlRequest
895 @AnimationType int animationType = getAnimationType(type); in updateState() local
898 consumer.updateSource(source, animationType); in updateState()
1139 @AnimationType final int animationType = getAnimationType(type); in show() local
1143 && animationType == ANIMATION_TYPE_NONE; in show()
1144 var alreadyAnimatingShow = animationType == ANIMATION_TYPE_SHOW; in show()
1150 type, animationType, requestedVisible)); in show()
1158 if (fromIme && animationType == ANIMATION_TYPE_USER in show()
[all …]
DInsetsAnimationThreadControlRunner.java114 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner() argument
121 mCallbacks, durationMs, interpolator, animationType, layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner()
DInsetsSourceConsumer.java401 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource() argument
403 if (source == null || animationType == ANIMATION_TYPE_NONE in updateSource()
DInsetsAnimationControlImpl.java124 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl() argument
161 mAnimationType = animationType; in InsetsAnimationControlImpl()
/frameworks/base/services/core/java/com/android/server/wm/
DFadeAnimationController.java61 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken() argument
62 fadeWindowToken(show, windowToken, animationType, null); in fadeWindowToken()
73 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType, in fadeWindowToken() argument
86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
DSurfaceAnimator.java357 final @AnimationType int animationType = mAnimationType;
372 mStaticAnimationFinishedCallback.onAnimationFinished(animationType, animation);
375 animationFinishedCallback.onAnimationFinished(animationType, animation);
DActivityRecord.java5207 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
5212 switch (animationType) { in applyOptionsAnimation()
5259 final boolean scaleUp = (animationType == ANIM_THUMBNAIL_SCALE_UP); in applyOptionsAnimation()
5283 animationType == ANIM_THUMBNAIL_ASPECT_SCALE_UP); in applyOptionsAnimation()
5284 } else if (animationType == ANIM_THUMBNAIL_ASPECT_SCALE_DOWN in applyOptionsAnimation()
5295 (animationType == ANIM_THUMBNAIL_ASPECT_SCALE_UP)); in applyOptionsAnimation()
5313 Slog.e(TAG_WM, "applyOptionsLocked: Unknown animationType=" + animationType); in applyOptionsAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionRecentsViewControllerTest.kt136 assertThat(getStartedTaskActivityOptions(fullScreenTask.taskId).animationType) in <lambda>()
146 assertThat(getStartedTaskActivityOptions(fullScreenTask.taskId).animationType) in <lambda>()
170 .that(getStartedTaskActivityOptions(foregroundTask.taskId).animationType) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java357 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() argument
359 animationType); in hideMenu()
363 boolean resize, @AnimationType int animationType) { in hideMenu() argument
379 mMenuContainerAnimator.setDuration(getFadeOutDuration(animationType)); in hideMenu()
591 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration() argument
592 switch (animationType) { in getFadeOutDuration()
600 throw new IllegalStateException("Invalid animation type " + animationType); in getFadeOutDuration()
DPhonePipMenuController.java408 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu() argument
417 animationType, resize, in hideMenu()
421 mPipMenuView.hideMenu(resize, animationType); in hideMenu()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMenuView.java355 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() argument
357 animationType); in hideMenu()
361 boolean resize, @AnimationType int animationType) { in hideMenu() argument
377 mMenuContainerAnimator.setDuration(getFadeOutDuration(animationType)); in hideMenu()
588 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration() argument
589 switch (animationType) { in getFadeOutDuration()
597 throw new IllegalStateException("Invalid animation type " + animationType); in getFadeOutDuration()
DPhonePipMenuController.java406 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu() argument
415 animationType, resize, in hideMenu()
419 mPipMenuView.hideMenu(resize, animationType); in hideMenu()
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java574 int animationType; in select() local
593 animationType = ANIMATION_TYPE_DRAG; in select()
595 animationType = ANIMATION_TYPE_SWIPE_SUCCESS; in select()
597 animationType = ANIMATION_TYPE_SWIPE_CANCEL; in select()
602 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType, in select()
631 final long duration = mCallback.getAnimationDuration(mRecyclerView, animationType, in select()
2077 public long getAnimationDuration(RecyclerView recyclerView, int animationType, in getAnimationDuration() argument
2081 return animationType == ANIMATION_TYPE_DRAG ? DEFAULT_DRAG_ANIMATION_DURATION in getAnimationDuration()
2084 return animationType == ANIMATION_TYPE_DRAG ? itemAnimator.getMoveDuration() in getAnimationDuration()
2312 RecoverAnimation(ViewHolder viewHolder, int animationType, in RecoverAnimation() argument
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java204 final int animationType = animator.getAnimationType();
210 if (mWaitForFixedRotation && animationType == ANIM_TYPE_BOUNDS
238 finishResize(tx, destinationBounds, direction, animationType);
864 final int animationType = shouldAlwaysFadeIn() in onTaskAppeared() local
868 mPipTransitionController.setEnterAnimationType(animationType); in onTaskAppeared()
875 onTaskAppearedWithFixedRotation(animationType); in onTaskAppeared()
886 if (animationType == ANIM_TYPE_BOUNDS) { in onTaskAppeared()
896 } else if (animationType == ANIM_TYPE_ALPHA) { in onTaskAppeared()
899 throw new RuntimeException("Unrecognized animation type: " + animationType); in onTaskAppeared()
903 private void onTaskAppearedWithFixedRotation(int animationType) { in onTaskAppearedWithFixedRotation() argument
[all …]
DPipAnimationController.java246 public void setOneShotEnterAnimationType(@AnimationType int animationType) { in setOneShotEnterAnimationType() argument
247 mOneShotAnimationType = animationType; in setOneShotEnterAnimationType()
248 if (animationType == ANIM_TYPE_ALPHA) { in setOneShotEnterAnimationType()
336 @AnimationType int animationType, in PipTransitionAnimator() argument
340 mAnimationType = animationType; in PipTransitionAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacy.java252 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged() argument
253 mAnimationType = animationType; in onDozeAmountChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java91 static void startAnimations(@ExitAnimationType int animationType, in startAnimations() argument
98 if (animationType == TYPE_FADE_OUT) { in startAnimations()