Home
last modified time | relevance | path

Searched refs:which (Results 1 – 6 of 6) sorted by relevance

/appcompat/appcompat/
DTHEMES8 need to deal with attributes and styles which are available
30 Platform specific themes which inherit from the previous platform version. These allows us
41 There are the themes which are pointers to the correct third level theme.
Dbuild.gradle59 // ambiguity, especially from playground build which replaces
/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DMenuDialogHelper.java170 public void onClick(DialogInterface dialog, int which) { in onClick() argument
171 mMenu.performItemAction((MenuItemImpl) mPresenter.getAdapter().getItem(which), 0); in onClick()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DAlertDialogCursorTest.kt244 which: Int, in <lambda>() method
248 cursor!!.moveToPosition(which) in <lambda>()
258 checkedTracker[which] = isChecked in <lambda>()
DAlertDialogTest.java611 public void onClick(DialogInterface dialog, int which, in testMultiChoiceItemsFromRuntimeArray()
613 checkedTracker[which] = isChecked; in testMultiChoiceItemsFromRuntimeArray()
631 public void onClick(DialogInterface dialog, int which, in testMultiChoiceItemsFromResourcesArray()
633 checkedTracker[which] = isChecked; in testMultiChoiceItemsFromResourcesArray()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatSpinner.java895 public void onClick(DialogInterface dialog, int which) { in onClick() argument
896 setSelection(which); in onClick()
898 performItemClick(null, which, mListAdapter.getItemId(which)); in onClick()