Searched refs:setTopClippingBounds (Results 1 – 3 of 3) sorted by relevance
481 fun setTopClippingBounds(top: Int?) { in <lambda>() method
863 mKeyguardInteractor.setTopClippingBounds((int) top); in setNotificationsBounds()865 mKeyguardInteractor.setTopClippingBounds(null); in setNotificationsBounds()
1935 verify(mKeyguardInteractor).setTopClippingBounds(eq(100)); in notificationBoundsTopGetsPassedToKeyguard()1945 verify(mKeyguardInteractor).setTopClippingBounds(eq(null)); in notificationBoundsTopDoesNotGetPassedToKeyguardWhenNotifScrimIsNotVisible()