Searched defs:SCROLL_INDICATOR_BOTTOM (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java311 SCROLL_INDICATOR_BOTTOM,
335 public static final int SCROLL_INDICATOR_BOTTOM = 0x2; field in class:ViewCompat
3530 * <li>{@link #SCROLL_INDICATOR_BOTTOM}</li>
3553 * of {@code (ViewCompat.getScrollIndicators(view) & ViewCompat.SCROLL_INDICATOR_BOTTOM) != 0}.
/frameworks/base/core/java/android/view/
H A DView.java2573 SCROLL_INDICATOR_BOTTOM,
2598 public static final int SCROLL_INDICATOR_BOTTOM = field in class:View
5320 * <li>{@link #SCROLL_INDICATOR_BOTTOM}</li>
5360 * of {@code (getScrollIndicators() & View.SCROLL_INDICATOR_BOTTOM) != 0}.

Completed in 2364 milliseconds