Home
last modified time | relevance | path

Searched refs:canDragDown (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt126 assertTrue("Can't drag down on keyguard", transitionController.canDragDown()) in testCantDragDownWhenQSExpanded()
128 assertFalse("Can drag down when QS is expanded", transitionController.canDragDown()) in testCantDragDownWhenQSExpanded()
134 assertFalse("Can drag down in shade locked", transitionController.canDragDown()) in testCanDragDownInLockedDownShade()
136 assertTrue("Can't drag down in locked down shade", transitionController.canDragDown()) in testCanDragDownInLockedDownShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt175 internal fun canDragDown(): Boolean { in <lambda>() method
185 if (canDragDown()) { in <lambda>()
665 dragDownCallback.canDragDown()) { in onTouchEvent()