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

/frameworks/base/core/java/android/view/
H A DView.java2965 SCROLL_INDICATOR_BOTTOM,
2990 public static final int SCROLL_INDICATOR_BOTTOM = field in class:View
5939 * <li>{@link #SCROLL_INDICATOR_BOTTOM}</li>
5979 * of {@code (getScrollIndicators() & View.SCROLL_INDICATOR_BOTTOM) != 0}.
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java368 SCROLL_INDICATOR_BOTTOM,
392 public static final int SCROLL_INDICATOR_BOTTOM = 0x2; field in class:ViewCompat
3497 * <li>{@link #SCROLL_INDICATOR_BOTTOM}</li>
3520 * of {@code (ViewCompat.getScrollIndicators(view) & ViewCompat.SCROLL_INDICATOR_BOTTOM) != 0}.

Completed in 139 milliseconds