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

/frameworks/support/v4/api23/android/support/v4/view/
H A DViewCompatMarshmallow.java30 public static int getScrollIndicators(View view) { method in class:ViewCompatMarshmallow
31 return view.getScrollIndicators();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java314 * @see #getScrollIndicators(View)
323 * @see #getScrollIndicators(View)
332 * @see #getScrollIndicators(View)
341 * @see #getScrollIndicators(View)
350 * @see #getScrollIndicators(View)
359 * @see #getScrollIndicators(View)
478 int getScrollIndicators(View view); method in interface:ViewCompat.ViewCompatImpl
1087 public int getScrollIndicators(View view) { method in class:ViewCompat.BaseViewCompatImpl
1740 public int getScrollIndicators(View view) { method in class:ViewCompat.MarshmallowViewCompatImpl
1741 return ViewCompatMarshmallow.getScrollIndicators(vie
3451 public static int getScrollIndicators(@NonNull View view) { method in class:ViewCompat
[all...]
/frameworks/base/core/java/android/view/
H A DView.java2564 * @see #getScrollIndicators()
2574 * @see #getScrollIndicators()
2584 * @see #getScrollIndicators()
2594 * @see #getScrollIndicators()
2607 * @see #getScrollIndicators()
2620 * @see #getScrollIndicators()
5267 * @see #getScrollIndicators()
5299 * @see #getScrollIndicators()
5332 * of {@code (getScrollIndicators() & View.SCROLL_INDICATOR_BOTTOM) != 0}.
5337 public int getScrollIndicators() { method in class:View
[all...]

Completed in 2704 milliseconds