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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java382 SCROLL_INDICATOR_BOTTOM,
406 public static final int SCROLL_INDICATOR_BOTTOM = 0x2; field in class:ViewCompat
3091 * <li>{@link #SCROLL_INDICATOR_BOTTOM}</li>
3116 * of {@code (ViewCompat.getScrollIndicators(view) & ViewCompat.SCROLL_INDICATOR_BOTTOM) != 0}.
/frameworks/base/core/java/android/view/
H A DView.java3072 SCROLL_INDICATOR_BOTTOM,
3097 public static final int SCROLL_INDICATOR_BOTTOM = field in class:View
6237 * <li>{@link #SCROLL_INDICATOR_BOTTOM}</li>
6277 * of {@code (getScrollIndicators() & View.SCROLL_INDICATOR_BOTTOM) != 0}.
[all...]

Completed in 71 milliseconds