Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java55 class InteractionMonitorDebugOverlay implements WindowCallbacks { class
74 InteractionMonitorDebugOverlay(Object lock, @ColorInt int bgColor, double yOffset) { in InteractionMonitorDebugOverlay() method in InteractionMonitorDebugOverlay
DInteractionJankMonitor.java191 private InteractionMonitorDebugOverlay mDebugOverlay;
551 mDebugOverlay = new InteractionMonitorDebugOverlay( in updateProperties()