Searched defs:animationDuration (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PinnedActivityStack.java | 55 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, argument 61 animationDuration, fromFullscreen);
|
H A D | ActivityManagerService.java | 11417 * @param animationDuration The duration of the resize animation in milliseconds or -1 if the 11421 public void dismissPip(boolean animate, int animationDuration) { argument 11438 null /* destBounds */, animationDuration, false /* fromFullscreen */); 11478 boolean preserveWindows, boolean animate, int animationDuration) { 11494 animationDuration, false /* fromFullscreen */); 11477 resizeStack(int stackId, Rect destBounds, boolean allowResizeInDockedMode, boolean preserveWindows, boolean animate, int animationDuration) argument [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | PinnedStackWindowController.java | 80 int animationDuration, boolean fromFullscreen) { 125 finalToBounds, animationDuration, finalSchedulePipModeChangedState, 79 animateResizePinnedStack(Rect toBounds, Rect sourceHintBounds, int animationDuration, boolean fromFullscreen) argument
|
H A D | BoundsAnimationController.java | 384 int animationDuration, @SchedulePipModeChangedState int schedulePipModeChangedState, 386 animateBoundsImpl(target, from, to, animationDuration, schedulePipModeChangedState, 392 int animationDuration, @SchedulePipModeChangedState int schedulePipModeChangedState, 453 animator.setDuration((animationDuration != -1 ? animationDuration 383 animateBounds(final BoundsAnimationTarget target, Rect from, Rect to, int animationDuration, @SchedulePipModeChangedState int schedulePipModeChangedState, boolean moveFromFullscreen, boolean moveToFullscreen) argument 391 animateBoundsImpl(final BoundsAnimationTarget target, Rect from, Rect to, int animationDuration, @SchedulePipModeChangedState int schedulePipModeChangedState, boolean moveFromFullscreen, boolean moveToFullscreen) argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PanelView.java | 1266 public void collapseWithDuration(int animationDuration) { argument 1267 mFixedDuration = animationDuration;
|
Completed in 157 milliseconds