Searched refs:DRAWABLE_ALPHA (Results 1 – 6 of 6) sorted by relevance
21 import static com.android.launcher3.LauncherAnimUtils.DRAWABLE_ALPHA;208 DRAWABLE_ALPHA, drawableAlpha, ZOOM_OUT); in applyChildState() local
35 public static final IntProperty<Drawable> DRAWABLE_ALPHA = field in LauncherAnimUtils
130 mBackgroundAnim = ObjectAnimator.ofInt(this, LauncherAnimUtils.DRAWABLE_ALPHA, in animateBgAlpha()
18 import static com.android.launcher3.LauncherAnimUtils.DRAWABLE_ALPHA;637 fade.play(ObjectAnimator.ofInt(btv.getIcon(), DRAWABLE_ALPHA, 0, 255)); in createFadeAnimation() local
86 public static final Property<ImageView, Integer> DRAWABLE_ALPHA = field in AnimatorUtils
567 PropertyValuesHolder.ofInt(AnimatorUtils.DRAWABLE_ALPHA, in getButtonAnimator()