Home
last modified time | relevance | path

Searched refs:alphaValue (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/systemlibs/car-scalable-ui-lib/src/com/android/car/scalableui/model/
DAlpha.java71 float alphaValue = (mAlpha != null) ? mAlpha : DEFAULT_ALPHA; in build() local
72 return new Alpha(alphaValue); in build()
/packages/apps/Dialer/java/com/android/dialer/app/widget/
DActionBarController.java147 public void setAlpha(float alphaValue) { in setAlpha() argument
148 searchBox.animate().alpha(alphaValue).start(); in setAlpha()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2522 private void animateActionsViewAlpha(float alphaValue, long duration) { in animateActionsViewAlpha() argument
2524 AnimatedFloat.VALUE, alphaValue); in animateActionsViewAlpha()
2525 mActionsViewAlphaAnimatorFinalValue = alphaValue; in animateActionsViewAlpha()