Home
last modified time | relevance | path

Searched refs:mRoundBackground (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.java33 private RelativeLayout mRoundBackground; field in MainActivity
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout); in onCreate()
69 if (mRoundBackground != null) { in onLayoutClicked()
70 mRoundBackground.animate().rotationBy(360).setDuration(300).start(); in onLayoutClicked()