Searched refs:animationDuration (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 379 int animationDuration, @SchedulePipModeChangedState int schedulePipModeChangedState, in animateBounds() argument 381 animateBoundsImpl(target, from, to, animationDuration, schedulePipModeChangedState, in animateBounds() 387 int animationDuration, @SchedulePipModeChangedState int schedulePipModeChangedState, in animateBoundsImpl() argument 434 animator.setDuration((animationDuration != -1 ? animationDuration in animateBoundsImpl()
|
D | PinnedStackWindowController.java | 82 int animationDuration, boolean fromFullscreen) { in animateResizePinnedStack() argument 126 finalToBounds, animationDuration, finalSchedulePipModeChangedState, in animateResizePinnedStack()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PinnedActivityStack.java | 52 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, in animateResizePinnedStack() argument 58 animationDuration, fromFullscreen); in animateResizePinnedStack()
|
D | ActivityManagerService.java | 10605 boolean preserveWindows, boolean animate, int animationDuration) { 10616 destBounds, animationDuration, false /* fromFullscreen */);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | AbstractMediaItemPresenter.java | 588 int animationDuration = focusChangedView.getContext().getResources() in updateSelector() local 597 selectorView.animate().alpha(0f).setDuration(animationDuration) in updateSelector() 608 selectorView.animate().alpha(1f).setDuration(animationDuration) in updateSelector() 641 layoutAnimator.setDuration(animationDuration); in updateSelector()
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 214 int animationDuration = in Gallery() local 216 if (animationDuration > 0) { in Gallery() 217 setAnimationDuration(animationDuration); in Gallery()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MagnificationController.java | 826 final long animationDuration = context.getResources().getInteger( in SpecAnimationBridge() local 829 mValueAnimator.setDuration(animationDuration); in SpecAnimationBridge()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 376 boolean preserveWindows, boolean animate, int animationDuration); in resizeStack() argument
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 311 field public static final int animationDuration = 16843026; // 0x1010112
|
/frameworks/base/api/ |
D | current.txt | 286 field public static final int animationDuration = 16843026; // 0x1010112
|
D | system-current.txt | 407 field public static final int animationDuration = 16843026; // 0x1010112
|