Searched defs:percentage (Results 1 – 14 of 14) sorted by relevance
107 public static String formatPercentage(int percentage) { in formatPercentage()112 private static String formatPercentage(double percentage) { in formatPercentage()
231 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0); in onBatteryLevelChanged() local
114 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0); in handleUpdateState() local
374 int32_t percentage; in onSessionNotify() local
1632 void NuPlayer::GenericSource::BufferingMonitor::notifyBufferingUpdate_l(int32_t percentage) { in notifyBufferingUpdate_l()1778 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering_l() local
2213 int32_t percentage; in onSourceNotify() local
930 float percentage = percent / 100f; in pinchOut() local968 float percentage = percent / 100f; in pinchIn() local
154 …final String percentage = NumberFormat.getPercentInstance().format((double) mBatteryLevel / 100.0); in showWarningNotification() local
100 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
2249 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
920 final double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails() local
671 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
2246 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()
3128 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()