Searched refs:BOUNDS (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSystemBarScrimViews.java97 .setDuration(animation.getDuration(AnimationProps.BOUNDS))
98 .setInterpolator(animation.getInterpolator(AnimationProps.BOUNDS))
121 .setDuration(AnimationProps.BOUNDS, mNavBarScrimEnterDuration)
122 .setInterpolator(AnimationProps.BOUNDS, Interpolators.DECELERATE_QUINT)
191 .setDuration(AnimationProps.BOUNDS, duration)
192 .setInterpolator(AnimationProps.BOUNDS, Interpolators.FAST_OUT_SLOW_IN);
H A DTaskStackAnimationHelper.java261 .setInitialPlayTime(AnimationProps.BOUNDS,
267 .setDuration(AnimationProps.BOUNDS, ENTER_FROM_HOME_TRANSLATION_DURATION)
269 .setInterpolator(AnimationProps.BOUNDS,
281 .setDuration(AnimationProps.BOUNDS, dockGestureAnimDuration +
283 .setInterpolator(AnimationProps.BOUNDS,
285 .setStartDelay(AnimationProps.BOUNDS, 48)
326 .setStartDelay(AnimationProps.BOUNDS, delay)
327 .setDuration(AnimationProps.BOUNDS, EXIT_TO_HOME_TRANSLATION_DURATION)
328 .setInterpolator(AnimationProps.BOUNDS,
550 .setDuration(AnimationProps.BOUNDS, duratio
[all...]
H A DAnimationProps.java43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})
52 public static final int BOUNDS = 6; field in class:AnimationProps
H A DTaskView.java305 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, mDimAnimator));
310 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, mOutlineAnimator));
315 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, updateCallbackAnim));
H A DTaskViewTransform.java182 animators.add(animation.apply(AnimationProps.BOUNDS, anim));
/frameworks/base/core/java/android/view/
H A DViewOutlineProvider.java52 public static final ViewOutlineProvider BOUNDS = new ViewOutlineProvider() { field in class:ViewOutlineProvider
H A DView.java12920 setOutlineProvider(ViewOutlineProvider.BOUNDS);
/frameworks/support/design/lollipop/android/support/design/widget/
H A DViewUtilsLollipop.java34 view.setOutlineProvider(ViewOutlineProvider.BOUNDS);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java145 setOutlineProvider(ViewOutlineProvider.BOUNDS);
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java146 // By changing the outline provider to BOUNDS, the window can remove its
148 mOwner.getDecorView().setOutlineProvider(ViewOutlineProvider.BOUNDS);

Completed in 260 milliseconds