Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java413 final int itemW = w / 7; in drawLabels() local
421 canvas.drawRect(0, mHeaderPaddingTop, itemW - 1, bottom, mTextBackgroundPaint); in drawLabels()
429 canvas.drawRect(itemW, mHeaderPaddingTop, (itemW * 2) - 1, bottom, in drawLabels()
433 .toString(), 1 + itemW, base, mTextPaint); in drawLabels() local
434 canvas.drawRect(itemW * 2, mHeaderPaddingTop, (itemW * 3) - 1, bottom, in drawLabels()
438 .toString(), 1 + itemW * 2, base, mTextPaint); in drawLabels()
442 canvas.drawRect(itemW, mHeaderPaddingTop, (itemW * 2) - 1, bottom, in drawLabels()
447 .toString(), 1 + itemW, base, mTextPaint); in drawLabels() local
448 canvas.drawRect(itemW * 2, mHeaderPaddingTop, (itemW * 3) - 1, bottom, in drawLabels()
453 .toString(), 1 + itemW * 2, base, mTextPaint); in drawLabels()
[all …]