Searched defs:AmPm (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java54 private AmPm mAmPm;
104 static class AmPm { class in class:DigitalClock
108 AmPm(View parent, Typeface tf) { method in class:DigitalClock.AmPm
176 mAmPm = new AmPm(this, null);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DClockView.java50 private AmPm mAmPm;
92 static class AmPm { class in class:ClockView
96 AmPm(View parent, Typeface tf) { method in class:ClockView.AmPm
158 mAmPm = new AmPm(this, null);

Completed in 80 milliseconds