Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DFrameTracker.java102 private final int mTraceThresholdFrameTimeMillis; field in FrameTracker
221 mTraceThresholdFrameTimeMillis = traceThresholdFrameTimeMillis; in FrameTracker()
703 boolean overFrameTimeThreshold = !mSurfaceOnly && mTraceThresholdFrameTimeMillis != -1 in shouldTriggerPerfetto()
704 && maxFrameTimeNanos >= mTraceThresholdFrameTimeMillis * NANOS_IN_MILLISECOND; in shouldTriggerPerfetto()
H A DInteractionJankMonitor.java395 private int mTraceThresholdFrameTimeMillis = DEFAULT_TRACE_THRESHOLD_FRAME_TIME_MILLIS; field in InteractionJankMonitor
511 + ", frameTimeThreshold=" + mTraceThresholdFrameTimeMillis in InteractionJankMonitor()
574 mTraceThresholdMissedFrames, mTraceThresholdFrameTimeMillis, in createFrameTracker()
847 mTraceThresholdFrameTimeMillis = properties.getInt( in updateProperties()