Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DTouchMonitor.java93 TouchSessionImpl touchSessionImpl) { in push() argument
96 if (!mActiveTouchSessions.remove(touchSessionImpl)) { in push()
102 new TouchSessionImpl(this, touchSessionImpl.getBounds(), in push()
103 touchSessionImpl); in push()
116 TouchSessionImpl touchSessionImpl) {
119 if (mActiveTouchSessions.remove(touchSessionImpl)) {
120 touchSessionImpl.onRemoved();
122 final TouchSessionImpl predecessor = touchSessionImpl.getPredecessor();