Home
last modified time | relevance | path

Searched defs:animationType (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DFadeAnimationController.java67 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken()
80 show /* hidden */, animationType, null /* finishedCallback */); in fadeWindowToken() local
DActivityRecord.java4883 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java228 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
352 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
DInsetsController.java538 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest()
555 final @AnimationType int animationType; field in InsetsController.PendingControlRequest
735 @AnimationType int animationType = getAnimationType(type); in updateState() local
977 @AnimationType int animationType = getAnimationType(internalType); in show() local
1016 @AnimationType int animationType = getAnimationType(internalType); in hide() local
1041 @AnimationType int animationType) { in controlWindowInsetsAnimation()
1061 @AnimationType int animationType, in controlAnimationUnchecked()
1176 @AnimationType int animationType) { in collectSourceControls()
1498 @InsetsType int types, boolean animationFinished, @AnimationType int animationType, in hideDirectly()
DInsetsAnimationThreadControlRunner.java113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
DImeInsetsSourceConsumer.java93 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
DInsetsAnimationControlImpl.java115 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java397 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
403 boolean resize, @AnimationType int animationType) { in hideMenu()
635 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
DPhonePipMenuController.java429 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
DPipController.java966 private void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardView.java239 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged()
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java574 int animationType; in select() local
2077 public long getAnimationDuration(RecyclerView recyclerView, int animationType, in getAnimationDuration()
2312 RecoverAnimation(ViewHolder viewHolder, int animationType, in RecoverAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java147 private void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
DPipAnimationController.java283 @AnimationType int animationType, in PipTransitionAnimator()
DPipTaskOrganizer.java413 public void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3425 int animationType = childWasSwipedOut in generateChildRemovalEvents() local