Searched defs:onClick (Results 76 - 100 of 149) sorted by relevance

123456

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DButtonItem.java38 void onClick(ButtonItem item); method in interface:ButtonItem.OnClickListener
148 public void onClick(View v) { method in class:ButtonItem
150 mListener.onClick(this);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceDialogFragment.java258 public void onClick(DialogInterface dialog, int which) { method in class:PreferenceDialogFragment
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatViewInflater.java65 private static final int[] sOnClickAttrs = new int[]{android.R.attr.onClick};
150 // If we have created a view, check its android:onClick
189 * android:onClick doesn't handle views with a ContextWrapper context. This method
282 public void onClick(@NonNull View v) { method in class:AppCompatViewInflater.DeclaredOnClickListener
291 "Could not execute non-public method for android:onClick", e);
294 "Could not execute method for android:onClick", e);
326 + "(View) in a parent or ancestor Context for android:onClick "
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceDialogFragmentCompat.java257 public void onClick(DialogInterface dialog, int which) { method in class:PreferenceDialogFragmentCompat
H A DDialogPreference.java261 protected void onClick() { method in class:DialogPreference
H A DTwoStatePreference.java62 protected void onClick() { method in class:TwoStatePreference
63 super.onClick();
/frameworks/support/wear/src/android/support/wear/internal/widget/drawer/
H A DSinglePageUi.java179 public void onClick(View v) { method in class:SinglePageUi.OnSelectedClickHandler
/frameworks/base/core/java/android/preference/
H A DTwoStatePreference.java61 protected void onClick() { method in class:TwoStatePreference
62 super.onClick();
H A DDialogPreference.java274 protected void onClick() { method in class:DialogPreference
386 public void onClick(DialogInterface dialog, int which) { method in class:DialogPreference
/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java198 public void onClick() { method in class:TileService
361 public void onClick(IBinder wtoken) throws RemoteException {
412 TileService.this.onClick();
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java190 public void onClick(View v) { method in class:FindActionModeCallback
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java299 public void onClick(View v) { method in class:QuickContactBadge
H A DAppSecurityPermissions.java184 public void onClick(View v) { method in class:AppSecurityPermissions.PermissionItemView
239 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java98 public void onClick(View v) { method in class:SimplePlayer
/frameworks/base/media/tests/NativeMidiDemo/java/com/example/android/nativemididemo/
H A DNativeMidi.java126 public void onClick(View v) { method in class:NativeMidi.MidiOutputPortSelector
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBatterySaverTile.java237 public void onClick(View v) { method in class:BatterySaverTile.BatteryDetail
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationSnooze.java197 public void onClick(View v) { method in class:NotificationSnooze
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java292 public void onClick(View v) { method in class:KeyguardUserSwitcher.Adapter
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java111 public void onClick(View view) { method in class:MultiProducerActivity
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DStartVoiceInteractionActivity.java72 public void onClick(View v) { method in class:StartVoiceInteractionActivity
H A DTestInteractionActivity.java128 public void onClick(View v) { method in class:TestInteractionActivity
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java148 public void onClick(View v) { method in class:SetupWizardNavBar
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java139 public void onClick(View v) {
149 public void onClick(View v) { method in class:TimeZoneFilterTypeAdapter
H A DTimeZonePickerView.java84 public void onClick(View v) {
160 mFilterAdapter.onClick(view);
164 public void onClick(View v) { method in class:TimeZonePickerView
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackListPreferenceDialogFragment.java332 public void onClick(View v) { method in class:LeanbackListPreferenceDialogFragment.ViewHolder

Completed in 623 milliseconds

123456