Searched refs:onClick (Results 51 - 75 of 333) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListFilter.java57 public void onClick(View v) { method in class:ListFilter
H A DListRecyclerProfiling.java50 public void onClick(View v) {
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScroll.java63 public void onClick(View v) {
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoTile.java65 public void onClick() { method in class:NekoTile
H A DNekoLand.java136 public void onClick(DialogInterface dialog, int which) {
170 public void onClick(View v) {
192 public void onClick(View v) {
200 public void onClick(View v) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DUserUtil.java53 public void onClick(DialogInterface dialog, int which) { method in class:UserUtil.RemoveUserDialog
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTests.java102 mStateManager.onClick(null);
103 waitForCallback("onClick");
133 mStateManager.onClick(null);
139 waitForCallback("onClick");
157 mStateManager.onClick(null);
164 assertFalse(mCallbacks.contains("onClick"));
280 public void onClick(IBinder iBinder) throws RemoteException {
281 sendCallback("onClick");
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DDemoPresentation.java73 public void onClick(View v) {
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DButtonActivity.java48 public void onClick (View v)
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DDelayedTransition.java44 public void onClick(View v) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCopyDialog.java44 public void onClick(DialogInterface dialog, int which) { method in class:CopyDialog
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerSwatch.java75 public void onClick(View v) { method in class:ColorPickerSwatch
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogCursorTest.java143 public void onClick(View v) {
172 verify(onClickListener, never()).onClick(any(DialogInterface.class), any(int.class));
180 verify(onClickListener, times(1)).onClick(mAlertDialog, indexToClick);
295 public void onClick(DialogInterface dialog, int which,
373 verify(onClickListener, times(1)).onClick(mAlertDialog, currentlyExpectedSelectionIndex);
378 verify(onClickListener, times(2)).onClick(mAlertDialog, currentlyExpectedSelectionIndex);
389 verify(onClickListener, times(1)).onClick(mAlertDialog, currentlyExpectedSelectionIndex);
/frameworks/base/core/java/android/preference/
H A DTwoStatePreference.java61 protected void onClick() { method in class:TwoStatePreference
62 super.onClick();
/frameworks/base/core/java/com/android/internal/app/
H A DDumpHeapActivity.java91 public void onClick(DialogInterface dialog, int which) {
99 public void onClick(DialogInterface dialog, int which) {
H A DResolverTargetActionsDialogFragment.java72 public void onClick(DialogInterface dialog, int which) { method in class:ResolverTargetActionsDialogFragment
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DPickFragment.java83 public void onClick(View v) {
91 public void onClick(View v) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerZenModePanel.java83 public void onClick(View v) { method in class:TunerZenModePanel
103 mDoneListener.onClick(v);
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java94 public void onClick(View v) {
105 public void onClick(View v) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextureViewActivity.java56 public void onClick(View v) {
81 public void onClick(View v) {
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DTwoStatePreference.java59 protected void onClick() { method in class:TwoStatePreference
60 super.onClick();
/frameworks/base/core/java/android/webkit/
H A DPlugin.java216 public void onClick(DialogInterface dialog, int which) { method in class:Plugin.DefaultClickHandler
/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSize.java81 public void onClick(View v) { method in class:DrawableBgMinSize
H A DPopupWindowVisibility.java67 public void onClick(View v) { method in class:PopupWindowVisibility
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintErrorFragment.java88 public void onClick(View view) {

Completed in 719 milliseconds

1234567891011>>