Searched defs:onClick (Results 1 - 25 of 99) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/os/
H A DBrightnessLimit.java47 public void onClick(View v) { method in class:BrightnessLimit
/frameworks/base/core/tests/coretests/src/android/view/
H A DDisabled.java45 public void onClick(View v) { method in class:Disabled
H A DPopupWindowVisibility.java67 public void onClick(View v) { method in class:PopupWindowVisibility
H A DPreDrawListener.java85 public void onClick(View v) { method in class:PreDrawListener
H A DDrawableBgMinSize.java81 public void onClick(View v) { method in class:DrawableBgMinSize
/frameworks/base/core/java/android/text/style/
H A DClickableSpan.java25 * text can be selected. If clicked, the {@link #onClick} method will
33 public abstract void onClick(View widget); method in class:ClickableSpan
H A DURLSpan.java57 public void onClick(View widget) { method in class:URLSpan
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DOverlayTest.java39 public void onClick(View view) { method in class:OverlayTest
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DMainActivity.java22 public void onClick(View v) { method in class:MainActivity
/frameworks/base/core/java/com/android/internal/app/
H A DExternalMediaFormatActivity.java92 public void onClick(DialogInterface dialog, int which) { method in class:ExternalMediaFormatActivity
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListFilter.java57 public void onClick(View v) { method in class:ListFilter
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java68 public void onClick(DialogInterface dialog, int which) { method in class:BugreportWarningActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialog.java58 public void setPositiveButton(int resId, OnClickListener onClick) { argument
59 setButton(BUTTON_POSITIVE, mContext.getString(resId), onClick);
62 public void setNegativeButton(int resId, OnClickListener onClick) { argument
63 setButton(BUTTON_NEGATIVE, mContext.getString(resId), onClick);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java84 public void onClick(DialogInterface dialog, int which) { method in class:UsbAccessoryUriActivity
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java102 public void onClick(DialogInterface dialog, int which) { method in class:ConfirmDialog
111 Log.e(TAG, "onClick", e);
H A DManageDialog.java118 public void onClick(DialogInterface dialog, int which) { method in class:ManageDialog
130 Log.e(TAG, "onClick", e);
/frameworks/base/tests/SslLoad/src/com/android/sslload/
H A DSslLoad.java75 public void onClick(View v) { method in class:SslLoad
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableTest.java63 public void onClick(View v) { method in class:AnimatedVectorDrawableTest
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java80 public void onClick(View v) { method in class:TestInteractionActivity
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgentSettings.java75 public void onClick(View v) { method in class:SampleTrustAgentSettings
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRevealActivity.java83 public void onClick(View view) { method in class:RevealActivity
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerSwatch.java75 public void onClick(View v) { method in class:ColorPickerSwatch
/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java157 public void onClick(View v) { method in class:GrantCredentialsPermissionActivity
/frameworks/base/core/java/android/content/
H A DDialogInterface.java122 public void onClick(DialogInterface dialog, int which); method in interface:DialogInterface.OnClickListener
137 public void onClick(DialogInterface dialog, int which, boolean isChecked); method in interface:DialogInterface.OnMultiChoiceClickListener
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java166 public void onClick(DialogInterface dialog, int which) { method in class:MenuDialogHelper

Completed in 569 milliseconds

1234