Home
last modified time | relevance | path

Searched refs:mPressedColor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java73 private final int mPressedColor; field in CountingTimerView
268 mPressedColor = mAccentColor = Utils.obtainStyledColor( in CountingTimerView()
611 final int textColor = mVirtualButtonPressedOn ? mPressedColor : mDefaultColor; in onDraw()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java444 private static int mPressedColor; field in DayView
815 mPressedColor = mResources.getColor(R.color.pressed); in init()
3494 color = mPressedColor; in drawEventRect()
3499 color = mPressedColor; in drawEventRect()