Searched refs:format12Hour (Results 1 – 4 of 4) sorted by relevance
151 val format = if (mIs24HourMode) format24Hour else format12Hour in formatTime()182 private const val format12Hour = "%I:%M%P" constant
67 var format12Hour: CharSequence? variable
392 mDigitalClock.format12Hour = Utils.get12ModeFormat(0.3f, false) in bind()
379 clock?.format12Hour = get12ModeFormat(amPmRatio = 0.4f, includeSeconds = includeSeconds) in setTimeFormat()