Searched defs:indeterminate (Results 1 - 9 of 9) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowProgressDialog.java15 private boolean indeterminate; field in class:ShadowProgressDialog
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { argument
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) { argument
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) { argument
37 progressDialog.setIndeterminate(indeterminate);
46 public void setIndeterminate(boolean indeterminate) { argument
47 this.indeterminate = indeterminate;
[all...]
H A DShadowProgressBar.java60 public void setIndeterminate(boolean indeterminate) { argument
61 this.isIndeterminate = indeterminate;
/external/webkit/Source/WebCore/html/
H A DHTMLDataGridCellElement.cpp78 bool HTMLDataGridCellElement::indeterminate() const function in class:WebCore::HTMLDataGridCellElement
83 void HTMLDataGridCellElement::setIndeterminate(bool indeterminate) argument
85 setAttribute(indeterminateAttr, indeterminate ? "" : 0);
H A DInputType.h67 bool indeterminate; member in struct:WebCore::ClickHandlingState
H A DHTMLInputElement.h113 // 'indeterminate' is a state independent of the checked state that causes the control to draw in a way that hides the actual state.
114 bool indeterminate() const { return m_isIndeterminate; } function in class:WebCore::HTMLInputElement
230 virtual bool isIndeterminate() const { return indeterminate(); }
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h89 bool indeterminate; // Whether the button state is indeterminate. member in struct:WebKit::WebThemeEngine::ButtonExtraParams
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h312 bool indeterminate; // Whether the button state is indeterminate. member in struct:WebCore::PlatformBridge::ButtonExtraParams
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk2.cpp167 bool indeterminate = theme->isIndeterminate(renderObject); local
168 gtk_toggle_button_set_inconsistent(GTK_TOGGLE_BUTTON(widget), indeterminate); local
171 if (indeterminate) // This originates from the Mozilla code.
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 2234 milliseconds