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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/accessibility/
a-name-expected-win.txt 3 ROLE_SYSTEM_LINK name='named anchor' state=SELECTABLE
5 ROLE_SYSTEM_LINK name='both a named anchor and a link' state=FOCUSABLE,SELECTABLE,LINKED
  /external/chromium_org/third_party/WebKit/ManualTests/
disabled-option-elements.html 2 <p>This tests that disabled option elements shouldn't be selectable and that no elements in disabled optgroups are selectable.</p>
secure-keyboard-enabled-after-submit.html 17 6) Check that non-Roman input sources are enabled and selectable in the Input
  /packages/apps/UnifiedEmail/src/com/android/mail/text/
ChangeLabelsSpan.java 11 * header while still allowing the subject to be selectable.
  /packages/apps/Settings/res/xml/
data_usage_metered_prefs.xml 34 android:selectable="false" />
41 android:selectable="false" />
accessibility_daltonizer_settings.xml 24 android:selectable="false" />
battery_saver_settings.xml 32 android:selectable="false" />
location_settings.xml 40 android:selectable="false" />
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
HeadlinesFragment.java 115 * @param selectable whether list is to be selectable.
117 public void setSelectable(boolean selectable) {
118 if (selectable) {
  /external/chromium_org/ui/views/controls/
prefix_delegate.h 15 // Returns the total number of selectable items.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOffScreenNextSelectableTest.java 50 assertEquals("only 4 children should be on screen (so that next selectable is off " +
56 // when the next items on screen are not selectable, we pan until the next selectable item
89 // now we have the reverse situation: the next selectable position upward is off screen
ListWithScreenOfNoSelectablesTest.java 42 assertTrue("expecting first position to be selectable",
57 // go down until first (and only selectable) item is off screen
81 // go down untile first (and only selectable) item is off screen
91 // go up once to bring the selectable back on screen
ListWithSeparatorsTest.java 64 assertEquals("should have skipped to next selectable ",
  /external/chromium_org/components/sync_driver/
user_selectable_sync_type.h 34 // TODO(petewil): There was talk of removing this from user selectable sync
39 // selectable checkboxes.
  /frameworks/base/core/java/android/widget/
ListAdapter.java 31 * it will take effect. If true, it means all items are selectable and
42 * (A separator is a non-selectable, non-clickable item).
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
RequestHeadersView.js 53 this._remoteAddressTreeElement.selectable = false;
58 this._urlTreeElement.selectable = false;
62 this._requestMethodTreeElement.selectable = false;
66 this._statusCodeTreeElement.selectable = false;
71 this._requestHeadersTreeElement.selectable = false;
81 this._queryStringTreeElement.selectable = false;
87 this._formDataTreeElement.selectable = false;
93 this._requestPayloadTreeElement.selectable = false;
99 this._responseHeadersTreeElement.selectable = false;
221 sourceTreeElement.selectable = false
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_selection.js 277 var selectable;
283 selectable = this.selection.directoryCount <= 1 &&
286 selectable = (this.isFileSelectionAvailable() &&
290 selectable = (this.isFileSelectionAvailable() &&
295 selectable = false;
297 selectable = !!this.filenameInput_.value;
301 selectable = true;
306 this.okButton_.disabled = !selectable;
307 return selectable;
  /frameworks/opt/datetimepicker/res/values/
strings.xml 23 selectable hours of the day along the inside edge of a circle, as in an analog clock.
29 selectable five-minute intervals along the inside edge of a circle, as in an analog clock.
40 a selectable grid of days laid out by month.
  /cts/tests/tests/view/src/android/view/cts/
NumberPickerTest.java 37 fail("The size of the displayed values array must be equal to the selectable numbers!");
  /external/chromium_org/content/public/common/
file_chooser_params.h 46 // input element. It is used to restrict selectable files to such types.
  /external/chromium_org/remoting/webapp/html/
dialog_connection_history.html 41 <tbody id="connection-history-entries" class="selectable">
  /external/chromium_org/ui/base/models/
combobox_model.h 24 // Should return true if the item at |index| is a non-selectable separator
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithOffScreenNextSelectable.java 23 * an offscreen item to know that it is the next selectable.
  /packages/apps/Settings/src/com/android/settings/
ApnPreference.java 126 public void setSelectable(boolean selectable) {
127 mSelectable = selectable;
  /external/replicaisland/res/xml/
preferences.xml 162 android:selectable="false" />
168 android:selectable="false" />
174 android:selectable="false" />

Completed in 2786 milliseconds

1 2 3 4 5 6 7 8 91011>>