HomeSort by relevance Sort by last modified time
    Searched refs:getCustomInterpolator (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationProperties.java 56 public Interpolator getCustomInterpolator(View child, Property property) {
ViewState.java 502 Interpolator customInterpolator = properties.getCustomInterpolator(child,
567 Interpolator customInterpolator = properties.getCustomInterpolator(child,
StackStateAnimator.java 102 public Interpolator getCustomInterpolator(View child, Property property) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
PropertyAnimator.java 75 Interpolator customInterpolator = properties.getCustomInterpolator(view, property);
TransformState.java 167 customTransformation.getCustomInterpolator(TRANSFORM_X, true /* isFrom */);
180 customTransformation.getCustomInterpolator(TRANSFORM_Y, true /* isFrom */);
303 customTransformation.getCustomInterpolator(TRANSFORM_X, false /* isFrom */);
320 customTransformation.getCustomInterpolator(TRANSFORM_Y, false /* isFrom */);
NotificationHeaderViewWrapper.java 76 public Interpolator getCustomInterpolator(int interpolationType,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 305 public Interpolator getCustomInterpolator(int interpolationType, boolean isFrom) {

Completed in 687 milliseconds