Searched defs:percentage (Results 1 – 13 of 13) sorted by relevance
159 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0); in onBatteryLevelChanged() local
405 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0); in onBatteryLevelChanged() local
369 int32_t percentage; in onSessionNotify() local
566 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()693 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering() local
2092 int32_t percentage; in onSourceNotify() local
927 float percentage = percent / 100f; in pinchOut() local965 float percentage = percent / 100f; in pinchIn() local
174 …final String percentage = NumberFormat.getPercentInstance().format((double) mBatteryLevel / 100.0); in showWarningNotification() local
95 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
1714 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
743 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs; in onBufferingUpdate() local793 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs; in onBufferingUpdate() local
2246 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()
2643 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
1086 double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails() local