Searched refs:linearAmount (Results 1 – 2 of 2) sorted by relevance
332 val linearAmount = Math.min(1.0f - mLinearVisibilityAmount, mLinearDozeAmount) in updateHideAmount() constant334 mStackScroller.setHideAmount(linearAmount, amount) in updateHideAmount()335 notificationsFullyHidden = linearAmount == 1.0f; in updateHideAmount()
3278 public void onDozeAmountChanged(float linearAmount, float amount) { in onDozeAmountChanged() argument3280 mLinearDarkAmount = linearAmount; in onDozeAmountChanged()