JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
android.view
Interface View.OnClickListener
All Known Implementing Classes:
AbstractRequireScrollHelper
,
ActionMenuItemView
,
ActionMenuItemView
,
AppSecurityPermissions.PermissionItemView
,
ButtonItem
,
CharacterPickerDialog
,
ColorPickerSwatch
,
DatePickerDialog
,
FindActionModeCallback
,
KeyboardView
,
KeyguardBottomAreaView
,
KeyguardTestActivity
,
KeyguardUserSwitcher.Adapter
,
LeanbackListPreferenceDialogFragment.ViewHolder
,
ListViewRequireScrollHelper
,
MainActivity
,
MultiUserSwitch
,
NavigationBar
,
NotificationPanelView
,
PasswordEntryKeyboardView
,
PhotoViewFragment
,
PrintContentView
,
QSFooter
,
QuickContactBadge
,
QuickStatusBarHeader
,
RecyclerViewRequireScrollHelper
,
RemoteInputView
,
RequireScrollHelper
,
SampleTrustAgentSettings
,
ScreenPinningRequest
,
SearchOrbView
,
SetupWizardNavBar
,
SpeechOrbView
,
TaskStackHorizontalViewAdapter.ViewHolder
,
TaskView
,
TaskViewHeader
,
TimeZoneFilterTypeAdapter
,
TimeZonePickerView
,
TunerZenModePanel
,
UserDetailView.Adapter
Enclosing class:
View
public static interface
View.OnClickListener
Interface definition for a callback to be invoked when a view is clicked.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onClick
(
View
v)
Called when a view has been clicked.
Method Detail
onClick
void onClick(
View
v)
Called when a view has been clicked.
Parameters:
v
- The view that was clicked.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method