OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selectable
(Results
1 - 25
of
282
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/Settings/res/xml/
data_usage_metered_prefs.xml
22
android:
selectable
="false" />
38
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
",
/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/chrome/browser/resources/file_manager/foreground/js/
file_selection.js
274
var
selectable
;
280
selectable
= this.selection.directoryCount <= 1 &&
283
selectable
= (this.isFileSelectionAvailable() &&
287
selectable
= (this.isFileSelectionAvailable() &&
292
selectable
= false;
294
selectable
= !!this.filenameInput_.value;
298
selectable
= true;
303
this.okButton_.disabled = !
selectable
;
304
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.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RequestHeadersView.js
52
this._urlTreeElement.
selectable
= false;
56
this._requestMethodTreeElement.
selectable
= false;
60
this._statusCodeTreeElement.
selectable
= false;
65
this._requestHeadersTreeElement.
selectable
= false;
75
this._queryStringTreeElement.
selectable
= false;
81
this._formDataTreeElement.
selectable
= false;
87
this._requestPayloadTreeElement.
selectable
= false;
93
this._responseHeadersTreeElement.
selectable
= false;
212
sourceTreeElement.
selectable
= false;
265
parmTreeElement.
selectable
= false
[
all
...]
treeoutline.js
346
while (nextSelectedElement && !nextSelectedElement.
selectable
)
351
while (nextSelectedElement && !nextSelectedElement.
selectable
)
363
if (this.selectedTreeElement.parent.
selectable
) {
365
while (nextSelectedElement && !nextSelectedElement.
selectable
)
379
while (nextSelectedElement && !nextSelectedElement.
selectable
)
466
get
selectable
() {
472
set
selectable
(x) {
629
if (!element || !element.treeElement || !element.treeElement.
selectable
)
644
var toggleOnClick = element.treeElement.toggleOnClick && !element.treeElement.
selectable
;
816
if (!this.treeOutline || !this.
selectable
|| this.selected
[
all
...]
/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/chrome/browser/translate/
languages_menu_model.cc
32
// Prevent the same language from being
selectable
in original and target.
/external/chromium_org/chrome/browser/sync/
user_selectable_sync_type.h
37
//
selectable
checkboxes.
/external/chromium_org/chrome/browser/ui/views/infobars/
translate_language_menu_model.cc
34
// Prevent the same language from being
selectable
in original and target.
/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/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
.
/external/chromium_org/ash/wm/overview/
window_selector_item.h
28
// Returns true if the window selector item has |window| as a
selectable
47
// Returns true if this item has no more
selectable
windows (i.e. after
/packages/apps/Settings/src/com/android/settings/
ApnPreference.java
125
public void setSelectable(boolean
selectable
) {
126
mSelectable =
selectable
;
ApnSettings.java
189
boolean
selectable
= ((type == null) || !type.equals("mms"));
190
pref.setSelectable(
selectable
);
191
if (
selectable
) {
/external/replicaisland/res/xml/
preferences.xml
162
android:
selectable
="false" />
168
android:
selectable
="false" />
174
android:
selectable
="false" />
Completed in 1092 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>