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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java378 SCROLL_INDICATOR_BOTTOM,
402 public static final int SCROLL_INDICATOR_BOTTOM = 0x2; field in class:ViewCompat
3716 * <li>{@link #SCROLL_INDICATOR_BOTTOM}</li>
3739 * of {@code (ViewCompat.getScrollIndicators(view) & ViewCompat.SCROLL_INDICATOR_BOTTOM) != 0}.
/frameworks/base/core/java/android/view/
H A DView.java3003 SCROLL_INDICATOR_BOTTOM,
3028 public static final int SCROLL_INDICATOR_BOTTOM = field in class:View
5977 * <li>{@link #SCROLL_INDICATOR_BOTTOM}</li>
6017 * of {@code (getScrollIndicators() & View.SCROLL_INDICATOR_BOTTOM) != 0}.

Completed in 68 milliseconds