/frameworks/base/core/java/android/animation/ |
D | KeyframeSet.java | 58 public static KeyframeSet ofInt(int... values) { in ofInt() method in KeyframeSet 62 keyframes[0] = (IntKeyframe) Keyframe.ofInt(0f); in ofInt() 63 keyframes[1] = (IntKeyframe) Keyframe.ofInt(1f, values[0]); in ofInt() 65 keyframes[0] = (IntKeyframe) Keyframe.ofInt(0f, values[0]); in ofInt() 68 (IntKeyframe) Keyframe.ofInt((float) i / (numKeyframes - 1), values[i]); in ofInt()
|
D | ObjectAnimator.java | 243 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() method in ObjectAnimator 266 public static ObjectAnimator ofInt(Object target, String xPropertyName, String yPropertyName, in ofInt() method in ObjectAnimator 289 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() method in ObjectAnimator 308 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt() method in ObjectAnimator 402 ObjectAnimator animator = ofInt(target, propertyName, values); in ofArgb() 422 ObjectAnimator animator = ofInt(target, property, values); in ofArgb() 766 setValues(PropertyValuesHolder.ofInt(mProperty, values)); in setIntValues() 768 setValues(PropertyValuesHolder.ofInt(mPropertyName, values)); in setIntValues()
|
D | Keyframe.java | 82 public static Keyframe ofInt(float fraction, int value) { in ofInt() method in Keyframe 98 public static Keyframe ofInt(float fraction) { in ofInt() method in Keyframe
|
D | LayoutTransition.java | 287 PropertyValuesHolder pvhLeft = PropertyValuesHolder.ofInt("left", 0, 1); in LayoutTransition() 288 PropertyValuesHolder pvhTop = PropertyValuesHolder.ofInt("top", 0, 1); in LayoutTransition() 289 PropertyValuesHolder pvhRight = PropertyValuesHolder.ofInt("right", 0, 1); in LayoutTransition() 290 PropertyValuesHolder pvhBottom = PropertyValuesHolder.ofInt("bottom", 0, 1); in LayoutTransition() 291 PropertyValuesHolder pvhScrollX = PropertyValuesHolder.ofInt("scrollX", 0, 1); in LayoutTransition() 292 PropertyValuesHolder pvhScrollY = PropertyValuesHolder.ofInt("scrollY", 0, 1); in LayoutTransition()
|
D | AnimatorInflater.java | 377 returnValue = PropertyValuesHolder.ofInt(propertyName, valueFrom, valueTo); in getPVH() 379 returnValue = PropertyValuesHolder.ofInt(propertyName, valueFrom); in getPVH() 390 returnValue = PropertyValuesHolder.ofInt(propertyName, valueTo); in getPVH() 922 Keyframe.ofInt(fraction) : in createNewKeyframe() 989 keyframe = Keyframe.ofInt(fraction, intValue); in loadKeyframe() 994 Keyframe.ofInt(fraction); in loadKeyframe()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | ResizeHWLayerActivity.java | 43 PropertyValuesHolder pvhWidth = PropertyValuesHolder.ofInt("width", width, 1); in onCreate() 44 PropertyValuesHolder pvhHeight = PropertyValuesHolder.ofInt("height", height, 1); in onCreate()
|
D | FullscreenOverdrawActivity.java | 78 ObjectAnimator objectAnimator = ObjectAnimator.ofInt(overdraw, "colorValue", 0, 255); in onCreate()
|
D | InvalidateTreeActivity.java | 74 ObjectAnimator animator = ObjectAnimator.ofInt(this, "ignoredValue", 0, 1000);
|
D | InvalidateActivity.java | 83 ObjectAnimator animator = ObjectAnimator.ofInt(this, "colorValue", 0, 255); in onCreate()
|
D | BitmapUploadActivity.java | 84 ObjectAnimator colorValueAnimator = ObjectAnimator.ofInt(uploadView, "colorValue", 0, 255); in onCreate()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ColorFiltersMutateActivity.java | 79 ObjectAnimator light = ObjectAnimator.ofInt(this, "lightAdd", 0x00101030); in BitmapsView() 86 ObjectAnimator mult = ObjectAnimator.ofInt(this, "lightMul", 0x0060ffff); in BitmapsView() 93 ObjectAnimator color = ObjectAnimator.ofInt(this, "porterDuffColor", 0x7f990040); in BitmapsView()
|
D | BitmapMutateActivity.java | 46 mAnimator = ObjectAnimator.ofInt(view, "offset", 0, PATTERN_SIZE - 1); in onCreate()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeScroll.java | 81 scrollXAnimator = ObjectAnimator.ofInt(view, "scrollX", startX, endX); in createAnimator() 85 scrollYAnimator = ObjectAnimator.ofInt(view, "scrollY", startY, endY); in createAnimator()
|
D | Crossfade.java | 200 anim = ObjectAnimator.ofInt(startDrawable, "alpha", 255, 0, 0); in createAnimator() 202 anim = ObjectAnimator.ofInt(startDrawable, "alpha", 0); in createAnimator()
|
D | ChangeText.java | 213 outAnim = ValueAnimator.ofInt(Color.alpha(startColor), 0); in createAnimator() 239 inAnim = ValueAnimator.ofInt(0, Color.alpha(endColor)); in createAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerHandleView.java | 114 ObjectAnimator widthAnimator = ObjectAnimator.ofInt(this, WIDTH_PROPERTY, in animateToTarget() 116 ObjectAnimator heightAnimator = ObjectAnimator.ofInt(this, HEIGHT_PROPERTY, in animateToTarget()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistDisclosure.java | 115 mAlphaInAnimator = ValueAnimator.ofInt(0, FULL_ALPHA) in AssistDisclosureView() 119 mAlphaOutAnimator = ValueAnimator.ofInt(FULL_ALPHA, 0).setDuration( in AssistDisclosureView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 137 add(target, KeyframeSet.ofInt(getProperty(target, property, int.class), values)); in addInt() 219 public static KeyframeSet ofInt(Property property, int... values) { in ofInt() method in TouchAnimator.KeyframeSet
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSection.java | 113 ObjectAnimator animator = ObjectAnimator.ofInt(this, "backgroundTop", in startTopAnimation() 162 ObjectAnimator animator = ObjectAnimator.ofInt(this, "backgroundBottom", in startBottomAnimation()
|
D | ExpandableViewState.java | 251 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue); in startHeightAnimation() 332 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
D | FullScreenOverdrawActivity.java | 56 ObjectAnimator objectAnimator = ObjectAnimator.ofInt(this, "colorValue", 0, 255); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | HardwareUiLayout.java | 425 ObjectAnimator top = ObjectAnimator.ofInt(mList, "top", fromTop, toTop); in animateChild() 428 ObjectAnimator.ofInt(mList, "bottom", fromBottom, toBottom)); in animateChild() 476 mAnimator = ObjectAnimator.ofInt(mListBackground, "cutPoint", curPoint, point); in setCutPoint()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ValueAnimatorTests.java | 69 a2 = ValueAnimator.ofInt(A2_START_VALUE, A2_END_VALUE).setDuration(500); in setUp() 586 final ValueAnimator a0 = ValueAnimator.ofInt(100, 200).setDuration(500); 588 final ValueAnimator a4 = ValueAnimator.ofInt(200, 300).setDuration(500); 900 final ValueAnimator a3 = ValueAnimator.ofInt(0, 100); 1000 final ValueAnimator a3 = ValueAnimator.ofInt(0, 100);
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | DockState.java | 196 anim = ObjectAnimator.ofInt(dockAreaOverlay, in startAnimation() 207 anim = ObjectAnimator.ofInt(this, HINT_ALPHA, mHintTextAlpha, in startAnimation()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | TileDrawable.java | 54 mFadeOutAnimator = ValueAnimator.ofInt(255, 0) in TileDrawable()
|