Searched refs:remainder (Results 1 – 19 of 19) sorted by relevance
35 var remainder = (variableRemainingTime % DateUtils.HOUR_IN_MILLIS).toInt() in setTimeString() variable37 var minutes = (remainder / DateUtils.MINUTE_IN_MILLIS).toInt() in setTimeString()38 remainder = (remainder % DateUtils.MINUTE_IN_MILLIS).toInt() in setTimeString()40 var seconds = (remainder / DateUtils.SECOND_IN_MILLIS).toInt() in setTimeString()41 remainder = (remainder % DateUtils.SECOND_IN_MILLIS).toInt() in setTimeString()44 if (!isNegative && remainder != 0) { in setTimeString()
41 var remainder = (accumulatedTime % DateUtils.HOUR_IN_MILLIS).toInt() in setTimeString() variable43 val minutes = (remainder / DateUtils.MINUTE_IN_MILLIS).toInt() in setTimeString()44 remainder = (remainder % DateUtils.MINUTE_IN_MILLIS).toInt() in setTimeString()46 val seconds = (remainder / DateUtils.SECOND_IN_MILLIS).toInt() in setTimeString()47 remainder = (remainder % DateUtils.SECOND_IN_MILLIS).toInt() in setTimeString()49 mHundredthsTextView.text = UiDataModel.uiDataModel.getFormattedNumber(remainder / 10, 2) in setTimeString()
77 val remainder = variableDelta % DateUtils.MINUTE_IN_MILLIS in formatElapsedTimeUntilAlarm() constant78 variableDelta += if (remainder == 0L) 0 else DateUtils.MINUTE_IN_MILLIS - remainder in formatElapsedTimeUntilAlarm()
314 var remainder = (time % DateUtils.HOUR_IN_MILLIS).toInt() in formatTime() variable315 minutes = (remainder / DateUtils.MINUTE_IN_MILLIS).toInt() in formatTime()316 remainder = (remainder % DateUtils.MINUTE_IN_MILLIS).toInt() in formatTime()317 seconds = (remainder / DateUtils.SECOND_IN_MILLIS).toInt() in formatTime()318 remainder = (remainder % DateUtils.SECOND_IN_MILLIS).toInt() in formatTime()319 hundredths = remainder / 10 in formatTime()
265 int remainder = parentWidth - width; in onMeasure() local266 int childMeasureSpec = remainder > 0 in onMeasure()267 ? MeasureSpec.makeMeasureSpec(remainder, MeasureSpec.EXACTLY) in onMeasure()
336 final String remainder = displayName.substring(j + 1); in matchesCombination() local339 context, remainder, query.substring(queryStart + 1), partialTemp)) { in matchesCombination()
519 the remainder of the terms and conditions of this License and each
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...