OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLinearInterpolator
(Results
1 - 6
of
6
) sorted by null
/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/
NotificationContentView.java
52
private final Interpolator
mLinearInterpolator
= new LinearInterpolator();
357
.setInterpolator(
mLinearInterpolator
)
362
.setInterpolator(
mLinearInterpolator
)
ActivatableNotificationView.java
113
private final Interpolator
mLinearInterpolator
;
141
mLinearInterpolator
= new LinearInterpolator();
555
mAppearAnimator.setInterpolator(
mLinearInterpolator
);
ExpandableNotificationRow.java
50
private final LinearInterpolator
mLinearInterpolator
= new LinearInterpolator();
425
mChildExpandAnimator.setInterpolator(
mLinearInterpolator
);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
422
private Interpolator
mLinearInterpolator
= new LinearInterpolator();
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 196 milliseconds