Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionMonitorDebugOverlay.java56 private static final int REASON_STILL_RUNNING = -1000; field in InteractionMonitorDebugOverlay
157 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()