OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLinearInterpolator
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
57
private final Interpolator
mLinearInterpolator
= new LinearInterpolator();
221
.setInterpolator(
mLinearInterpolator
);
225
.setInterpolator(
mLinearInterpolator
)
ActivatableNotificationView.java
121
private final Interpolator
mLinearInterpolator
;
151
mLinearInterpolator
= new LinearInterpolator();
570
mAppearAnimator.setInterpolator(
mLinearInterpolator
);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearSmoothScroller.java
78
protected final LinearInterpolator
mLinearInterpolator
= new LinearInterpolator();
247
, (int) (time * TARGET_SEEK_EXTRA_SCROLL_RATIO),
mLinearInterpolator
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
446
private Interpolator
mLinearInterpolator
= new LinearInterpolator();
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 226 milliseconds