Searched refs:getFractionToShade (Results 1 – 6 of 6) sorted by relevance
162 final float fractionToShade = ambientState.getFractionToShade(); in updateAlphaState()407 ambientState.getFractionToShade(), ambientState.isOnKeyguard()); in initAlgorithmState()556 ambientState.getFractionToShade(), ambientState.isOnKeyguard());
113 public float getFractionToShade() { in getFractionToShade() method in AmbientState
2376 previous, mAmbientState.getFractionToShade(), mAmbientState.isOnKeyguard());
144 when(mAmbientState.getFractionToShade()).thenReturn(0.5f); in computeMaxKeyguardNotifications_lockscreenToShade_returnsExistingMax()154 when(mAmbientState.getFractionToShade()).thenReturn(0f); in computeMaxKeyguardNotifications_noTransition_updatesMax()
484 mAmbientState.getFractionToShade()); in updateAppearance()
1840 if (mAmbientState.getFractionToShade() > 0) { in computeMaxKeyguardNotifications()1843 + " fractionToShade=" + mAmbientState.getFractionToShade() in computeMaxKeyguardNotifications()