OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mStopValue
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java
735
private float
mStopValue
;
765
mStopValue
= 0.5f;
776
mStopValue
= getValueAt(currentTime);
793
return (1 -
mStopValue
) +
mStopValue
[
all
...]
/frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java
736
private float
mStopValue
;
766
mStopValue
= 0.5f;
777
mStopValue
= getValueAt(currentTime);
794
return (1 -
mStopValue
) +
mStopValue
[
all
...]
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
Completed in 166 milliseconds