Searched refs:setProgressInternal (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | DefaultUiController.java | 115 setProgressInternal(type, progress); in onInvocationProgress() 187 private void setProgressInternal(int type, float progress) { in setProgressInternal() method in DefaultUiController 197 animation -> setProgressInternal(type, (float) animation.getAnimatedValue())); in animateInvocationCompletion()
|
/frameworks/base/core/java/android/widget/ |
D | AbsSeekBar.java | 1016 setProgressInternal(Math.round(progress), true, false); 1064 if (setProgressInternal(getProgress() + increment, true, true)) { 1118 return setProgressInternal((int) value, true, true); 1132 if (setProgressInternal(getProgress() + increment, true, true)) {
|
D | ProgressBar.java | 1718 setProgressInternal(progress, false, false); in setProgress() 1733 setProgressInternal(progress, false, animate); in setProgress() 1738 synchronized boolean setProgressInternal(int progress, boolean fromUser, boolean animate) { in setProgressInternal() method in ProgressBar
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 20520 HSPLandroid/widget/ProgressBar;->setProgressInternal(IZZ)Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20567 HSPLandroid/widget/ProgressBar;->setProgressInternal(IZZ)Z
|