Searched refs:AM (Results 1 - 11 of 11) 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.java61 private static final int AM = TimePickerDialog.AM; field in class:RadialPickerLayout
180 // Initialize the circle and AM/PM circles if applicable.
184 mAmPmCirclesView.initialize(context, initialHoursOfDay < 12? AM : PM);
286 return AM;
294 * Set the internal value for the hour, minute, or AM/PM.
302 if (value == AM) {
311 * Set the internal value as either AM or PM, and update the AM/PM circle displays.
583 // If we're showing the AM/P
[all...]
H A DTimePickerDialog.java67 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.h125 static const char *AccessModifierStr(AccessModifier AM);
134 bool startClass(AccessModifier AM, bool IsStatic,
139 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
143 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
H A Dslang_rs_reflection.cpp2688 const char *RSReflectionJava::AccessModifierStr(AccessModifier AM) { argument
2689 switch (AM) {
2708 bool RSReflectionJava::startClass(AccessModifier AM, bool IsStatic, argument
2743 mOut << AccessModifierStr(AM) << ((IsStatic) ? " static" : "") << " class "
2768 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, argument
2784 startFunction(AM, IsStatic, ReturnType, FunctionName, Args);
2787 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, argument
2791 mOut.indent() << AccessModifierStr(AM) << ((IsStatic) ? " static " : " ")
/frameworks/base/core/java/android/widget/
H A DTimePickerClockDelegate.java67 private static final int AM = 0; field in class:TimePickerClockDelegate
137 // Set up AM/PM labels.
348 // Ensure that AM/PM layout is in the correct position.
353 updateAmPmLabelStates(mCurrentHour < 12 ? AM : PM);
397 mRadialTimePickerView.setAmOrPm(hour < 12 ? AM : PM);
455 * AM/PM indicators.
458 * {@code false} for 12-hour mode with AM/PM
472 * {@code false} if time is displayed in 12-hour mode with AM/PM
568 final boolean isAm = amOrPm == AM;
781 setAmOrPm(AM);
[all...]
H A DRadialTimePickerView.java77 private static final int AM = 0; field in class:RadialTimePickerView
378 mAmOrPm = AM;
496 // 0 is 12 AM (midnight) and 12 is 12 PM (noon).
497 final int amOrPm = (hour == 0 || (hour % 24) < 12) ? AM : PM;
591 * Sets whether the picker is showing AM or PM hours. Has no effect when
594 * @param amOrPm {@link #AM} or {@link #PM}
1279 if (amOrPm == AM) {
H A DTimePickerSpinnerDelegate.java56 // using a button for toggling between AM/PM while the new
450 int index = mIsAm ? Calendar.AM : Calendar.PM;
512 // AM/PM
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java464 replacement = localeData.amPm[inDate.get(Calendar.AM_PM) - Calendar.AM];
H A DDateUtils.java39 * elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc.
208 * Return a localized string for AM or PM.
209 * @param ampm Either {@link Calendar#AM Calendar.AM} or {@link Calendar#PM Calendar.PM}.
211 * @return Localized version of "AM" or "PM".
216 return LocaleData.get(Locale.getDefault()).amPm[ampm - Calendar.AM];
306 * <li>3 min. ago, 10:15 AM</li>
308 * <li>Dec 12, 4:12 AM</li>
309 * <li>11/14/2007, 8:20 AM</li>
602 * If FORMAT_CAP_AMPM is set and 12-hour time is used, then the "AM"
[all...]
/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 282 milliseconds