OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AmPm
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java
44
private
AmPm
mAmPm;
67
static class
AmPm
{
71
AmPm
(View parent) {
74
String[]
ampm
= new DateFormatSymbols().getAmPmStrings();
local
75
mAmString =
ampm
[0];
76
mPmString =
ampm
[1];
112
mAmPm = new
AmPm
(this);
/frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java
54
private
AmPm
mAmPm;
104
static class
AmPm
{
108
AmPm
(View parent, Typeface tf) {
114
String[]
ampm
= new DateFormatSymbols().getAmPmStrings();
local
115
mAmString =
ampm
[0];
116
mPmString =
ampm
[1];
173
mAmPm = new
AmPm
(this, null);
Completed in 50 milliseconds