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

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
WearableListItemLayout.java 31 private final int mFadedCircleColor;
48 mFadedCircleColor = getResources().getColor(R.color.wl_gray);
67 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerLayout.java 37 private final int mFadedCircleColor;
55 mFadedCircleColor = getResources().getColor(R.color.grey);
75 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
WearableListItemLayout.java 30 private final int mFadedCircleColor;
46 mFadedCircleColor = getResources().getColor(R.color.wl_gray);
65 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
WearableListItemLayout.java 31 private final int mFadedCircleColor;
48 mFadedCircleColor = getResources().getColor(R.color.wl_gray);
67 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerLayout.java 37 private final int mFadedCircleColor;
55 mFadedCircleColor = getResources().getColor(R.color.grey);
75 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
WearableListItemLayout.java 30 private final int mFadedCircleColor;
46 mFadedCircleColor = getResources().getColor(R.color.wl_gray);
65 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
WearableListItemLayout.java 31 private final int mFadedCircleColor;
48 mFadedCircleColor = getResources().getColor(R.color.wl_gray);
67 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
SpeedPickerLayout.java 37 private final int mFadedCircleColor;
55 mFadedCircleColor = getResources().getColor(R.color.grey);
75 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/
WearableListItemLayout.java 30 private final int mFadedCircleColor;
46 mFadedCircleColor = getResources().getColor(R.color.wl_gray);
65 ((GradientDrawable) mCircle.getDrawable()).setColor(mFadedCircleColor);

Completed in 286 milliseconds