Searched refs:getMinAlpha (Results 1 – 4 of 4) sorted by relevance
54 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
63 public @FloatRange(from = 0f, fromInclusive = false, to = 1f) float getMinAlpha() { in getMinAlpha() method in TrustedPresentationThresholds
325 (alpha >= trustedPresentationInfo.mThresholds.getMinAlpha()) in checkIfInThreshold()333 lastState, newState, alpha, trustedPresentationInfo.mThresholds.getMinAlpha(), in checkIfInThreshold()
61519 …tener_for_window") @FloatRange(from=0.0f, fromInclusive=false, to=1.0f) public float getMinAlpha();