Home
last modified time | relevance | path

Searched refs:ofInt (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/base/core/java/android/animation/
DKeyframeSet.java58 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()
DObjectAnimator.java243 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()
DKeyframe.java82 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
DLayoutTransition.java287 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()
DAnimatorInflater.java377 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/
DResizeHWLayerActivity.java43 PropertyValuesHolder pvhWidth = PropertyValuesHolder.ofInt("width", width, 1); in onCreate()
44 PropertyValuesHolder pvhHeight = PropertyValuesHolder.ofInt("height", height, 1); in onCreate()
DFullscreenOverdrawActivity.java78 ObjectAnimator objectAnimator = ObjectAnimator.ofInt(overdraw, "colorValue", 0, 255); in onCreate()
DInvalidateTreeActivity.java74 ObjectAnimator animator = ObjectAnimator.ofInt(this, "ignoredValue", 0, 1000);
DInvalidateActivity.java83 ObjectAnimator animator = ObjectAnimator.ofInt(this, "colorValue", 0, 255); in onCreate()
DBitmapUploadActivity.java84 ObjectAnimator colorValueAnimator = ObjectAnimator.ofInt(uploadView, "colorValue", 0, 255); in onCreate()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DColorFiltersMutateActivity.java79 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()
DBitmapMutateActivity.java46 mAnimator = ObjectAnimator.ofInt(view, "offset", 0, PATTERN_SIZE - 1); in onCreate()
/frameworks/base/core/java/android/transition/
DChangeScroll.java81 scrollXAnimator = ObjectAnimator.ofInt(view, "scrollX", startX, endX); in createAnimator()
85 scrollYAnimator = ObjectAnimator.ofInt(view, "scrollY", startY, endY); in createAnimator()
DCrossfade.java200 anim = ObjectAnimator.ofInt(startDrawable, "alpha", 255, 0, 0); in createAnimator()
202 anim = ObjectAnimator.ofInt(startDrawable, "alpha", 0); in createAnimator()
DChangeText.java213 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/
DDividerHandleView.java114 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/
DAssistDisclosure.java115 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/
DTouchAnimator.java137 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/
DNotificationSection.java113 ObjectAnimator animator = ObjectAnimator.ofInt(this, "backgroundTop", in startTopAnimation()
162 ObjectAnimator animator = ObjectAnimator.ofInt(this, "backgroundBottom", in startBottomAnimation()
DExpandableViewState.java251 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/
DFullScreenOverdrawActivity.java56 ObjectAnimator objectAnimator = ObjectAnimator.ofInt(this, "colorValue", 0, 255); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java425 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/
DValueAnimatorTests.java69 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/
DDockState.java196 anim = ObjectAnimator.ofInt(dockAreaOverlay, in startAnimation()
207 anim = ObjectAnimator.ofInt(this, HINT_ALPHA, mHintTextAlpha, in startAnimation()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DTileDrawable.java54 mFadeOutAnimator = ValueAnimator.ofInt(255, 0) in TileDrawable()

123