Home
last modified time | relevance | path

Searched refs:toAlpha (Results 1 – 9 of 9) 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.java183 final float toAlpha = Color.alpha(toColor); in animateGrayScale() local
191 int alpha = (int) (fromAlpha + (toAlpha - fromAlpha) * fraction); in animateGrayScale()
/frameworks/base/services/core/java/com/android/server/wm/
DDimmer.java366 AlphaAnimationSpec(float fromAlpha, float toAlpha, long duration) { in AlphaAnimationSpec() argument
368 mToAlpha = toAlpha; in AlphaAnimationSpec()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsView.java881 final int toAlpha = (int) (alpha * 255);
882 mBackgroundScrimAnimator = ValueAnimator.ofInt(fromAlpha, toAlpha);
884 mBackgroundScrimAnimator.setInterpolator(toAlpha > fromAlpha
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1298 field public static final int toAlpha = 16843211; // 0x10101cb
/frameworks/base/non-updatable-api/
Dcurrent.txt1465 field public static final int toAlpha = 16843211; // 0x10101cb
/frameworks/base/api/
Dcurrent.txt1465 field public static final int toAlpha = 16843211; // 0x10101cb
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt91080 Lcom/android/internal/R$attr;->toAlpha:I