Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/animation/
DKeyframeSet.java66 public static KeyframeSet ofInt(int... values) { in ofInt() method in KeyframeSet
70 keyframes[0] = (IntKeyframe) Keyframe.ofInt(0f); in ofInt()
71 keyframes[1] = (IntKeyframe) Keyframe.ofInt(1f, values[0]); in ofInt()
73 keyframes[0] = (IntKeyframe) Keyframe.ofInt(0f, values[0]); in ofInt()
76 (IntKeyframe) Keyframe.ofInt((float) i / (numKeyframes - 1), values[i]); in ofInt()
DObjectAnimator.java217 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() method in ObjectAnimator
240 public static ObjectAnimator ofInt(Object target, String xPropertyName, String yPropertyName, in ofInt() method in ObjectAnimator
262 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() method in ObjectAnimator
281 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt() method in ObjectAnimator
373 ObjectAnimator animator = ofInt(target, propertyName, values); in ofArgb()
392 ObjectAnimator animator = ofInt(target, property, values); in ofArgb()
713 setValues(PropertyValuesHolder.ofInt(mProperty, values)); in setIntValues()
715 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.java280 PropertyValuesHolder pvhLeft = PropertyValuesHolder.ofInt("left", 0, 1); in LayoutTransition()
281 PropertyValuesHolder pvhTop = PropertyValuesHolder.ofInt("top", 0, 1); in LayoutTransition()
282 PropertyValuesHolder pvhRight = PropertyValuesHolder.ofInt("right", 0, 1); in LayoutTransition()
283 PropertyValuesHolder pvhBottom = PropertyValuesHolder.ofInt("bottom", 0, 1); in LayoutTransition()
284 PropertyValuesHolder pvhScrollX = PropertyValuesHolder.ofInt("scrollX", 0, 1); in LayoutTransition()
285 PropertyValuesHolder pvhScrollY = PropertyValuesHolder.ofInt("scrollY", 0, 1); in LayoutTransition()
DValueAnimator.java286 public static ValueAnimator ofInt(int... values) { in ofInt() method in ValueAnimator
384 setValues(PropertyValuesHolder.ofInt("", values)); in setIntValues()
DPropertyValuesHolder.java157 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt() method in PropertyValuesHolder
168 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() method in PropertyValuesHolder
590 mKeyframes = KeyframeSet.ofInt(values); in setIntValues()
/frameworks/base/core/java/android/transition/
DChangeScroll.java75 scrollXAnimator = ObjectAnimator.ofInt(view, "scrollX", startX, endX); in createAnimator()
79 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(255, 0); in createAnimator()
240 inAnim = ValueAnimator.ofInt(0, 255); in createAnimator()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityViewHelper.java60 Animator anim = ObjectAnimator.ofInt(bouncerFrame, "alpha", 0, 255); in showBouncer()
86 Animator anim = ObjectAnimator.ofInt(bouncerFrame, "alpha", 255, 0); in hideBouncer()
/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/opt/bitmap/src/com/android/bitmap/drawable/
DTileDrawable.java54 mFadeOutAnimator = ValueAnimator.ofInt(255, 0) in TileDrawable()
DExtendedBitmapDrawable.java447 mPulseAnimator = ValueAnimator.ofInt(55, 255).setDuration(pulseDuration); in Placeholder()
525 mRotateAnimator = ValueAnimator.ofInt(0, 10000) in Progress()
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DTweener.java87 props.add(PropertyValuesHolder.ofInt(key, in to()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java177 ObjectAnimator anim = ObjectAnimator.ofInt(child, "actualHeight", in cancelExpansion()
DKeyguardAffordanceView.java420 ValueAnimator animator = ValueAnimator.ofInt(currentAlpha, endAlpha); in setImageAlpha()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java393 ObjectAnimator anim = ObjectAnimator.ofInt(this, "dim", 0); in startLaunchTaskAnimation()
548 ObjectAnimator anim = ObjectAnimator.ofInt(TaskView.this, "dim", toDim); in animateDimToProgress()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java157 final ObjectAnimator a = ObjectAnimator.ofInt(platlogo, "alpha", 0, 255); in onAttachedToWindow()
/frameworks/base/core/java/android/widget/
DFastScroller.java1619 final PropertyValuesHolder left = PropertyValuesHolder.ofInt(LEFT, bounds.left); in animateBounds()
1620 final PropertyValuesHolder top = PropertyValuesHolder.ofInt(TOP, bounds.top); in animateBounds()
1621 final PropertyValuesHolder right = PropertyValuesHolder.ofInt(RIGHT, bounds.right); in animateBounds()
1622 final PropertyValuesHolder bottom = PropertyValuesHolder.ofInt(BOTTOM, bounds.bottom); in animateBounds()
DRadialTimePickerView.java1044 ObjectAnimator animator = ObjectAnimator.ofInt(target, "value", startAlpha, endAlpha); in getFadeOutAnimator()
1063 kf0 = Keyframe.ofInt(0f, startAlpha); in getFadeInAnimator()
1064 kf1 = Keyframe.ofInt(delayPoint, startAlpha); in getFadeInAnimator()
1065 kf2 = Keyframe.ofInt(1f, endAlpha); in getFadeInAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTrustDrawable.java235 ValueAnimator.ofInt(startAlpha, endAlpha), in makeAnimators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java159 mBgAnimator = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255); in startAppearAnimation()
/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java286 mBackgroundAnimator = ObjectAnimator.ofInt(background, "alpha", 0); in fadeOutBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java366 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue); in startHeightAnimation()
425 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue); in startInsetAnimation()

12