Searched refs:AM (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DAmPmCirclesView.java34 * Draw the two smaller AM and PM circles next to where the larger circle will be.
54 private static final int AM = TimePickerDialog.AM; field in class:AmPmCirclesView
125 * Calculate whether the coordinates are touching the AM or PM circle.
137 return AM;
166 // Line up the vertical center of the AM/PM circles with the bottom of the main circle.
168 // Line up the horizontal edges of the AM/PM circles with the horizontal edges
182 if (mAmOrPm == AM) {
189 if (mAmOrPmPressed == AM) {
205 // Draw the AM/P
[all...]
H A DRadialPickerLayout.java62 private static final int AM = TimePickerDialog.AM; field in class:RadialPickerLayout
181 // Initialize the circle and AM/PM circles if applicable.
185 mAmPmCirclesView.initialize(context, initialHoursOfDay < 12? AM : PM);
287 return AM;
295 * Set the internal value for the hour, minute, or AM/PM.
303 if (value == AM) {
312 * Set the internal value as either AM or PM, and update the AM/PM circle displays.
586 // If we're showing the AM/P
[all...]
H A DTimePickerDialog.java68 public static final int AM = 0; field in class:TimePickerDialog
268 // Enable or disable the AM/PM view.
280 updateAmPmDisplay(mInitialHourOfDay < 12? AM : PM);
286 if (amOrPm == AM) {
289 amOrPm = AM;
360 if (amOrPm == AM) {
518 if (deleted == getAmOrPmKeyCode(AM)) {
536 (keyCode == getAmOrPmKeyCode(AM) || keyCode == getAmOrPmKeyCode(PM)))) {
573 // If we're in 24hour mode, we'll need to check if the input is full. If in AM/PM mode,
574 // we'll need to see if AM/P
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection.h116 static const char *AccessModifierStr(AccessModifier AM);
176 bool startClass(AccessModifier AM,
183 void startFunction(AccessModifier AM,
190 void startFunction(AccessModifier AM,
H A Dslang_rs_reflection.cpp2149 const char *RSReflection::Context::AccessModifierStr(AccessModifier AM) { argument
2150 switch (AM) {
2159 bool RSReflection::Context::startClass(AccessModifier AM, argument
2197 out() << AccessModifierStr(AM) << ((IsStatic) ? " static" : "") << " class "
2243 void RSReflection::Context::startFunction(AccessModifier AM, argument
2260 startFunction(AM, IsStatic, ReturnType, FunctionName, Args);
2265 void RSReflection::Context::startFunction(AccessModifier AM, argument
2270 indent() << AccessModifierStr(AM) << ((IsStatic) ? " static " : " ")
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java457 replacement = localeData.amPm[inDate.get(Calendar.AM_PM) - Calendar.AM];
H A DDateUtils.java38 * elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc.
207 * Return a localized string for AM or PM.
208 * @param ampm Either {@link Calendar#AM Calendar.AM} or {@link Calendar#PM Calendar.PM}.
210 * @return Localized version of "AM" or "PM".
215 return LocaleData.get(Locale.getDefault()).amPm[ampm - Calendar.AM];
364 * <li>3 mins ago, 10:15 AM</li>
366 * <li>Dec 12, 4:12 AM</li>
367 * <li>11/14/2007, 8:20 AM</li>
727 * If FORMAT_CAP_AMPM is set and 12-hour time is used, then the "AM"
[all...]
/frameworks/base/core/java/android/widget/
H A DTimePicker.java44 * A view for selecting the time of day, in either 24 hour or AM/PM mode. The
45 * hour, each minute digit, and AM/PM (if applicable) can be conrolled by
49 * by entering single digits. Under AM/PM mode, the user can hit 'a', 'A", 'p'
94 // using a button for toggling between AM/PM while the new
476 * Set whether in 24 hour or AM/PM mode.
478 * @param is24HourView True = 24 hour mode. False = AM/PM.
634 int index = mIsAm ? Calendar.AM : Calendar.PM;
664 // AM/PM
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr558 [��&C���<R���[N�w� ?ຝ�����D��}�����<' �|��|"�;M"�~4�AM�T���Oޤ�<C �f�Xf7'S��?WI�����E��E�|M0<D��E�a��JE�~�Qt�n%T���;a�� <�h��Pa�2�H��L,J�� ,}ſ� �< ؓGC����&K ��� �Ƶ�#'/=��<T���K2���D����1=^yb�4{������<("�K}�ڋL�K��e�̀4>D" 8��� <V\<F{K�M��z�Pa�6��1��91@y <H<NF�K f�&_���Q���qխmjd�<FS����U���R��DG��JbR+�,���<HBJ�/�Ig��m��[�a1z�G@/_��c��<HT4v~e��P��c��0�����pg骮�<:?�F|��#��ſ�1��B[�h���0�< ��.~A�+U.�!o� n�

Completed in 1297 milliseconds