OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buttonIndex
(Results
1 - 2
of
2
) sorted by null
/cts/tests/src/android/app/cts/
DialogStubActivity.java
70
public static int
buttonIndex
;
171
buttonIndex
= msg.what;
/packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java
507
final int
buttonIndex
= parent.indexOfChild(v);
522
if (
buttonIndex
> 0) {
523
parent.getChildAt(
buttonIndex
- 1).requestFocus();
533
if (
buttonIndex
< (buttonCount - 1)) {
534
parent.getChildAt(
buttonIndex
+ 1).requestFocus();
[
all
...]
Completed in 535 milliseconds