HomeSort by relevance Sort by last modified time
    Searched refs:mRoundBackground (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 33 private RelativeLayout mRoundBackground;
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout);
69 if (mRoundBackground != null) {
70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 33 private RelativeLayout mRoundBackground;
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout);
69 if (mRoundBackground != null) {
70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();
  /development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
MainActivity.java 33 private RelativeLayout mRoundBackground;
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout);
69 if (mRoundBackground != null) {
70 mRoundBackground.animate().rotationBy(360).setDuration(300).start();

Completed in 719 milliseconds