OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NO_MIN
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java
105
public static final float
NO_MIN
= 0;
163
private float[] mMinimumVelocity = new float[] {
NO_MIN
,
NO_MIN
};
305
* {@link #
NO_MIN
} to leave the relative value unconstrained.
307
* {@link #
NO_MIN
} to leave the relative value unconstrained.
606
final float edgeSize = constrain(relativeValue * size,
NO_MIN
, maxValue);
[
all
...]
/frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java
106
public static final float
NO_MIN
= 0;
164
private float[] mMinimumVelocity = new float[] {
NO_MIN
,
NO_MIN
};
306
* {@link #
NO_MIN
} to leave the relative value unconstrained.
308
* {@link #
NO_MIN
} to leave the relative value unconstrained.
607
final float edgeSize = constrain(relativeValue * size,
NO_MIN
, maxValue);
[
all
...]
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
Completed in 30 milliseconds