Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsController.java112 int animationDuration, boolean immediate) { in recalculatePipBounds()
119 applyPlacementBounds(placement.getAnchorBounds(), animationDuration); in recalculatePipBounds() local
122 applyPlacementBounds(placement.getUnstashedBounds(), animationDuration); in recalculatePipBounds() local
136 int animationDuration) { in schedulePinnedStackPlacement()
183 int animationDuration) { in applyPlacement()
209 private void applyPlacementBounds(Rect bounds, int animationDuration) { in applyPlacementBounds()
220 private void movePipTo(Rect bounds, int animationDuration) { in movePipTo()
245 void onPipTargetBoundsChange(Rect newTargetBounds, int animationDuration); in onPipTargetBoundsChange()
DTvPipController.java411 private void updatePinnedStackBounds(int animationDuration, boolean immediate) { in updatePinnedStackBounds()
422 public void onPipTargetBoundsChange(Rect targetBounds, 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.java525 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.java802 public void onAmbientModeChanged(boolean inAmbientMode, long animationDuration) { in onAmbientModeChanged()
1555 public void doAmbientModeChanged(boolean inAmbientMode, long animationDuration) { in doAmbientModeChanged()
2426 public void setInAmbientMode(boolean inAmbientDisplay, long animationDuration) in setInAmbientMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessController.java435 final long animationDuration = SLIDER_ANIMATION_DURATION * Math.abs( in animateSliderTo() local
/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl206 oneway void setInAmbientMode(boolean inAmbientMode, long animationDuration); in setInAmbientMode()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java1548 final long animationDuration = mControllerCtx.getAnimationDuration(); in SpecAnimationBridge() local
1727 long animationDuration) { in ControllerContext()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
DMediaViewController.kt73 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.java2525 public void setInAmbientMode(boolean inAmbientMode, long animationDuration) { in setInAmbientMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4193 public void collapseWithDuration(int animationDuration) { in collapseWithDuration()