Home
last modified time | relevance | path

Searched refs:toAlpha (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DAlphaAnimation.java58 public AlphaAnimation(float fromAlpha, float toAlpha) { in AlphaAnimation() argument
60 mToAlpha = toAlpha; in AlphaAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarTransitions.java51 public ObjectAnimator animateTransitionTo(View v, float toAlpha) { in animateTransitionTo() argument
52 return ObjectAnimator.ofFloat(v, "alpha", v.getAlpha(), toAlpha); in animateTransitionTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java191 final float toAlpha = Color.alpha(toColor); in animateGrayScale() local
199 int alpha = (int) (fromAlpha + (toAlpha - fromAlpha) * fraction); in animateGrayScale()
/frameworks/base/services/core/java/com/android/server/wm/
DDimmer.java373 AlphaAnimationSpec(float fromAlpha, float toAlpha, long duration) { in AlphaAnimationSpec() argument
375 mToAlpha = toAlpha; in AlphaAnimationSpec()
/frameworks/base/core/api/
Dcurrent.txt1542 field public static final int toAlpha = 16843211; // 0x10101cb
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1298 field public static final int toAlpha = 16843211; // 0x10101cb
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt79974 Lcom/android/internal/R$attr;->toAlpha:I