HomeSort by relevance Sort by last modified time
    Searched defs:RELATIVE_UNSPECIFIED (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 89 public static final float RELATIVE_UNSPECIFIED = 0;
148 private float[] mRelativeEdges = new float[] { RELATIVE_UNSPECIFIED, RELATIVE_UNSPECIFIED };
160 private float[] mRelativeVelocity = new float[] { RELATIVE_UNSPECIFIED, RELATIVE_UNSPECIFIED };
324 * host view width per second, or {@link #RELATIVE_UNSPECIFIED}
327 * view height per second, or {@link #RELATIVE_UNSPECIFIED} to
364 * width, or {@link #RELATIVE_UNSPECIFIED} to always use the
367 * height, or {@link #RELATIVE_UNSPECIFIED} to always use the
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 90 public static final float RELATIVE_UNSPECIFIED = 0;
149 private float[] mRelativeEdges = new float[] { RELATIVE_UNSPECIFIED, RELATIVE_UNSPECIFIED };
161 private float[] mRelativeVelocity = new float[] { RELATIVE_UNSPECIFIED, RELATIVE_UNSPECIFIED };
325 * host view width per second, or {@link #RELATIVE_UNSPECIFIED}
328 * view height per second, or {@link #RELATIVE_UNSPECIFIED} to
365 * width, or {@link #RELATIVE_UNSPECIFIED} to always use the
368 * height, or {@link #RELATIVE_UNSPECIFIED} to always use the
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 62 milliseconds