Home
last modified time | relevance | path

Searched refs:getProgress (Results 1 – 25 of 29) sorted by relevance

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowProgressBarTest.java51 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()
DShadowProgressDialogTest.java64 assertThat(dialog.getProgress()).isEqualTo(0); in shouldSetProgress()
67 assertThat(dialog.getProgress()).isEqualTo(42); in shouldSetProgress()
DShadowNotificationBuilderTest.java110 assertThat(shadowOf(notification).getProgress()).isEqualTo(10); in build_setsProgressOnNotification_false()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DValueCallbackKeyframeAnimation.java41 …nternal(0f, 0f, valueCallbackValue, valueCallbackValue, getProgress(), getProgress(), getProgress(… in getValue()
DIntegerKeyframeAnimation.java31 keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getIntValue()
DFloatKeyframeAnimation.java30 keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getFloatValue()
DSplitDimensionPathKeyframeAnimation.java22 setProgress(getProgress()); in SplitDimensionPathKeyframeAnimation()
DPointKeyframeAnimation.java27 endPoint, keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getValue()
DScaleKeyframeAnimation.java28 keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getValue()
DColorKeyframeAnimation.java33 endColor, keyframeProgress, getLinearCurrentKeyframeProgress(), getProgress()); in getIntValue()
DPathKeyframeAnimation.java31 keyframeProgress, getProgress()); in getValue()
DBaseKeyframeAnimation.java140 public float getProgress() { in getProgress() method in BaseKeyframeAnimation
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DSeekBarDialogTask.java85 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/
DSettingsPicker.java107 sliderChanged(mMinimumValue + mValueSeekBar.getProgress(), false); in textEdited()
125 sliderChanged(mMinimumValue + seekBar.getProgress(), true); in onStopTrackingTouch()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DSimplePieChartActivity.java67 pie.getRenderer(PieRenderer.class).setDonutSize(seekBar.getProgress()/100f, in onCreate()
115 donutSizeTextView.setText(donutSizeSeekBar.getProgress() + "%"); in updateDonutText()
DBarPlotExampleActivity.java297 renderer.setBarWidth(sbFixedWidth.getProgress()); in updatePlot()
298 renderer.setBarGap(sbVariableWidth.getProgress()); in updatePlot()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DGradientStrokeContent.java130 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()
DGradientFillContent.java194 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/
DSkottieAnimation.java28 @FloatRange(from = 0, to = 1) float getProgress(); in getProgress() method
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java206 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/
DShadowNotification.java112 public int getProgress() { in getProgress() method in ShadowNotification
115 : getProgressBar_PreN().getProgress(); in getProgress()
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h364 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/
DManualGlitchActivity.java156 setToleranceProgress(mFaderTolerance.getProgress()); in startAudioTest()
DBufferSizeView.java203 int progress = mFader.getProgress(); in updateBufferSize()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java252 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()

12