Home
last modified time | relevance | path

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

/development/samples/browseable/WatchViewStub/src/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()