Searched refs:isAhead (Results 1 – 2 of 2) sorted by relevance
496 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()
562 boolean isAhead, int hoursDifferent, int minutesDifferent) { in createHoursDifferentString() argument572 final @StringRes int stringType = isAhead in createHoursDifferentString()583 final @StringRes int stringType = isAhead ? R.string.world_time_ahead in createHoursDifferentString()