Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.java496 final boolean isAhead = hoursDifferent > 0 || (hoursDifferent == 0 in bind()
503 context, displayMinutes, isAhead, hoursDifferent, minutesDifferent); in bind()
505 (context.getString(isAhead ? R.string.world_hours_tomorrow in bind()
512 mHoursAhead.setText(context.getString(isAhead ? R.string.world_tomorrow in bind()
DUtils.java555 boolean isAhead, int hoursDifferent, int minutesDifferent) { in createHoursDifferentString() argument
565 final @StringRes int stringType = isAhead in createHoursDifferentString()
576 final @StringRes int stringType = isAhead ? R.string.world_time_ahead in createHoursDifferentString()