HomeSort by relevance Sort by last modified time
    Searched full:indeterminate (Results 51 - 75 of 368) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
WaitViewDrawerItem.java 37 * Return a view for the 'Waiting for sync' item with the indeterminate progress indicator.
  /external/chromium_org/third_party/skia/tools/
test_gpuveto.py 64 self.indeterminate = 0
78 self.indeterminate))
137 self.indeterminate += 1
  /external/skia/tools/
test_gpuveto.py 64 self.indeterminate = 0
78 self.indeterminate))
137 self.indeterminate += 1
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivity.java 316 * Sets the visibility of the indeterminate progress bar in the title.
330 * Sets whether the horizontal progress bar in the title should be indeterminate (the
331 * circular is always indeterminate).
336 * @param indeterminate Whether the horizontal progress bar should be indeterminate.
338 public void setSupportProgressBarIndeterminate(boolean indeterminate) {
339 getDelegate().setSupportProgressBarIndeterminate(indeterminate);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 185 // We don't want the progress bar to switch back to indeterminate mode after
187 final boolean indeterminate = !showProgress && dialog.isIndeterminate();
188 dialog.setIndeterminate(indeterminate);
  /cts/apps/CtsVerifier/res/layout/
bt_device_picker.xml 23 android:indeterminate="true"
bt_messages.xml 23 android:indeterminate="true"
  /development/samples/ActionBarCompat/res/values/
styles.xml 42 <item name="android:indeterminate">true</item>
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar3.java 68 dialog.setTitle("Indeterminate");
  /frameworks/base/core/res/res/layout/
usb_storage_activity.xml 63 android:indeterminate="true"
  /frameworks/base/core/res/res/layout-land/
usb_storage_activity.xml 71 android:indeterminate="true"
  /frameworks/base/packages/DocumentsUI/res/layout/
fragment_save.xml 65 android:indeterminate="true"
  /frameworks/base/packages/PrintSpooler/res/layout/
select_printer_activity.xml 65 android:indeterminate="true"
  /packages/apps/Calendar/res/layout/
select_calendars_multi_accounts_fragment.xml 38 android:indeterminate="true"
  /packages/apps/Launcher3/WallpaperPicker/res/layout/
wallpaper_picker.xml 37 android:indeterminate="true"
  /packages/apps/TvSettings/Settings/res/layout-notouch/
add_accessory_content_fragment.xml 41 android:indeterminate="true"
  /packages/apps/UnifiedEmail/res/layout/
conversation_list.xml 53 android:indeterminate="true"
conversation_message_attachment_tile.xml 34 android:indeterminate="true"
  /packages/services/Telephony/tests/res/layout/
otasp_test_activity.xml 41 android:indeterminate="true"
  /external/chromium_org/content/child/
webfallbackthemeengine_impl.cc 98 native_theme_extra_params->button.indeterminate =
99 extra_params->button.indeterminate;
webthemeengine_impl_android.cc 91 native_theme_extra_params->button.indeterminate =
92 extra_params->button.indeterminate;
  /external/chromium_org/ui/native_theme/
native_theme.h 101 bool indeterminate; // Whether the button state is indeterminate. member in struct:ui::NativeTheme::ButtonExtraParams
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set 76 /// Return true if this is indeterminate.
94 static bool_set indeterminate()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
bool_set 76 /// Return true if this is indeterminate.
94 static bool_set indeterminate()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
bool_set 76 /// Return true if this is indeterminate.
94 static bool_set indeterminate()

Completed in 2773 milliseconds

1 23 4 5 6 7 8 91011>>