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

  /frameworks/base/core/java/android/animation/
KeyframeSet.java 112 public static KeyframeSet ofObject(Object... values) {
116 keyframes[0] = (ObjectKeyframe) Keyframe.ofObject(0f);
117 keyframes[1] = (ObjectKeyframe) Keyframe.ofObject(1f, values[0]);
119 keyframes[0] = (ObjectKeyframe) Keyframe.ofObject(0f, values[0]);
121 keyframes[i] = (ObjectKeyframe) Keyframe.ofObject((float) i / (numKeyframes - 1), values[i]);
Keyframe.java 137 public static Keyframe ofObject(float fraction, Object value) {
153 public static Keyframe ofObject(float fraction) {
ObjectAnimator.java 250 public static ObjectAnimator ofObject(Object target, String propertyName,
273 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property,
342 setValues(PropertyValuesHolder.ofObject(mProperty, (TypeEvaluator)null, values));
344 setValues(PropertyValuesHolder.ofObject(mPropertyName, (TypeEvaluator)null, values));
PropertyValuesHolder.java 201 public static PropertyValuesHolder ofObject(String propertyName, TypeEvaluator evaluator,
221 public static <V> PropertyValuesHolder ofObject(Property property,
360 mKeyframeSet = KeyframeSet.ofObject(values);
    [all...]
ValueAnimator.java 350 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) {
436 setValues(new PropertyValuesHolder[]{PropertyValuesHolder.ofObject("",
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
CustomEvaluator.java 129 bounceAnim = ObjectAnimator.ofObject(ballHolder, "xY",
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 105 -(void)observeValueForKeyPath:keyPath ofObject:(id)object change:(NSDictionary *)change context:(MediaPlayerAVFoundationObservationContext)context;
785 - (void)observeValueForKeyPath:keyPath ofObject:(id)object change:(NSDictionary *)change context:(MediaPlayerAVFoundationObservationContext)context
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 133 milliseconds