OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:menu_start
(Results
1 - 4
of
4
) sorted by null
/development/samples/LunarLander/res/values/
strings.xml
20
<string name="
menu_start
">Start</string>
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java
48
private static final int
MENU_START
= 6;
68
menu.add(0,
MENU_START
, 0, R.string.
menu_start
);
89
case
MENU_START
:
/bootable/recovery/
wear_ui.cpp
178
if (menu_items > menu_end -
menu_start
) {
187
for (int i =
menu_start
; i < menu_end; ++i) {
424
menu_start
= 0;
441
if (menu_sel <
menu_start
) {
442
menu_start
--;
446
menu_start
++;
wear_ui.h
109
int
menu_start
, menu_end;
member in class:WearRecoveryUI
Completed in 77 milliseconds