Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 19 of 19) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DTimerTextController.kt35 var remainder = (variableRemainingTime % DateUtils.HOUR_IN_MILLIS).toInt() in setTimeString() variable
37 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()
DStopwatchTextController.kt41 var remainder = (accumulatedTime % DateUtils.HOUR_IN_MILLIS).toInt() in setTimeString() variable
43 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()
DAlarmUtils.kt77 val remainder = variableDelta % DateUtils.MINUTE_IN_MILLIS in formatElapsedTimeUntilAlarm() constant
78 variableDelta += if (remainder == 0L) 0 else DateUtils.MINUTE_IN_MILLIS - remainder in formatElapsedTimeUntilAlarm()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DLapsAdapter.kt314 var remainder = (time % DateUtils.HOUR_IN_MILLIS).toInt() in formatTime() variable
315 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()
/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java265 int remainder = parentWidth - width; in onMeasure() local
266 int childMeasureSpec = remainder > 0 in onMeasure()
267 ? MeasureSpec.makeMeasureSpec(remainder, MeasureSpec.EXACTLY) in onMeasure()
/packages/apps/Dialer/java/com/android/dialer/smartdial/util/
DSmartDialNameMatcher.java336 final String remainder = displayName.substring(j + 1); in matchesCombination() local
339 context, remainder, query.substring(queryStart + 1), partialTemp)) { in matchesCombination()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/data/
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/modules/GeoTZ/output_data/odbl/
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/modules/GeoTZ/tzbb_data/
DDATA_LICENSE519 the remainder of the terms and conditions of this License and each
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/data/output_polygons/
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/data/
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/data/
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/data/input_polygons/
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/data/
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/mergetzs2ranges/data/
DLICENSE519 the remainder of the terms and conditions of this License and each
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...