Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DTouchMonitor.java101 final TouchSessionImpl touchSession = in push() field in TouchMonitor
104 mActiveTouchSessions.add(touchSession); in push() argument
105 completer.set(touchSession); in push() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutEngine.java128 TouchInsetManager.TouchInsetSession touchSession, int category, Parent parent) { in ViewEntry()
315 Builder(View view, TouchInsetManager.TouchInsetSession touchSession, in Builder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java315 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount() local
329 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java284 TouchHandler.TouchSession touchSession, in onSessionStartHelper()