Searched refs:getFractionToShade (Results 1 – 7 of 7) sorted by relevance
187 final float fractionToShade = ambientState.getFractionToShade(); in updateAlphaState()487 ambientState.getFractionToShade(), ambientState.isOnKeyguard()); in initAlgorithmState()635 ambientState.getFractionToShade(), ambientState.isOnKeyguard());
114 public float getFractionToShade() { in getFractionToShade() method in AmbientState
2505 previous, mAmbientState.getFractionToShade(), mAmbientState.isOnKeyguard());
145 when(mAmbientState.getFractionToShade()).thenReturn(0.5f); in computeMaxKeyguardNotifications_lockscreenToShade_returnsExistingMax()155 when(mAmbientState.getFractionToShade()).thenReturn(0f); in computeMaxKeyguardNotifications_noTransition_updatesMax()
479 mAmbientState.getFractionToShade()); in updateAppearance()
1350 when(mLockscreenShadeTransitionController.getFractionToShade()).thenReturn(1f); in onTouch_doNotProcessTouchWhenPullingUpBouncer()
1948 if (mAmbientState.getFractionToShade() > 0) { in computeMaxKeyguardNotifications()1951 + " fractionToShade=" + mAmbientState.getFractionToShade() in computeMaxKeyguardNotifications()