HomeSort by relevance Sort by last modified time
    Searched refs:mRectBackground (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 32 private RelativeLayout mRectBackground;
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout);
61 if (mRectBackground != null) {
67 mRectBackground.startAnimation(scaleAnimation);
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 32 private RelativeLayout mRectBackground;
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout);
61 if (mRectBackground != null) {
67 mRectBackground.startAnimation(scaleAnimation);
  /development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
MainActivity.java 32 private RelativeLayout mRectBackground;
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout);
61 if (mRectBackground != null) {
67 mRectBackground.startAnimation(scaleAnimation);

Completed in 4480 milliseconds