Home
last modified time | relevance | path

Searched refs:scaleAnimation (Results 1 – 1 of 1) sorted by relevance

/developers/samples/android/deprecated/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
DMainActivity.java62 ScaleAnimation scaleAnimation = new ScaleAnimation(1.0f, 0.7f, 1.0f, 0.7f, in onLayoutClicked() local
64 scaleAnimation.setDuration(300); in onLayoutClicked()
65 scaleAnimation.setRepeatCount(1); in onLayoutClicked()
66 scaleAnimation.setRepeatMode(Animation.REVERSE); in onLayoutClicked()
67 mRectBackground.startAnimation(scaleAnimation); in onLayoutClicked()