Home
last modified time | relevance | path

Searched refs:getMinAlpha (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DMultiSourceMinAlphaController.kt54 val animator = ValueAnimator.ofFloat(getMinAlpha(), alpha) in animateToAlpha()
76 val minAlpha = getMinAlpha() in applyAlphaToView()
81 private fun getMinAlpha() = alphas.minOfOrNull { it.value } ?: initialAlpha in <lambda>() method
/frameworks/base/core/java/android/window/
DTrustedPresentationThresholds.java63 public @FloatRange(from = 0f, fromInclusive = false, to = 1f) float getMinAlpha() { in getMinAlpha() method in TrustedPresentationThresholds
/frameworks/base/services/core/java/com/android/server/wm/
DTrustedPresentationListenerController.java325 (alpha >= trustedPresentationInfo.mThresholds.getMinAlpha()) in checkIfInThreshold()
333 lastState, newState, alpha, trustedPresentationInfo.mThresholds.getMinAlpha(), in checkIfInThreshold()
/frameworks/base/core/api/
Dcurrent.txt61519 …tener_for_window") @FloatRange(from=0.0f, fromInclusive=false, to=1.0f) public float getMinAlpha();