/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowProgressBarTest.java | 51 assertThat(progressBar.getProgress()).isEqualTo(progress); in testProgress() 75 assertEquals(0, progressBar.getProgress()); in shouldReturnZeroAsProgressWhenIndeterminate() 79 assertEquals(10, progressBar.getProgress()); in shouldReturnZeroAsProgressWhenIndeterminate() 90 assertEquals(0, progressBar.getProgress()); in shouldNotSetProgressWhenIndeterminate() 96 assertEquals(0, progressBar.getProgress()); in testIncrementProgressBy() 98 assertEquals(1, progressBar.getProgress()); in testIncrementProgressBy() 100 assertEquals(2, progressBar.getProgress()); in testIncrementProgressBy() 113 assertEquals(20, progressBar.getProgress()); in shouldRespectMax()
|
D | ShadowProgressDialogTest.java | 64 assertThat(dialog.getProgress()).isEqualTo(0); in shouldSetProgress() 67 assertThat(dialog.getProgress()).isEqualTo(42); in shouldSetProgress()
|
D | ShadowNotificationBuilderTest.java | 110 assertThat(shadowOf(notification).getProgress()).isEqualTo(10); in build_setsProgressOnNotification_false()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
D | ValueCallbackKeyframeAnimation.java | 41 …nternal(0f, 0f, valueCallbackValue, valueCallbackValue, getProgress(), getProgress(), getProgress(… in getValue()
|
D | IntegerKeyframeAnimation.java | 31 keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getIntValue()
|
D | FloatKeyframeAnimation.java | 30 keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getFloatValue()
|
D | SplitDimensionPathKeyframeAnimation.java | 22 setProgress(getProgress()); in SplitDimensionPathKeyframeAnimation()
|
D | PointKeyframeAnimation.java | 27 endPoint, keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getValue()
|
D | ScaleKeyframeAnimation.java | 28 keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getValue()
|
D | ColorKeyframeAnimation.java | 33 endColor, keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getIntValue()
|
D | PathKeyframeAnimation.java | 31 keyframeProgress, getProgress()); in getValue()
|
D | BaseKeyframeAnimation.java | 140 public float getProgress() { in getProgress() method in BaseKeyframeAnimation
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | SeekBarDialogTask.java | 85 result.put("progress", mSeekBar.getProgress()); in onCreate() 116 result.put("progress", mSeekBar.getProgress()); in addOnCancelListener() 135 result.put("progress", mSeekBar.getProgress()); 143 result.put("progress", mSeekBar.getProgress());
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | SettingsPicker.java | 107 sliderChanged(mMinimumValue + mValueSeekBar.getProgress(), false); in textEdited() 125 sliderChanged(mMinimumValue + seekBar.getProgress(), true); in onStopTrackingTouch()
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | SimplePieChartActivity.java | 67 pie.getRenderer(PieRenderer.class).setDonutSize(seekBar.getProgress()/100f, in onCreate() 115 donutSizeTextView.setText(donutSizeSeekBar.getProgress() + "%"); in updateDonutText()
|
D | BarPlotExampleActivity.java | 297 renderer.setBarWidth(sbFixedWidth.getProgress()); in updatePlot() 298 renderer.setBarGap(sbVariableWidth.getProgress()); in updatePlot()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | GradientStrokeContent.java | 130 int startPointProgress = Math.round(startPointAnimation.getProgress() * cacheSteps); in getGradientHash() 131 int endPointProgress = Math.round(endPointAnimation.getProgress() * cacheSteps); in getGradientHash() 132 int colorProgress = Math.round(colorAnimation.getProgress() * cacheSteps); in getGradientHash()
|
D | GradientFillContent.java | 194 int startPointProgress = Math.round(startPointAnimation.getProgress() * cacheSteps); in getGradientHash() 195 int endPointProgress = Math.round(endPointAnimation.getProgress() * cacheSteps); in getGradientHash() 196 int colorProgress = Math.round(colorAnimation.getProgress() * cacheSteps); in getGradientHash()
|
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieAnimation.java | 28 @FloatRange(from = 0, to = 1) float getProgress(); in getProgress() method
|
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
D | SkottieView.java | 206 public float getProgress() { in getProgress() method in SkottieView 208 return mAnimation.getProgress(); in getProgress()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNotification.java | 112 public int getProgress() { in getProgress() method in ShadowNotification 115 : getProgressBar_PreN().getProgress(); in getProgress()
|
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
D | LatencyAnalyzer.h | 364 virtual int32_t getProgress() const = 0; 442 int32_t getProgress() const override { in getProgress() function
|
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | ManualGlitchActivity.java | 156 setToleranceProgress(mFaderTolerance.getProgress()); in startAudioTest()
|
D | BufferSizeView.java | 203 int progress = mFader.getProgress(); in updateBufferSize()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieAnimationView.java | 252 ss.progress = lottieDrawable.getProgress(); in onSaveInstanceState() 924 @FloatRange(from = 0.0f, to = 1.0f) public float getProgress() { in getProgress() method in LottieAnimationView 925 return lottieDrawable.getProgress(); in getProgress()
|