Home
last modified time | relevance | path

Searched refs:MEDIUM (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicOutlineHelper.java43 private static final int MEDIUM = 1; field in HolographicOutlineHelper
130 case MEDIUM: in applyExpensiveOutlineWithBlur()
159 case MEDIUM: in applyExpensiveOutlineWithBlur()
213 MEDIUM); in applyMediumExpensiveOutlineWithBlur()
218 applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor, MEDIUM); in applyMediumExpensiveOutlineWithBlur()
/packages/apps/Settings/src/com/android/settings/
DUsageStatsActivity.java196 System.currentTimeMillis(), DateFormat.MEDIUM, DateFormat.MEDIUM)); in getView()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DQuotedTextView.java245 DateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.SHORT); in setQuotedText()