Searched refs:mHeaderPaddingTop (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 139 private int mHeaderPaddingTop = 0; field in PointerLocationView 250 mHeaderPaddingTop = headerPaddingTop; in onApplyWindowInsets() 414 final int base = mHeaderPaddingTop - mTextMetrics.ascent + 1; 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() 456 canvas.drawRect(itemW * 3, mHeaderPaddingTop, (itemW * 4) - 1, bottom, in drawLabels() 462 canvas.drawRect(itemW * 4, mHeaderPaddingTop, (itemW * 5) - 1, bottom, in drawLabels() 468 canvas.drawRect(itemW * 5, mHeaderPaddingTop, (itemW * 6) - 1, bottom, in drawLabels() 470 canvas.drawRect(itemW * 5, mHeaderPaddingTop, in drawLabels() [all …]
|