Searched refs:AndroidClockTextView (Results 1 – 4 of 4) sorted by relevance
28 public class AndroidClockTextView extends TextView { class40 public AndroidClockTextView(Context context) { in AndroidClockTextView() method in AndroidClockTextView44 public AndroidClockTextView(Context context, AttributeSet attrs) { in AndroidClockTextView() method in AndroidClockTextView
43 private AndroidClockTextView mTimeDisplay;68 private AndroidClockTextView mAmPm;72 mAmPm = (AndroidClockTextView) parent.findViewById(R.id.am_pm); in AmPm()111 mTimeDisplay = (AndroidClockTextView) findViewById(R.id.timeDisplay); in onFinishInflate()
149 AndroidClockTextView timeDisplay = (AndroidClockTextView) findViewById(R.id.timeDisplay); in onStart()152 AndroidClockTextView amPm = (AndroidClockTextView)findViewById(R.id.am_pm); in onStart()
287 ((AndroidClockTextView)findViewById(R.id.timeDisplay)).setTextColor(color); in saveScreen()288 ((AndroidClockTextView)findViewById(R.id.am_pm)).setTextColor(color); in saveScreen()