Home
last modified time | relevance | path

Searched defs:touchSession (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DTouchMonitor.java111 final TouchSessionImpl touchSession = in push() field in TouchMonitor
114 mActiveTouchSessions.add(touchSession); in push() argument
115 completer.set(touchSession); in push() argument
DBouncerSwipeTouchHandler.kt108 private var touchSession: TouchSession? = null in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutEngine.java129 TouchInsetManager.TouchInsetSession touchSession, int category, Parent parent) { in ViewEntry()
316 Builder(View view, TouchInsetManager.TouchInsetSession touchSession, in Builder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java355 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount() local
369 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java346 TouchHandler.TouchSession touchSession, in onSessionStartHelper()