Searched refs:mGrayColor (Results 1 – 2 of 2) sorted by relevance
37 private final int mWhiteColor, mGrayColor; field in TimerView49 mGrayColor = context.getResources().getColor(R.color.clock_gray); in TimerView()89 mHoursTens.setTextColor(mGrayColor); in setTime()104 mHoursOnes.setTextColor(mGrayColor); in setTime()116 mMinutesTens.setTextColor(mGrayColor); in setTime()125 mMinutesOnes.setTextColor(mGrayColor); in setTime()
439 private final int mPressedColor, mGrayColor; field in DeskClock.OnTapListener446 mGrayColor = activity.getResources().getColor(Utils.getGrayColorId()); in OnTapListener()493 mMakePressedTextView.setTextColor(mGrayColor); in resetValues()