android.support.wearable.view
Interface WearableListView.Item

Enclosing class:
WearableListView

public static interface WearableListView.Item


Method Summary
 float getCurrentProximityValue()
           
 float getProximityMaxValue()
           
 float getProximityMinValue()
           
 void onScaleDownStart()
           
 void onScaleUpStart()
           
 void setScalingAnimatorValue(float value)
           
 

Method Detail

getProximityMinValue

float getProximityMinValue()

getProximityMaxValue

float getProximityMaxValue()

getCurrentProximityValue

float getCurrentProximityValue()

setScalingAnimatorValue

void setScalingAnimatorValue(float value)

onScaleUpStart

void onScaleUpStart()

onScaleDownStart

void onScaleDownStart()