Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp87 mThresholdStroke = dpToPx(PROFILE_DRAW_THRESHOLD_STROKE_WIDTH, density); in setDensity()
225 renderer.drawRect(0.0f, yLocation - mThresholdStroke / 2, renderer.getViewportWidth(), in drawThreshold()
226 yLocation + mThresholdStroke / 2, paint); in drawThreshold()
DFrameInfoVisualizer.h76 int mThresholdStroke = 0; variable