Home | History | Annotate | Download | only in view

Lines Matching refs:CLICK

502  * only fire the on click listeners.
1751 * Listener used to dispatch click events.
1758 * Listener used to dispatch long click events.
2484 playSoundEffect(SoundEffectConstants.CLICK);
3299 * Indicates whether this view reacts to click events or not.
3312 * Enables or disables click events for this view. When a view
3313 * is clickable it will change its state to "pressed" on every click.
3327 * Indicates whether this view reacts to long click events or not.
3339 * Enables or disables long click events for this view. When a view is long
3473 * so that the user can click on it, but once the user starts touching the screen,
4452 // Only perform take click actions if we were in the pressed state
4456 // of the view update before click actions start.
9130 * return True if the callback consumed the long click, false otherwise