| android.support.wearable.view.WearableListView.OnCenterProximityListener | 
Interface for receiving callbacks when WearableListView children become or cease to be the central item.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Called when this view becomes central item of the WearableListView.
          
    
         | |||||||||||
| 
          Called when this view stops being the central item of the WearableListView.
          
    
         | |||||||||||
Called when this view becomes central item of the WearableListView.
| animate | Whether you should animate your transition of the View to become the central item. If false, this is the initial setting and you should transition immediately. | 
|---|
Called when this view stops being the central item of the WearableListView.
| animate | Whether you should animate your transition of the View to being non central item. If false, this is the initial setting and you should transition immediately. | 
|---|