Home
last modified time | relevance | path

Searched defs:percentage (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DUtilsTest.java47 final String percentage = Utils.formatPercentage(TEST_PERCENTAGES[i], true); in testFormatPercentage_RoundTrue_RoundUpIfPossible() local
59 final String percentage = Utils.formatPercentage(TEST_PERCENTAGES[i], false); in testFormatPercentage_RoundFalse_NoRound() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java117 public static String formatPercentage(double percentage, boolean round) { in formatPercentage()
128 public static String formatPercentage(int percentage) { in formatPercentage()
133 public static String formatPercentage(double percentage) { in formatPercentage()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java930 float percentage = percent / 100f; in pinchOut() local
968 float percentage = percent / 100f; in pinchIn() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp435 int32_t percentage; in onSessionNotify() local
DGenericSource.cpp1689 void NuPlayer::GenericSource::BufferingMonitor::notifyBufferingUpdate_l(int32_t percentage) { in notifyBufferingUpdate_l()
1832 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering_l() local
DNuPlayer.cpp2445 int32_t percentage; in onSourceNotify() local
/frameworks/support/wear/src/android/support/wear/widget/
DCircledImageView.java417 public void setImageCirclePercentage(float percentage) { in setImageCirclePercentage()
426 public void setImageHorizontalOffcenterPercentage(float percentage) { in setImageHorizontalOffcenterPercentage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java176 …final String percentage = NumberFormat.getPercentInstance().format((double) mBatteryLevel / 100.0); in showWarningNotification() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DFastScroller.java486 float percentage = ((newDragPos - oldDragPos) / (float) scrollbarLength); in scrollTo() local
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl102 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
DConnectivityManager.java2346 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java598 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java902 final double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails() local
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp2264 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3085 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()