Searched refs:REASON_STILL_RUNNING (Results 1 – 1 of 1) sorted by relevance
56 private static final int REASON_STILL_RUNNING = -1000; field in InteractionMonitorDebugOverlay157 if (mRunningCujs.indexOfValue(REASON_STILL_RUNNING) < 0) { in onTrackerRemoved()192 mRunningCujs.put(addedCuj, REASON_STILL_RUNNING); in onTrackerAdded()254 if (status == REASON_STILL_RUNNING) { in onPostDraw()