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

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 74 private final int mPressedColor;
272 mPressedColor = r.getColor(Utils.getPressedColorId());
551 mStopStartTextView.setTextColor(pressedOn ? mPressedColor : mWhiteColor);
632 textColor = mPressedColor;
633 mStopStartTextView.setTextColor(mPressedColor);
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 507 private final int mPressedColor, mGrayColor;
513 mPressedColor = activity.getResources().getColor(Utils.getPressedColorId());
525 mMakePressedTextView.setTextColor(mPressedColor);
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 444 private static int mPressedColor;
    [all...]

Completed in 132 milliseconds