OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selecting
(Results
76 - 100
of
794
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
menu_design.jd
69
<li style="padding-top: 4px;"><a href=#selecting_content_item>
Selecting
an item should perform most intuitive operation</a></li>
181
fit on the icon menu, then the last icon is labeled "More" —
selecting
it
222
on a blank spot on the Home screen, a Context menu appears;
selecting
241
first item in the Context menu. In this example,
selecting
the contact
313
Selecting
the right kind of menu to present, and using menus
394
<h3 id="selecting_content_item">
Selecting
an item in the content should perform the most intuitive operation</h3>
407
<li>
Selecting
an image executes "View image"</li>
408
<li>
Selecting
a media icon or filename executes "Play"</li>
409
<li>
Selecting
a URL link executes "Open link"</li>
410
<li>
Selecting
an address executes "Go to address" (in a maps application)</li
[
all
...]
/frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java
112
final boolean
selecting
= isSelecting(buffer);
117
if (
selecting
) {
136
final boolean
selecting
= isSelecting(buffer);
141
if (
selecting
) {
276
// Before
selecting
, make sure we've moved out of the "slop".
280
// Turn long press off while we're
selecting
. User needs to
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
TournamentSelection.java
25
* chromosomes without replacement from the population, and then
selecting
the
50
* population, and then
selecting
the fittest chromosome among them.
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
quickstart.rst
65
by
selecting
the **File** menu, **Add Existing Application...**, then
selecting
/external/iproute2/man/man8/
ip-neighbour.8
129
the prefix
selecting
the neighbours to list.
158
This command flushes neighbour tables,
selecting
/bionic/libc/upstream-openbsd/lib/libc/crypt/
arc4random_uniform.c
45
* p > 0.5 (worst case, usually far better) of
selecting
a
/development/samples/ApiDemos/res/layout/
pick_contact.xml
17
<!-- Demonstrates
selecting
various types of contact data. -->
/development/samples/ReceiveShareDemo/res/layout/
receive_share.xml
17
<!-- Demonstrates
selecting
various types of contact data. -->
/docs/source.android.com/src/devices/tech/debug/
native-memory.jd
35
<p>Upon relaunching DDMS and
selecting
a process, you can switch to the new
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringListPropertyEditor.java
17
* The {@link PropertyEditor} for
selecting
single string from given set.
/external/jpeg/
jcinit.c
9
* This routine is in charge of
selecting
the modules to be executed and
/external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcinit.c
10
* This routine is in charge of
selecting
the modules to be executed and
/frameworks/base/docs/html/tools/help/
monitor.jd
48
Monitor to the device by
selecting
it in the <strong>Devices</strong> window.</p>
/packages/apps/DeskClock/src/com/android/deskclock/
SnoozeLengthDialog.java
13
* A dialog preference that shows a number picker for
selecting
snooze length
/packages/apps/Email/res/layout/
account_setup_ab_fragment.xml
17
<!-- Fragment use to disambiguate between the user
selecting
protocol A and providers.xml
/packages/apps/Messaging/src/com/android/messaging/util/
RingtoneUtil.java
49
// An empty string (== "") here is the result of
selecting
"None" as the ringtone
/frameworks/base/docs/html/ndk/guides/
prebuilts.jd
12
<li><a href="#sa">
Selecting
ABIs for Prebuilt Libraries</a></li>
40
ABIs, see <a href="#sa">
Selecting
ABIs for Prebuilt Libraries.</a></p></li>
117
<h2 id="sa">
Selecting
ABIs for Prebuilt Libraries</h2>
/art/compiler/optimizing/
boolean_simplifier.h
19
// carried out with an If statement
selecting
from zero/one integer
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/tests/src/com/example/android/swiperefreshlayoutbasic/tests/
SampleTests.java
90
* Test that
selecting
the refresh menu item triggers a refresh.
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/tests/src/com/example/android/swiperefreshlistfragment/tests/
SampleTests.java
91
* Test that
selecting
the refresh menu item triggers a refresh.
/developers/samples/android/common/src/java/com/example/android/common/midi/
MidiInputPortSelector.java
32
* Manages a Spinner for
selecting
a MidiInputPort.
MidiOutputPortSelector.java
32
* Manages a Spinner for
selecting
a MidiOutputPort.
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SelectContactActivity.java
32
* The dialog for
selecting
a contact to share the text with. This dialog is shown when the user
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/Application/tests/src/com/example/android/swiperefreshlayoutbasic/tests/
SampleTests.java
90
* Test that
selecting
the refresh menu item triggers a refresh.
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/tests/src/com/example/android/swiperefreshlistfragment/tests/
SampleTests.java
91
* Test that
selecting
the refresh menu item triggers a refresh.
Completed in 376 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>