Searched refs:mDescFormat (Results 1 – 5 of 5) sorted by relevance
41 private String mDescFormat; field in ImageClock54 mDescFormat = ((SimpleDateFormat) DateFormat.getTimeFormat(context)).toLocalizedPattern(); in ImageClock()66 setContentDescription(DateFormat.format(mDescFormat, mTime)); in onTimeChanged()
139 private CharSequence mDescFormat; field in TextClock526 mDescFormat = abc(mDescFormat24, mDescFormat12, mFormat); in chooseFormat()529 mDescFormat = abc(mDescFormat12, mDescFormat24, mFormat); in chooseFormat()661 setContentDescription(DateFormat.format(mDescFormat, mTime)); in onTimeChanged()
54 private CharSequence mDescFormat; field in AnimatableClockView138 setContentDescription(DateFormat.format(mDescFormat, mTime)); in refreshTime()282 mDescFormat = use24HourFormat ? Patterns.sClockView24 : Patterns.sClockView12; in refreshFormat()
70 private val mDescFormat = regex136 contentDescription = DateFormat.format(mDescFormat, mTime)
73560 Landroid/widget/TextClock;->mDescFormat:Ljava/lang/CharSequence;