Home
last modified time | relevance | path

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

/development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
DMainActivity.java32 private RelativeLayout mRectBackground; field in MainActivity
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout); in onCreate()
61 if (mRectBackground != null) { in onLayoutClicked()
67 mRectBackground.startAnimation(scaleAnimation); in onLayoutClicked()