OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selectable
(Results
76 - 100
of
324
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.cc
190
IA_STATE_MAP(
SELECTABLE
)
/external/chromium_org/ppapi/api/dev/
ppb_file_chooser_dev.idl
47
* comments). The dialog may restrict
selectable
files to the specified MIME
/external/chromium_org/ppapi/c/dev/
ppb_file_chooser_dev.h
70
* comments). The dialog may restrict
selectable
files to the specified MIME
/external/chromium_org/remoting/webapp/html/
template_main.html
68
<div id="statistics" dir="ltr" class="
selectable
" hidden>
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp
157
// before the line break (if the line break is at the end of a block it isn't
selectable
).
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ShowMoreDataGridNode.js
62
this.
selectable
= false;
SortableDataGrid.js
99
node.
selectable
= false;
/external/chromium_org/ui/accessibility/
ax_enums.idl
210
selectable
,
/frameworks/base/core/java/android/preference/
TwoStatePreference.java
30
* Common base class for preferences that have two
selectable
states, persist a
Preference.java
773
* Sets whether this Preference is
selectable
.
775
* @param
selectable
Set true to make it
selectable
.
777
public void setSelectable(boolean
selectable
) {
778
if (mSelectable !=
selectable
) {
779
mSelectable =
selectable
;
785
* Checks whether this Preference should be
selectable
in the list.
787
* @return True if it is
selectable
, false otherwise.
[
all
...]
/frameworks/base/core/java/android/widget/
YearPickerView.java
31
* Displays a
selectable
list of years.
/frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java
50
mNumRowsPerItem, // 5 internally
selectable
rows per item
/frameworks/base/docs/html/about/versions/
android-1.5-highlights.jd
95
<li>User-
selectable
text-encoding</li>
/frameworks/base/docs/html/design/patterns/
selection.jd
40
is selected. It appears after the user long-presses on a
selectable
data item.</p>
/frameworks/base/docs/html/guide/topics/ui/
controls.jd
68
<td>An on/off switch that can be toggled by the user. You should use checkboxes when presenting users with a group of
selectable
options that are not mutually exclusive.</td>
/libcore/luni/src/main/java/java/nio/channels/
Selector.java
26
*
Selectable
channels can be registered with a selector and get a
ServerSocketChannel.java
28
* A {@code ServerSocketChannel} is a partial abstraction of a
selectable
,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asound.h
90
unsigned char id[64]; /* ID (user
selectable
) */
273
unsigned char id[64]; /* ID (user
selectable
) */
496
unsigned char id[64]; /* ID (user
selectable
) */
691
unsigned char id[16]; /* ID of card (user
selectable
) */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h
90
unsigned char id[64]; /* ID (user
selectable
) */
273
unsigned char id[64]; /* ID (user
selectable
) */
496
unsigned char id[64]; /* ID (user
selectable
) */
691
unsigned char id[16]; /* ID of card (user
selectable
) */
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py
3
The completer completes keywords, built-ins and globals in a
selectable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rlcompleter.py
3
The completer completes keywords, built-ins and globals in a
selectable
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ObjectPropertiesSection.js
152
this.
selectable
= false;
626
this.
selectable
= false;
713
this.
selectable
= false;
767
this.
selectable
= false;
793
this.
selectable
= false;
[
all
...]
/hardware/intel/img/psb_video/src/
tng_hostcode.h
107
struct psb_buffer_s bufs_first_pass_out_best_multipass_param; //sFirstPassOutBestMultipassParamBuf[MAX_SOURCE_SLOTS_SL]; //!< Output
Selectable
Best MV Parameters of the First Pass
154
IMG_UINT32 first_pass_out_best_multipass_param;//!< Output
Selectable
Best MV Parameters of the First Pass
/art/compiler/
oat_test.cc
91
// TODO: make
selectable
.
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java
31
* example #1, but has a choice of 2 shapes, which are user
selectable
and
Completed in 784 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>