Searched refs:animationDuration (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaItemPresenter.java439 int animationDuration = focusChangedView.getContext().getResources()
448 selectorView.animate().alpha(0f).setDuration(animationDuration)
459 selectorView.animate().alpha(1f).setDuration(animationDuration)
492 layoutAnimator.setDuration(animationDuration);
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java279 void animateBounds(final AnimateBoundsUser target, Rect from, Rect to, int animationDuration) { argument
307 animator.setDuration((animationDuration != -1 ? animationDuration
H A DWindowManagerService.java10935 public void animateResizePinnedStack(final Rect bounds, final int animationDuration) { argument
10948 stack, originalBounds, bounds, animationDuration);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java760 final long animationDuration = context.getResources().getInteger(
764 mTransformationAnimator.setDuration(animationDuration);
/frameworks/base/core/java/android/widget/
H A DGallery.java214 int animationDuration =
216 if (animationDuration > 0) {
217 setAnimationDuration(animationDuration);
/frameworks/base/core/java/android/app/
H A DIActivityManager.java163 * @param animationDuration The duration of the resize animation in milliseconds or -1 if the
168 boolean preserveWindows, boolean animate, int animationDuration) throws RemoteException;
167 resizeStack(int stackId, Rect bounds, boolean allowResizeInDockedMode, boolean preserveWindows, boolean animate, int animationDuration) argument
H A DActivityManagerNative.java826 final int animationDuration = data.readInt();
828 r, allowResizeInDockedMode, preserveWindows, animate, animationDuration);
3938 boolean preserveWindows, boolean animate, int animationDuration)
3953 data.writeInt(animationDuration);
3937 resizeStack(int stackId, Rect r, boolean allowResizeInDockedMode, boolean preserveWindows, boolean animate, int animationDuration) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java9955 boolean preserveWindows, boolean animate, int animationDuration) {
9962 mWindowManager.animateResizePinnedStack(bounds, animationDuration);
9954 resizeStack(int stackId, Rect bounds, boolean allowResizeInDockedMode, boolean preserveWindows, boolean animate, int animationDuration) argument

Completed in 290 milliseconds