Searched defs:DRAWABLE_ALPHA (Results 1 – 4 of 4) sorted by relevance
38 public static final Property<Drawable, Integer> DRAWABLE_ALPHA = field in LauncherAnimUtils
161 DRAWABLE_ALPHA, drawableAlpha, ZOOM_OUT); in applyChildState() local
86 public static final Property<ImageView, Integer> DRAWABLE_ALPHA = field in AnimatorUtils
849 fade.play(ObjectAnimator.ofInt(btv.getIcon(), DRAWABLE_ALPHA, 0, 255)); in createFadeAnimation() local