Home
last modified time | relevance | path

Searched defs:animationDuration (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsController.java113 int animationDuration, boolean immediate) { in recalculatePipBounds()
120 applyPlacementBounds(placement.getAnchorBounds(), animationDuration); in recalculatePipBounds() local
123 applyPlacementBounds(placement.getUnstashedBounds(), animationDuration); in recalculatePipBounds() local
126 applyPlacementBounds(placement.getBounds(), animationDuration); in recalculatePipBounds() local
135 int animationDuration) { in schedulePinnedStackPlacement()
213 private void applyPlacementBounds(Rect bounds, int animationDuration) { in applyPlacementBounds()
224 private void movePipTo(Rect bounds, int animationDuration) { in movePipTo()
251 void onPipTargetBoundsChange(Rect newTargetBounds, int animationDuration); in onPipTargetBoundsChange()
DTvPipController.java393 private void updatePinnedStackBounds(int animationDuration, boolean immediate) { in updatePinnedStackBounds()
404 public void onPipTargetBoundsChange(Rect newTargetBounds, int animationDuration) { in onPipTargetBoundsChange()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java70 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in startAnimations()
89 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in startAnimations()
104 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in createAnimator()
199 int animationDuration) { in getProgress()
DSplashscreenContentDrawer.java335 static long getShowingDuration(long animationDuration, long appReadyDuration) { in getShowingDuration()
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperEngine.aidl37 oneway void setInAmbientMode(boolean inAmbientDisplay, long animationDuration); in setInAmbientMode()
DWallpaperService.java782 public void onAmbientModeChanged(boolean inAmbientMode, long animationDuration) { in onAmbientModeChanged()
1503 public void doAmbientModeChanged(boolean inAmbientMode, long animationDuration) { in doAmbientModeChanged()
2321 public void setInAmbientMode(boolean inAmbientDisplay, long animationDuration) in setInAmbientMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DSideFpsController.kt126 private val animationDuration = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessController.java441 final long animationDuration = SLIDER_ANIMATION_DURATION * Math.abs( in animateSliderTo() local
/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl192 oneway void setInAmbientMode(boolean inAmbientMode, long animationDuration); in setInAmbientMode()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java1384 final long animationDuration = mControllerCtx.getAnimationDuration(); in SpecAnimationBridge() local
1563 long animationDuration) { in ControllerContext()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
DMediaViewController.kt103 private var animationDuration: Long = 0 in <lambda>() variable in com.android.systemui.media.controls.ui.MediaViewController
/frameworks/base/core/java/android/widget/
DGallery.java224 int animationDuration = in Gallery() local
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2518 public void setInAmbientMode(boolean inAmbientMode, long animationDuration) { in setInAmbientMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4020 public void collapseWithDuration(int animationDuration) { in collapseWithDuration()