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

1 2

  /frameworks/support/compat/api23/android/support/v4/view/
ViewCompatMarshmallow.java 22 public static void setScrollIndicators(View view, int indicators) {
23 view.setScrollIndicators(indicators);
26 public static void setScrollIndicators(View view, int indicators, int mask) {
27 view.setScrollIndicators(indicators, mask);
  /frameworks/base/docs/html/sdk/support_api_diff/23.1.0/changes/
android.support.v4.view.ViewCompat.html 101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/support/v4/view/ViewCompat.html#setScrollIndicators(android.view.View, int)" target="_top"><code>setScrollIndicators</code></A>(<code>View,</nobr> int<nobr><nobr></code>)</nobr>
108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/support/v4/view/ViewCompat.html#setScrollIndicators(android.view.View, int, int)" target="_top"><code>setScrollIndicators</code></A>(<code>View,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
methods_index_additions.html     [all...]
methods_index_all.html     [all...]
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java 321 * @see #setScrollIndicators(View, int)
322 * @see #setScrollIndicators(View, int, int)
330 * @see #setScrollIndicators(View, int)
331 * @see #setScrollIndicators(View, int, int)
339 * @see #setScrollIndicators(View, int)
340 * @see #setScrollIndicators(View, int, int)
348 * @see #setScrollIndicators(View, int)
349 * @see #setScrollIndicators(View, int, int)
357 * @see #setScrollIndicators(View, int)
358 * @see #setScrollIndicators(View, int, int
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.view.View.html 234 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#setScrollIndicators(int)" target="_top"><code>setScrollIndicators</code></A>(<code>int</code>)</nobr>
241 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#setScrollIndicators(int, int)" target="_top"><code>setScrollIndicators</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 497 setScrollIndicators(contentPanel, content, indicators,
513 private void setScrollIndicators(ViewGroup contentPanel, View content,
521 ViewCompat.setScrollIndicators(content, indicators, mask);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 378 mListView.setScrollIndicators(tv1, tv2);
555 mListView.setScrollIndicators(tv1, tv2);
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 303 view.setScrollIndicators(0);
306 view.setScrollIndicators(View.SCROLL_INDICATOR_LEFT | View.SCROLL_INDICATOR_RIGHT);
310 view.setScrollIndicators(View.SCROLL_INDICATOR_TOP, View.SCROLL_INDICATOR_TOP);
314 view.setScrollIndicators(0, view.getScrollIndicators());
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 570 content.setScrollIndicators(indicators,
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /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...]

Completed in 420 milliseconds

1 2