Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java103 private static final int DEFAULT_TRACE_THRESHOLD_FRAME_TIME_MILLIS = 64; field in InteractionJankMonitor
196 private int mTraceThresholdFrameTimeMillis = DEFAULT_TRACE_THRESHOLD_FRAME_TIME_MILLIS;
543 … properties.getInt(property, DEFAULT_TRACE_THRESHOLD_FRAME_TIME_MILLIS); in updateProperties()