Searched refs:mRectBackground (Results 1 – 1 of 1) sorted by relevance
32 private RelativeLayout mRectBackground; field in MainActivity47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout); in onCreate()61 if (mRectBackground != null) { in onLayoutClicked()67 mRectBackground.startAnimation(scaleAnimation); in onLayoutClicked()