HomeSort by relevance Sort by last modified time
    Searched defs:indeterminate (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.h 65 bool indeterminate; member in struct:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 97 // 'indeterminate' is a state independent of the checked state that causes the control to draw in a way that hides the actual state.
98 bool indeterminate() const { return m_isIndeterminate; } function in class:blink::HTMLInputElement
  /external/chromium_org/base/mac/
sdk_forward_declarations.h 254 @property (readonly, getter=isIndeterminate) BOOL indeterminate; variable
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 65 // because default is Indeterminate only progressBar, can't change the status
134 // when in indeterminate mode
161 // when in indeterminate mode
372 assertEquals("Indeterminate tint inflated correctly",
374 assertEquals("Indeterminate tint mode inflated correctly",
377 MockDrawable indeterminate = new MockDrawable(); local
380 view.setIndeterminateDrawable(indeterminate);
381 assertFalse("No indeterminate tint applied by default", indeterminate.hasCalledSetTint());
384 assertTrue("Indeterminate tint applied when setIndeterminateTintList() called after
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 90 bool indeterminate; // Whether the button state is indeterminate. member in struct:blink::WebFallbackThemeEngine::ButtonExtraParams
WebThemeEngine.h 128 bool indeterminate; // Whether the button state is indeterminate. member in struct:blink::WebThemeEngine::ButtonExtraParams
  /external/chromium_org/ui/native_theme/
native_theme.h 101 bool indeterminate; // Whether the button state is indeterminate. member in struct:ui::NativeTheme::ButtonExtraParams
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 270 milliseconds