HomeSort by relevance Sort by last modified time
    Searched full:getscrollindicators (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/support/compat/api23/android/support/v4/view/
ViewCompatMarshmallow.java 30 public static int getScrollIndicators(View view) {
31 return view.getScrollIndicators();
  /frameworks/base/docs/html/sdk/support_api_diff/23.1.0/changes/
android.support.v4.view.ViewCompat.html 87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/support/v4/view/ViewCompat.html#getScrollIndicators(android.view.View)" target="_top"><code>getScrollIndicators</code></A>(<code>View</code>)</nobr>
alldiffs_index_additions.html 457 <!-- Method getScrollIndicators -->
458 <nobr><A HREF="android.support.v4.view.ViewCompat.html#android.support.v4.view.ViewCompat.getScrollIndicators_added(android.view.View)" class="hiddenlink" target="rightframe"><b>getScrollIndicators</b>
    [all...]
methods_index_additions.html 219 <nobr><A HREF="android.support.v4.view.ViewCompat.html#android.support.v4.view.ViewCompat.getScrollIndicators_added(android.view.View)" class="hiddenlink" target="rightframe"><b>getScrollIndicators</b>
    [all...]
alldiffs_index_all.html     [all...]
methods_index_all.html 221 <nobr><A HREF="android.support.v4.view.ViewCompat.html#android.support.v4.view.ViewCompat.getScrollIndicators_added(android.view.View)" class="hiddenlink" target="rightframe"><b>getScrollIndicators</b>
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java 323 * @see #getScrollIndicators(View)
332 * @see #getScrollIndicators(View)
341 * @see #getScrollIndicators(View)
350 * @see #getScrollIndicators(View)
359 * @see #getScrollIndicators(View)
368 * @see #getScrollIndicators(View)
484 int getScrollIndicators(View view);
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.view.View.html 143 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#getScrollIndicators()" target="_top"><code>getScrollIndicators</code></A>()</nobr>
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 297 view.getScrollIndicators());
304 assertEquals(0, view.getScrollIndicators());
308 view.getScrollIndicators());
312 | View.SCROLL_INDICATOR_TOP, view.getScrollIndicators());
314 view.setScrollIndicators(0, view.getScrollIndicators());
315 assertEquals(0, view.getScrollIndicators());
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/view/
ActionChooserView.html     [all...]
ActionLabel.html     [all...]
CircledImageView.html     [all...]
CircularButton.html     [all...]
DelayedConfirmationView.html     [all...]
ProgressSpinner.html     [all...]
ActionPage.html     [all...]
BoxInsetLayout.html     [all...]
CardFrame.html     [all...]
CardScrollView.html     [all...]
DismissOverlayView.html     [all...]
DotsPageIndicator.html     [all...]
GridViewPager.html     [all...]

Completed in 887 milliseconds

1 2