Note: The Wearable Support Library classes under the android.support.wearable
package are subject to change. For the full Android API reference, see Reference.
android.support.wearable.view.WearableListView.ClickListener |
Interface for listening for click events on WearableListView.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the central child of the WearableListView is tapped.
| |||||||||||
Called when the user taps the top third of the WearableListView and no item is present
there.
|
Called when the central child of the WearableListView is tapped.
view | View that was clicked. |
---|
Called when the user taps the top third of the WearableListView and no item is present there. This can happen when you are in initial state and the first, top-most item of the WearableListView is centered.