Home
last modified time | relevance | path

Searched refs:hoursDifferent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.kt422 val hoursDifferent = (offsetDelta / DateUtils.HOUR_IN_MILLIS).toInt() in bind() constant
425 val isAhead = hoursDifferent > 0 || (hoursDifferent == 0 && in bind()
429 val displayDifference = hoursDifferent != 0 || displayMinutes in bind()
432 context, displayMinutes, isAhead, hoursDifferent, minutesDifferent) in bind()
DUtils.kt547 hoursDifferent: Int, in now()
551 timeString = if (displayMinutes && hoursDifferent != 0) { in now()
554 R.plurals.hours_short, abs(hoursDifferent)) in now()
567 context, R.plurals.hours, abs(hoursDifferent)) in now()