Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java104 private static final boolean DEFAULT_DEBUG_OVERLAY_ENABLED = false; field in InteractionJankMonitor
549 && properties.getBoolean(property, DEFAULT_DEBUG_OVERLAY_ENABLED); in updateProperties()