/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 604 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator 631 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator 633 PropertyValuesHolder pvh = PropertyValuesHolder.ofObject(propertyName, converter, path); in ofObject() 660 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() method in ObjectAnimator 695 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() method in ObjectAnimator 697 PropertyValuesHolder pvh = PropertyValuesHolder.ofObject(property, converter, evaluator, in ofObject() 722 public static <T, V> ObjectAnimator ofObject(T target, @NonNull Property<T, V> property, in ofObject() method in ObjectAnimator 724 PropertyValuesHolder pvh = PropertyValuesHolder.ofObject(property, converter, path); in ofObject() 790 setValues(PropertyValuesHolder.ofObject(mProperty, (TypeEvaluator) null, values)); in setObjectValues() 792 setValues(PropertyValuesHolder.ofObject(mPropertyName, in setObjectValues()
|
D | KeyframeSet.java | 132 public static KeyframeSet ofObject(Object... values) { in ofObject() method in KeyframeSet 136 keyframes[0] = (ObjectKeyframe) Keyframe.ofObject(0f); in ofObject() 137 keyframes[1] = (ObjectKeyframe) Keyframe.ofObject(1f, values[0]); in ofObject() 139 keyframes[0] = (ObjectKeyframe) Keyframe.ofObject(0f, values[0]); in ofObject() 141 … keyframes[i] = (ObjectKeyframe) Keyframe.ofObject((float) i / (numKeyframes - 1), values[i]); in ofObject()
|
D | Keyframe.java | 146 public static Keyframe ofObject(float fraction, Object value) { in ofObject() method in Keyframe 162 public static Keyframe ofObject(float fraction) { in ofObject() method in Keyframe
|
D | PropertyValuesHolder.java | 403 public static PropertyValuesHolder ofObject(String propertyName, TypeEvaluator evaluator, in ofObject() method in PropertyValuesHolder 427 public static PropertyValuesHolder ofObject(String propertyName, in ofObject() method in PropertyValuesHolder 454 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject() method in PropertyValuesHolder 487 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() method in PropertyValuesHolder 512 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() method in PropertyValuesHolder 664 mKeyframes = KeyframeSet.ofObject(values); in setObjectValues()
|
D | AnimatorInflater.java | 314 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH() 317 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH() 322 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH() 926 Keyframe.ofObject(fraction); in createNewKeyframe()
|
D | ValueAnimator.java | 510 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() method in ValueAnimator 601 setValues(PropertyValuesHolder.ofObject("", null, values)); in setObjectValues()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 361 anim = ObjectAnimator.ofObject(view, POSITION_PROPERTY, null, in createAnimator() 368 .ofObject(viewBounds, TOP_LEFT_PROPERTY, null, topLeftPath); in createAnimator() 372 ObjectAnimator bottomRightAnimator = ObjectAnimator.ofObject(viewBounds, in createAnimator() 386 anim = ObjectAnimator.ofObject(view, TOP_LEFT_ONLY_PROPERTY, null, in createAnimator() 391 anim = ObjectAnimator.ofObject(view, BOTTOM_RIGHT_ONLY_PROPERTY, null, in createAnimator() 405 positionAnimator = ObjectAnimator.ofObject(view, POSITION_PROPERTY, null, in createAnimator() 418 clipAnimator = ObjectAnimator.ofObject(view, "clipBounds", sRectEvaluator, in createAnimator() 462 PropertyValuesHolder origin = PropertyValuesHolder.ofObject( in createAnimator()
|
D | ChangeImageTransform.java | 176 return ObjectAnimator.ofObject(imageView, ANIMATED_TRANSFORM_PROPERTY, in createNullAnimator() 182 return ObjectAnimator.ofObject(imageView, ANIMATED_TRANSFORM_PROPERTY, in createMatrixAnimator()
|
D | Crossfade.java | 247 Animator anim2 = ObjectAnimator.ofObject(startDrawable, "bounds", in createAnimator() 253 Animator anim3 = ObjectAnimator.ofObject(endDrawable, "bounds", in createAnimator()
|
D | ChangeClipBounds.java | 109 ObjectAnimator.ofObject(endValues.view, "clipBounds", evaluator, start, end); in createAnimator()
|
D | ChangeTransform.java | 299 PropertyValuesHolder valuesProperty = PropertyValuesHolder.ofObject( in createTransformAnimator() 305 PropertyValuesHolder translationProperty = PropertyValuesHolder.ofObject( in createTransformAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | NumPadAnimator.java | 152 ValueAnimator expandBackgroundColorAnimator = ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimators() 160 ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimators() 183 ValueAnimator contractBackgroundColorAnimator = ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimators() 192 ValueAnimator.ofObject(new ArgbEvaluator(), mTextColorPressed, in createAnimators()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | ToggleResizeDesktopTaskTransitionHandler.kt | 75 ValueAnimator.ofObject(rectEvaluator, startBounds, endBounds) in <lambda>()
|
D | EnterDesktopTaskTransitionHandler.java | 161 final ValueAnimator animator = ValueAnimator.ofObject(new RectEvaluator(), in animateMoveToDesktop()
|
D | DragToDesktopTransitionHandler.kt | 541 ValueAnimator.ofObject(rectEvaluator, unscaledStartBounds, endBounds) in <lambda>()
|
/frameworks/base/core/java/com/android/internal/transition/ |
D | EpicenterTranslateClipReveal.java | 222 final ObjectAnimator animX = ObjectAnimator.ofObject(view, propX, evaluator, startX, endX); in createRectAnimator() 228 final ObjectAnimator animY = ObjectAnimator.ofObject(view, propY, evaluator, startY, endY); in createRectAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ChannelEditorListView.kt | 198 val fadeInLoop = ValueAnimator.ofObject(ArgbEvaluator(), 0, highlightColor) in playHighlight()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | ScreenPinningRequest.java | 239 ValueAnimator colorAnim = ValueAnimator.ofObject(new ArgbEvaluator(), 0, bgColor); in onAttachedToWindow()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ImmersiveModeConfirmation.java | 368 mColorAnim = ValueAnimator.ofObject(new ArgbEvaluator(), 0, BGCOLOR); in onAttachedToWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ImmersiveModeConfirmation.java | 445 mColorAnim = ValueAnimator.ofObject(new ArgbEvaluator(), 0, BGCOLOR); in onAttachedToWindow()
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 1804 SamShouldBeLast: android.animation.ValueAnimator#ofObject(android.animation.TypeEvaluator, java.lan… 1805 …s (such as parameter 1, "evaluator", in android.animation.ValueAnimator.ofObject) should be last t…
|
D | current.txt | 4056 method public static android.animation.Keyframe ofObject(float, Object); 4057 method public static android.animation.Keyframe ofObject(float); 4124 …method public static android.animation.ObjectAnimator ofObject(Object, String, android.animation.T… 4125 …method @NonNull public static android.animation.ObjectAnimator ofObject(Object, String, @Nullable … 4126 ….lang.SafeVarargs public static <T, V> android.animation.ObjectAnimator ofObject(T, android.util.P… 4127 …ng.SafeVarargs public static <T, V, P> android.animation.ObjectAnimator ofObject(T, android.util.P… 4128 …method @NonNull public static <T, V> android.animation.ObjectAnimator ofObject(T, @NonNull android… 4159 …method public static android.animation.PropertyValuesHolder ofObject(String, android.animation.Typ… 4160 …method public static android.animation.PropertyValuesHolder ofObject(String, android.animation.Typ… 4161 …method @java.lang.SafeVarargs public static <V> android.animation.PropertyValuesHolder ofObject(an… [all …]
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2945 method public static android.animation.Keyframe ofObject(float, java.lang.Object); 2946 method public static android.animation.Keyframe ofObject(float); 3012 …method public static android.animation.ObjectAnimator ofObject(java.lang.Object, java.lang.String,… 3013 …method public static android.animation.ObjectAnimator ofObject(java.lang.Object, java.lang.String,… 3014 …method public static android.animation.ObjectAnimator ofObject(T, android.util.Property<T, V>, and… 3015 …method public static android.animation.ObjectAnimator ofObject(T, android.util.Property<T, P>, and… 3016 …method public static android.animation.ObjectAnimator ofObject(T, android.util.Property<T, V>, and… 3046 …method public static android.animation.PropertyValuesHolder ofObject(java.lang.String, android.ani… 3047 …method public static android.animation.PropertyValuesHolder ofObject(java.lang.String, android.ani… 3048 …method public static android.animation.PropertyValuesHolder ofObject(android.util.Property, androi… [all …]
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 311 HSPLandroid/animation/Keyframe;->ofObject(FLjava/lang/Object;)Landroid/animation/Keyframe; 322 HSPLandroid/animation/KeyframeSet;->ofObject([Ljava/lang/Object;)Landroid/animation/KeyframeSet; 372 HSPLandroid/animation/ObjectAnimator;->ofObject(Ljava/lang/Object;Landroid/util/Property;Landroid/a… 373 HSPLandroid/animation/ObjectAnimator;->ofObject(Ljava/lang/Object;Landroid/util/Property;Landroid/a… 435 HSPLandroid/animation/PropertyValuesHolder;->ofObject(Ljava/lang/String;Landroid/animation/TypeEval… 508 HSPLandroid/animation/ValueAnimator;->ofObject(Landroid/animation/TypeEvaluator;[Ljava/lang/Object;…
|