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

/frameworks/base/tools/layoutlib/bridge/src/android/widget/
H A DTimePickerClockDelegate_Delegate.java29 private static final int AM = 0; field in class:TimePickerClockDelegate_Delegate
35 if (amOrPm == AM) {
/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
267 // Enable or disable the AM/PM view.
279 updateAmPmDisplay(mInitialHourOfDay < 12? AM : PM);
285 if (amOrPm == AM) {
288 amOrPm = AM;
359 if (amOrPm == AM) {
517 if (deleted == getAmOrPmKeyCode(AM)) {
535 (keyCode == getAmOrPmKeyCode(AM) || keyCode == getAmOrPmKeyCode(PM)))) {
572 // If we're in 24hour mode, we'll need to check if the input is full. If in AM/PM mode,
573 // we'll need to see if AM/P
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection.h123 static const char *AccessModifierStr(AccessModifier AM);
131 bool startClass(AccessModifier AM, bool IsStatic,
136 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
140 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
H A Dslang_rs_reflection.cpp1971 const char *RSReflectionJava::AccessModifierStr(AccessModifier AM) { argument
1972 switch (AM) {
1991 bool RSReflectionJava::startClass(AccessModifier AM, bool IsStatic, argument
2026 mOut << AccessModifierStr(AM) << ((IsStatic) ? " static" : "") << " class "
2051 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, argument
2067 startFunction(AM, IsStatic, ReturnType, FunctionName, Args);
2070 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, argument
2074 mOut.indent() << AccessModifierStr(AM) << ((IsStatic) ? " static " : " ")
/frameworks/base/core/java/android/widget/
H A DTimePickerClockDelegate.java68 static final int AM = 0; field in class:TimePickerClockDelegate
173 // Set up AM/PM labels.
269 // Enable or disable the AM/PM view.
290 // Ensure that AM/PM layout is in the correct position.
301 updateAmPmLabelStates(mInitialHourOfDay < 12 ? AM : PM);
317 mRadialTimePickerView.setAmOrPm(mInitialHourOfDay < 12 ? AM : PM);
334 case AM:
365 * Set whether in 24 hour or AM/PM mode.
367 * @param is24HourView True = 24 hour mode. False = AM/PM.
610 final boolean isAm = amOrPm == AM;
[all...]
H A DRadialTimePickerView.java76 private static final int AM = 0; field in class:RadialTimePickerView
399 mAmOrPm = AM;
507 // 0 is 12 AM (midnight) and 12 is 12 PM (noon).
508 final int amOrPm = (hour == 0 || (hour % 24) < 12) ? AM : PM;
1516 if (amOrPm == AM) {
H A DTimePickerSpinnerDelegate.java66 // using a button for toggling between AM/PM while the new
469 int index = mIsAm ? Calendar.AM : Calendar.PM;
542 // AM/PM
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java519 replacement = localeData.amPm[inDate.get(Calendar.AM_PM) - Calendar.AM];
H A DDateUtils.java37 * elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc.
206 * Return a localized string for AM or PM.
207 * @param ampm Either {@link Calendar#AM Calendar.AM} or {@link Calendar#PM Calendar.PM}.
209 * @return Localized version of "AM" or "PM".
214 return LocaleData.get(Locale.getDefault()).amPm[ampm - Calendar.AM];
363 * <li>3 mins ago, 10:15 AM</li>
365 * <li>Dec 12, 4:12 AM</li>
366 * <li>11/14/2007, 8:20 AM</li>
726 * 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 259 milliseconds