Searched refs:SHORT (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DStubMethodAdapter.java91 case Type.SHORT:
112 case Type.SHORT:
161 case Type.SHORT:
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java207 return DateFormat.getDateInstance(DateFormat.SHORT);
213 return DateFormat.getDateInstance(DateFormat.SHORT);
H A DRemoteViews.java916 static final int SHORT = 3; field in class:RemoteViews.ReflectionAction
961 case SHORT:
1028 case SHORT:
1084 case SHORT:
2071 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.SHORT, value));
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp120 #define SHORT 2 macro
266 case SHORT:
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java344 * We use a resource string here instead of just DateFormat.SHORT
638 return tz.getDisplayName(dst, TimeZone.SHORT);
H A DDateUtils.java282 // Note that here we use d.shortMonthNames for MEDIUM, SHORT and SHORTER.
316 // Note that here we use d.shortMonthNames for MEDIUM, SHORT and SHORTER.
591 sStatusTimeFormat = java.text.DateFormat.getTimeInstance(java.text.DateFormat.SHORT);
719 * {@link java.text.DateFormat#SHORT}

Completed in 422 milliseconds