Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java139 private int mHeaderPaddingTop = 0; field in PointerLocationView
250 mHeaderPaddingTop = headerPaddingTop; in onApplyWindowInsets()
259 mHeaderBottom = mHeaderPaddingTop-mTextMetrics.ascent+mTextMetrics.descent+2; in onMeasure()
414 final int base = mHeaderPaddingTop - mTextMetrics.ascent + 1; in drawLabels()
421 canvas.drawRect(0, mHeaderPaddingTop, itemW - 1, bottom, mTextBackgroundPaint); in drawLabels()
429 canvas.drawRect(itemW, mHeaderPaddingTop, (itemW * 2) - 1, bottom, in drawLabels()
434 canvas.drawRect(itemW * 2, mHeaderPaddingTop, (itemW * 3) - 1, bottom, in drawLabels()
442 canvas.drawRect(itemW, mHeaderPaddingTop, (itemW * 2) - 1, bottom, in drawLabels()
448 canvas.drawRect(itemW * 2, mHeaderPaddingTop, (itemW * 3) - 1, bottom, in drawLabels()
456 canvas.drawRect(itemW * 3, mHeaderPaddingTop, (itemW * 4) - 1, bottom, in drawLabels()
[all …]