Home
last modified time | relevance | path

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

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