HomeSort by relevance Sort by last modified time
    Searched refs:buttonIndex (Results 1 - 4 of 4) sorted by null

  /cts/tests/app/src/android/app/cts/
AlertDialogTest.java 122 DialogStubActivity.buttonIndex = 0;
124 assertEquals(DialogInterface.BUTTON_POSITIVE, DialogStubActivity.buttonIndex);
126 DialogStubActivity.buttonIndex = 0;
128 assertEquals(DialogInterface.BUTTON_NEUTRAL, DialogStubActivity.buttonIndex);
130 DialogStubActivity.buttonIndex = 0;
132 assertEquals(DialogInterface.BUTTON_NEGATIVE, DialogStubActivity.buttonIndex);
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 497 final int buttonIndex = parent.indexOfChild(v);
512 if (buttonIndex > 0) {
513 parent.getChildAt(buttonIndex - 1).requestFocus();
523 if (buttonIndex < (buttonCount - 1)) {
524 parent.getChildAt(buttonIndex + 1).requestFocus();
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
DialogStubActivity.java 71 public static int buttonIndex;
173 buttonIndex = msg.what;
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
ExpandedAlarmViewHolder.java 177 final int buttonIndex = i;
183 isChecked, buttonIndex);

Completed in 776 milliseconds