HomeSort by relevance Sort by last modified time
    Searched full:objectanimator (Results 26 - 50 of 811) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/res/anim/
lockscreen_fingerprint_error_state_to_fp_ridge_1_path_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_error_state_to_fp_ridge_2_path_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_error_state_to_fp_ridge_5_path_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_error_state_to_fp_ridge_6_path_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_error_state_to_fp_ridge_7_path_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_error_state_to_fp_white_fingerprint_ridges_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_fp_to_error_state_group_1_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_fp_to_error_state_ridge_2_path_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_fp_to_error_state_ridge_6_path_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_fp_to_error_state_ridge_7_path_animation.xml 6 <objectAnimator
13 <objectAnimator
lockscreen_fingerprint_error_state_to_fp_path_3_animation.xml 4 <objectAnimator
lockscreen_fingerprint_fp_to_error_state_fingerprint_ridges_animation.xml 6 <objectAnimator
13 <objectAnimator
20 <objectAnimator
27 <objectAnimator
lockscreen_fingerprint_fp_to_error_state_ridge_5_path_animation.xml 4 <objectAnimator
lockscreen_fingerprint_fp_to_error_state_ridge_7_path_0_animation.xml 6 <objectAnimator
13 <objectAnimator
23 <objectAnimator
30 <objectAnimator
lockscreen_fingerprint_fp_to_error_state_white_fingerprint_ridges_animation.xml 6 <objectAnimator
13 <objectAnimator
20 <objectAnimator
27 <objectAnimator
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColorFiltersMutateActivity.java 20 import android.animation.ObjectAnimator;
73 ObjectAnimator sat = ObjectAnimator.ofFloat(this, "saturation", 1.0f);
75 sat.setRepeatCount(ObjectAnimator.INFINITE);
76 sat.setRepeatMode(ObjectAnimator.REVERSE);
79 ObjectAnimator light = ObjectAnimator.ofInt(this, "lightAdd", 0x00101030);
82 light.setRepeatCount(ObjectAnimator.INFINITE);
83 light.setRepeatMode(ObjectAnimator.REVERSE);
86 ObjectAnimator mult = ObjectAnimator.ofInt(this, "lightMul", 0x0060ffff)
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 22 import android.animation.ObjectAnimator;
85 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
95 private ObjectAnimator createAnimator(Keyframe... keyframes) {
97 ObjectAnimator objAnimator = ObjectAnimator.ofPropertyValuesHolder(mObject,pVHolder);
103 private void waitUntilFinished(ObjectAnimator objectAnimator, long timeoutMilliseconds)
106 objectAnimator.addListener(new AnimatorListenerAdapter() {
138 ObjectAnimator objAnimator1 = createAnimator(emptyKeyframe1, Keyframe.ofFloat(1f, 100f))
    [all...]
  /cts/tests/tests/app.usage/res/animator/
long_fade_in.xml 3 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
long_fade_out.xml 3 <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
  /development/samples/browseable/Interpolator/
_index.jd 9 Material Design. It shows how an ObjectAnimator is used to animate two properties of a
  /frameworks/base/core/res/res/anim/
btn_checkbox_to_checked_icon_null_animation.xml 19 <objectAnimator
25 <objectAnimator
33 <objectAnimator
39 <objectAnimator
btn_checkbox_to_unchecked_icon_null_animation.xml 19 <objectAnimator
25 <objectAnimator
33 <objectAnimator
39 <objectAnimator
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
FullscreenOverdrawActivity.java 18 import android.animation.ObjectAnimator;
78 ObjectAnimator objectAnimator = ObjectAnimator.ofInt(overdraw, "colorValue", 0, 255);
79 objectAnimator.setRepeatMode(ValueAnimator.REVERSE);
80 objectAnimator.setRepeatCount(ValueAnimator.INFINITE);
81 objectAnimator.start();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionUtils.java 19 import android.animation.ObjectAnimator;
34 public static ObjectAnimator createActivityFadeInAnimator(Resources res, boolean useFloats) {
41 ObjectAnimator animator = new ObjectAnimator();
54 public static ObjectAnimator createActivityFadeOutAnimator(Resources res, boolean useFloats) {
61 ObjectAnimator animator = new ObjectAnimator();
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 22 import android.animation.ObjectAnimator;
32 * This example shows how to use property animations, specifically ObjectAnimator, to perform
56 ObjectAnimator alphaAnimation = ObjectAnimator.ofFloat(alphaButton,
62 ObjectAnimator translateAnimation =
63 ObjectAnimator.ofFloat(translateButton, View.TRANSLATION_X, 800);
68 ObjectAnimator rotateAnimation =
69 ObjectAnimator.ofFloat(rotateButton, View.ROTATION, 360);
77 ObjectAnimator scaleAnimation =
78 ObjectAnimator.ofPropertyValuesHolder(scaleButton, pvhX, pvhY)
    [all...]

Completed in 672 milliseconds

12 3 4 5 6 7 8 91011>>