HomeSort by relevance Sort by last modified time
    Searched refs:ofInt (Results 1 - 21 of 21) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowValueAnimatorTest.java 26 final ValueAnimator animator = ValueAnimator.ofInt(0, 10);
41 final ValueAnimator animator = ValueAnimator.ofInt(0, 10);
51 final ValueAnimator animator = ValueAnimator.ofInt(0, 10);
ShadowObjectAnimatorTest.java 43 final ObjectAnimator animator = ObjectAnimator.ofInt(target, "transparency", 0, 1, 2, 3, 4);
  /cts/tests/tests/animation/src/android/animation/cts/
KeyframeTest.java 37 Keyframe keyFrame = Keyframe.ofInt(0.0f);
44 Keyframe keyFrame = Keyframe.ofInt(0.0f);
59 Keyframe keyFrame = Keyframe.ofInt(0.0f,10);
AnimationActivity.java 115 ObjectAnimator objAnimator = ObjectAnimator.ofInt(object, propertyName, start,end);
125 ObjectAnimator objAnimator = ObjectAnimator.ofInt(view.newBall, "y", (int)mStartY,
201 colorAnimator = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
ObjectAnimatorTest.java 149 final ObjectAnimator intAnimator = ObjectAnimator.ofInt(object, property, 200, 0);
209 PropertyValuesHolder propertyValuesHolder = PropertyValuesHolder.ofInt(propertyName, values);
426 // Test for ObjectAnimator.ofInt(Object, String, String, Path)
443 final ObjectAnimator anim = ObjectAnimator.ofInt(target, "x", "y", path);
    [all...]
PropertyValuesHolderTest.java 267 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofInt(mProperty, values);
290 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofInt(colorProperty, values);
    [all...]
ValueAnimatorTest.java 585 final ValueAnimator valueAnimatorLocal = ValueAnimator.ofInt(values);
AnimatorSetTest.java 108 ValueAnimator anim2 = ValueAnimator.ofInt(0, 100);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 115 PropertyValuesHolder.ofInt("left", 0, 1);
117 PropertyValuesHolder.ofInt("top", 0, 1);
119 PropertyValuesHolder.ofInt("right", 0, 1);
121 PropertyValuesHolder.ofInt("bottom", 0, 1);
LayoutAnimations.java 151 PropertyValuesHolder.ofInt("left", 0, 1);
153 PropertyValuesHolder.ofInt("top", 0, 1);
155 PropertyValuesHolder.ofInt("right", 0, 1);
157 PropertyValuesHolder.ofInt("bottom", 0, 1);
BouncingBalls.java 70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/ui/
MediaSeekBar.java 128 mProgressAnimator = ValueAnimator.ofInt(progress, getMax())
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/ui/
MediaSeekBar.java 128 mProgressAnimator = ValueAnimator.ofInt(progress, getMax())
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer3.java 120 return ObjectAnimator.ofInt(this, "shapeY", 0, (getHeight() - mShapeH));
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 165 ObjectAnimator bgAnim = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255);
225 ObjectAnimator bgAnim = ObjectAnimator.ofInt(mBackground, "alpha", 0);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 534 PropertyValuesHolder translationTop = PropertyValuesHolder.ofInt("top", top, endTop);
535 PropertyValuesHolder translationBottom = PropertyValuesHolder.ofInt("bottom", bottom,
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BitmapTests.java 192 mAnimator = ValueAnimator.ofInt(0, ActivityTestBase.TEST_HEIGHT / 2);
LayerTests.java 195 ValueAnimator mAnimator = ValueAnimator.ofInt(0, 20);
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 123 ObjectAnimator animator = ObjectAnimator.ofInt(mSeekBar, "progress", 0,
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewSyncTest.java 208 view -> makeInfinite(ObjectAnimator.ofInt(view, "offset", 10, 30)),
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 175 PropertyValuesHolder.ofInt(

Completed in 181 milliseconds