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/
DeskClock.java 611 private final int mPressedColor, mGrayColor;
617 mPressedColor = activity.getResources().getColor(Utils.getPressedColorId());
629 mMakePressedTextView.setTextColor(mPressedColor);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 74 private final int mPressedColor;
271 mPressedColor = r.getColor(R.color.hot_pink);
628 final int textColor = mVirtualButtonPressedOn ? mPressedColor : mDefaultColor;
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 444 private static int mPressedColor;
    [all...]

Completed in 60 milliseconds