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.OnCentralPositionChangedListener |
A listener interface that can be added to the WearableListView to get notified when the central item is changed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the central item of the WearableListView changes.
|
Called when the central item of the WearableListView changes.
centralPosition | Position of the item in the Adapter. |
---|