Searched refs:mCollectorThread (Results 1 – 1 of 1) sorted by relevance
49 private CollectorThread mCollectorThread; field in Automator84 private CollectorThread mCollectorThread; field in Automator.AutomatorHandler99 mCollectorThread = collectorThread; in AutomatorHandler()121 mCollectorThread.attachToWindow(mWindow); in handleMessage()141 mCollectorThread.quitCollector(); in stopCollector()159 mCollectorThread.markInteractionStart(); in doInteraction()204 mHandler = new AutomatorHandler(getLooper(), mWindow, mCollectorThread, mCallback, in initHandler()208 mCollectorThread = null; in initHandler()216 if (!mCollectorThread.isAlive()) { in onGlobalLayout()217 mCollectorThread.start(); in onGlobalLayout()[all …]