Home
last modified time | relevance | path

Searched refs:animationDuration (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsController.java112 int animationDuration, boolean immediate) { in recalculatePipBounds() argument
119 applyPlacementBounds(placement.getAnchorBounds(), animationDuration); in recalculatePipBounds() local
122 applyPlacementBounds(placement.getUnstashedBounds(), animationDuration); in recalculatePipBounds() local
126 applyPlacement(placement, shouldStash, animationDuration); in recalculatePipBounds()
129 applyPlacementBounds(mCurrentPlacementBounds, animationDuration); in recalculatePipBounds()
131 schedulePinnedStackPlacement(placement, animationDuration); in recalculatePipBounds()
136 int animationDuration) { in schedulePinnedStackPlacement() argument
152 mPendingPlacementAnimationDuration = animationDuration; in schedulePinnedStackPlacement()
183 int animationDuration) { in applyPlacement() argument
190 applyPlacementBounds(bounds, animationDuration); in applyPlacement()
[all …]
DTvPipController.java434 private void updatePinnedStackBounds(int animationDuration, boolean immediate) { in updatePinnedStackBounds() argument
441 animationDuration, immediate); in updatePinnedStackBounds()
445 public void onPipTargetBoundsChange(Rect targetBounds, int animationDuration) { in onPipTargetBoundsChange() argument
452 animationDuration, null); in onPipTargetBoundsChange()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java94 int animationDuration, int iconFadeOutDuration, float iconStartAlpha, in startAnimations() argument
99 animator = createFadeOutAnimation(splashScreenView, animationDuration, in startAnimations()
105 animationDuration, iconFadeOutDuration, iconStartAlpha, brandingStartAlpha, in startAnimations()
118 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in startAnimations() argument
124 animationDuration, iconFadeOutDuration, iconStartAlpha, brandingStartAlpha, in startAnimations()
134 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in createRadialVanishSlideUpAnimator() argument
178 animator.setDuration(animationDuration); in createRadialVanishSlideUpAnimator()
202 linearProgress, 0 /* delay */, iconFadeOutDuration, animationDuration)); in createRadialVanishSlideUpAnimator()
217 appRevealDuration, animationDuration); in createRadialVanishSlideUpAnimator()
229 int animationDuration) { in getProgress() argument
[all …]
DSplashscreenContentDrawer.java532 static long getShowingDuration(long animationDuration, long appReadyDuration) { in getShowingDuration() argument
533 if (animationDuration <= appReadyDuration) { in getShowingDuration()
538 if (animationDuration > MAX_ANIMATION_DURATION in getShowingDuration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/adapter/
DQSSceneAdapter.kt254 .map { (it as? CustomizerState.Animating)?.animationDuration?.toInt() ?: 0 } in <lambda>()
258 (customizerState.value as? CustomizerState.Animating)?.animationDuration?.toInt()
341 override fun setCustomizerShowing(showing: Boolean, animationDuration: Long) { in setCustomizerShowing()
344 if (animationDuration > 0) { in setCustomizerShowing()
345 CustomizerState.AnimatingIntoCustomizer(animationDuration) in setCustomizerShowing()
350 if (animationDuration > 0) { in setCustomizerShowing()
351 CustomizerState.AnimatingOutOfCustomizer(animationDuration) in setCustomizerShowing()
441 val animationDuration: Long constant
455 data class AnimatingIntoCustomizer(override val animationDuration: Long) : Animating { constant in CustomizerState.AnimatingIntoCustomizer
460 data class AnimatingOutOfCustomizer(override val animationDuration: Long) : Animating constant in CustomizerState.AnimatingOutOfCustomizer
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DDragDownHelperTest.kt75 dragDownHelper.cancelChildExpansion(expandableView, animationDuration = 0) in cancelChildExpansion_updateHeight()
84 dragDownHelper.cancelChildExpansion(expandableView, animationDuration = 0) in cancelChildExpansion_dontUpdateHeight()
DPulseExpansionHandlerTest.kt87 pulseExpansionHandler.reset(expandableView, animationDuration = 0) in resetChild_updateHeight()
96 pulseExpansionHandler.reset(expandableView, animationDuration = 0) in resetChild_dontUpdateHeight()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSContainerController.kt8 fun setCustomizerShowing(showing: Boolean, animationDuration: Long)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java246 public void setAnimationDuration(int animationDuration) { in setAnimationDuration() argument
247 mAnimationDuration = animationDuration; in setAnimationDuration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerEmptyImpl.kt36 override fun collapseWithDuration(animationDuration: Int) {} in collapseWithDuration()
DShadeController.java87 void collapseWithDuration(int animationDuration); in collapseWithDuration() argument
DShadeControllerImpl.java148 public void collapseWithDuration(int animationDuration) { in collapseWithDuration() argument
149 mNpvc.get().collapseWithDuration(animationDuration); in collapseWithDuration()
DNotificationsQSContainerController.kt221 override fun setCustomizerShowing(showing: Boolean, animationDuration: Long) { in <lambda>()
224 shadeHeaderController.startCustomizingAnimation(showing, animationDuration) in <lambda>()
DShadeControllerSceneImpl.kt128 override fun collapseWithDuration(animationDuration: Int) { in <lambda>()
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperEngine.aidl37 oneway void setInAmbientMode(boolean inAmbientDisplay, long animationDuration); in setInAmbientMode() argument
DWallpaperService.java842 public void onAmbientModeChanged(boolean inAmbientMode, long animationDuration) { in onAmbientModeChanged() argument
1621 public void doAmbientModeChanged(boolean inAmbientMode, long animationDuration) { in doAmbientModeChanged() argument
1625 + animationDuration + "): " + this); in doAmbientModeChanged()
1629 onAmbientModeChanged(inAmbientMode, animationDuration); in doAmbientModeChanged()
2523 public void setInAmbientMode(boolean inAmbientDisplay, long animationDuration) in setInAmbientMode() argument
2526 animationDuration); in setInAmbientMode()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/ui/adapter/
DFakeQSSceneAdapter.kt90 (customizerState as? CustomizerState.Animating)?.animationDuration?.toInt() ?: 0 in updateCustomizerFlows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt299 animationDuration: Long = SPRING_BACK_ANIMATION_LENGTH_MS.toLong() in <lambda>()
307 anim.duration = animationDuration in <lambda>()
DLockscreenShadeTransitionController.kt936 animationDuration: Long = SPRING_BACK_ANIMATION_LENGTH_MS in cancelChildExpansion()
944 anim.duration = animationDuration in cancelChildExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessController.java453 final long animationDuration = SLIDER_ANIMATION_DURATION * Math.abs( in animateSliderTo() local
455 mSliderAnimator.setDuration(animationDuration); in animateSliderTo()
/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl233 oneway void setInAmbientMode(boolean inAmbientMode, long animationDuration); in setInAmbientMode() argument
/frameworks/base/core/java/android/widget/
DGallery.java224 int animationDuration = in Gallery() local
226 if (animationDuration > 0) { in Gallery()
227 setAnimationDuration(animationDuration); in Gallery()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt110 private var animationDuration: Long = 0 in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewController
946 animationDuration, in <lambda>()
1061 animationDuration = duration in <lambda>()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java1890 final long animationDuration = mControllerCtx.getAnimationDuration(); in SpecAnimationBridge() local
1892 mValueAnimator.setDuration(animationDuration); in SpecAnimationBridge()
2176 long animationDuration) { in ControllerContext() argument
2181 mAnimationDuration = animationDuration; in ControllerContext()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java1040 int animationDuration = mEnterExitAnimationDuration; in startEnterAnimation() local
1081 animationDuration = 0; in startEnterAnimation()
1094 .setDuration(animationDuration); in startEnterAnimation()

12