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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java391 * @see #getScrollIndicators(View)
400 * @see #getScrollIndicators(View)
409 * @see #getScrollIndicators(View)
418 * @see #getScrollIndicators(View)
427 * @see #getScrollIndicators(View)
436 * @see #getScrollIndicators(View)
911 public int getScrollIndicators(View view) { method in class:ViewCompat.ViewCompatBaseImpl
1502 public int getScrollIndicators(View view) { method in class:ViewCompat.ViewCompatApi23Impl
1503 return view.getScrollIndicators();
3693 * @see #getScrollIndicators(Vie
3743 public static int getScrollIndicators(@NonNull View view) { method in class:ViewCompat
[all...]
/frameworks/base/core/java/android/view/
H A DView.java3016 * @see #getScrollIndicators()
3026 * @see #getScrollIndicators()
3036 * @see #getScrollIndicators()
3046 * @see #getScrollIndicators()
3059 * @see #getScrollIndicators()
3072 * @see #getScrollIndicators()
5952 * @see #getScrollIndicators()
5984 * @see #getScrollIndicators()
6017 * of {@code (getScrollIndicators() & View.SCROLL_INDICATOR_BOTTOM) != 0}.
6022 public int getScrollIndicators() { method in class:View
[all...]

Completed in 55 milliseconds