Searched refs:mRoundBackground (Results 1 – 1 of 1) sorted by relevance
33 private RelativeLayout mRoundBackground; field in MainActivity48 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()