Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt245 getActionUpEventFromSource(InputDevice.SOURCE_MOUSE) in shadeIsExpandedOnStatusIconMouseClick()
258 getActionUpEventFromSource(InputDevice.SOURCE_TOUCHSCREEN) in statusIconContainerIsNotHandlingTouchScreenTouches()
263 private fun getActionUpEventFromSource(source: Int): MotionEvent { in getActionUpEventFromSource() method in com.android.systemui.statusbar.phone.PhoneStatusBarViewControllerTest