| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ | 
| D | TvPipBoundsController.java | 112             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()
 
 | 
| D | TvPipController.java | 411     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/ | 
| 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 | 525     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 | 802         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/ | 
| D | BrightnessController.java | 435         final long animationDuration = SLIDER_ANIMATION_DURATION * Math.abs(  in animateSliderTo()  local
 | 
| /frameworks/base/core/java/android/app/ | 
| D | IWallpaperManager.aidl | 206     oneway void setInAmbientMode(boolean inAmbientMode, long animationDuration);  in setInAmbientMode()
 | 
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ | 
| D | FullScreenMagnificationController.java | 1548             final long animationDuration = mControllerCtx.getAnimationDuration();  in SpecAnimationBridge()  local1727                 long animationDuration) {  in ControllerContext()
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ | 
| D | MediaViewController.kt | 73     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 | 2525     public void setInAmbientMode(boolean inAmbientMode, long animationDuration) {  in setInAmbientMode()
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ | 
| D | NotificationPanelViewController.java | 4193     public void collapseWithDuration(int animationDuration) {  in collapseWithDuration()
 |