Home
last modified time | relevance | path

Searched refs:mLinearInterpolator (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearSmoothScroller.java78 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator(); field in LinearSmoothScroller
247 , (int) (time * TARGET_SEEK_EXTRA_SCROLL_RATIO), mLinearInterpolator); in updateActionForInterimTarget() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java52 private final Interpolator mLinearInterpolator = new LinearInterpolator(); field in NotificationContentView
357 .setInterpolator(mLinearInterpolator) in runSwitchAnimation()
362 .setInterpolator(mLinearInterpolator) in runSwitchAnimation()
DActivatableNotificationView.java113 private final Interpolator mLinearInterpolator; field in ActivatableNotificationView
141 mLinearInterpolator = new LinearInterpolator(); in ActivatableNotificationView()
555 mAppearAnimator.setInterpolator(mLinearInterpolator); in startAppearAnimation()
DExpandableNotificationRow.java50 private final LinearInterpolator mLinearInterpolator = new LinearInterpolator(); field in ExpandableNotificationRow
425 mChildExpandAnimator.setInterpolator(mLinearInterpolator); in updateChildrenVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java422 private Interpolator mLinearInterpolator = new LinearInterpolator(); field in PhoneStatusBar
1762 .setInterpolator(mLinearInterpolator) in updateMediaMetaData()
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt108 field protected final android.view.animation.LinearInterpolator mLinearInterpolator;
D22.1.0.txt151 field protected final android.view.animation.LinearInterpolator mLinearInterpolator;
D22.2.0.txt191 field protected final android.view.animation.LinearInterpolator mLinearInterpolator;
D22.2.1.txt194 field protected final android.view.animation.LinearInterpolator mLinearInterpolator;
D23.txt221 field protected final android.view.animation.LinearInterpolator mLinearInterpolator;
Dcurrent.txt221 field protected final android.view.animation.LinearInterpolator mLinearInterpolator;