Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitor.java76 final TouchSessionImpl touchSession = in push() field in DreamOverlayTouchMonitor
79 mActiveTouchSessions.add(touchSession); in push() argument
80 completer.set(touchSession); in push() argument
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java231 final DreamTouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount() local
245 final DreamTouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutEngine.java128 TouchInsetManager.TouchInsetSession touchSession, int category, Parent parent) { in ViewEntry()
315 Builder(View view, TouchInsetManager.TouchInsetSession touchSession, in Builder()