Searched defs:animationDuration (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DPinnedActivityStack.java55 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, argument
61 animationDuration, fromFullscreen);
H A DActivityManagerService.java11417 * @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 DPinnedStackWindowController.java80 int animationDuration, boolean fromFullscreen) {
125 finalToBounds, animationDuration, finalSchedulePipModeChangedState,
79 animateResizePinnedStack(Rect toBounds, Rect sourceHintBounds, int animationDuration, boolean fromFullscreen) argument
H A DBoundsAnimationController.java384 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 DPanelView.java1266 public void collapseWithDuration(int animationDuration) { argument
1267 mFixedDuration = animationDuration;

Completed in 136 milliseconds