/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipBoundsController.java | 113 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()
|
D | TvPipController.java | 393 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/ |
D | SplashScreenExitAnimationUtils.java | 70 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()
|
D | SplashscreenContentDrawer.java | 335 static long getShowingDuration(long animationDuration, long appReadyDuration) { in getShowingDuration()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperEngine.aidl | 37 oneway void setInAmbientMode(boolean inAmbientDisplay, long animationDuration); in setInAmbientMode()
|
D | WallpaperService.java | 782 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/ |
D | SideFpsController.kt | 126 private val animationDuration = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessController.java | 441 final long animationDuration = SLIDER_ANIMATION_DURATION * Math.abs( in animateSliderTo() local
|
/frameworks/base/core/java/android/app/ |
D | IWallpaperManager.aidl | 192 oneway void setInAmbientMode(boolean inAmbientMode, long animationDuration); in setInAmbientMode()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationController.java | 1384 final long animationDuration = mControllerCtx.getAnimationDuration(); in SpecAnimationBridge() local 1563 long animationDuration) { in ControllerContext()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
D | MediaViewController.kt | 103 private var animationDuration: Long = 0 in <lambda>() variable in com.android.systemui.media.controls.ui.MediaViewController
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 224 int animationDuration = in Gallery() local
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 2518 public void setInAmbientMode(boolean inAmbientMode, long animationDuration) { in setInAmbientMode()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 4020 public void collapseWithDuration(int animationDuration) { in collapseWithDuration()
|