Searched refs:touchMonitor (Results 1 – 3 of 3) sorted by relevance
129 private var touchMonitor: TouchMonitor? = null variable236 if (touchMonitor == null) { in initView()237 touchMonitor = in initView()
160 TouchSessionImpl(TouchMonitor touchMonitor, Rect bounds,163 mTouchMonitor = touchMonitor;
92 @Mock private lateinit var touchMonitor: TouchMonitor variable in com.android.systemui.shade.GlanceableHubContainerControllerTest117 override fun getTouchMonitor(): TouchMonitor = touchMonitor in setUp()