Searched refs:mHeaderPaddingTop (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 139 private int mHeaderPaddingTop = 0; field in PointerLocationView 233 mHeaderPaddingTop = insets.getDisplayCutout().getSafeInsetTop(); in onApplyWindowInsets() 236 mHeaderPaddingTop = 0; in onApplyWindowInsets() 408 final int base = mHeaderPaddingTop - mTextMetrics.ascent + 1; in drawLabels() 423 canvas.drawRect(itemW, mHeaderPaddingTop, (itemW * 2) - 1, bottom, in drawLabels() 436 canvas.drawRect(itemW, mHeaderPaddingTop, (itemW * 2) - 1, bottom, in drawLabels() 450 canvas.drawRect(itemW * 3, mHeaderPaddingTop, (itemW * 4) - 1, bottom, in drawLabels() 456 canvas.drawRect(itemW * 4, mHeaderPaddingTop, (itemW * 5) - 1, bottom, in drawLabels() 462 canvas.drawRect(itemW * 5, mHeaderPaddingTop, (itemW * 6) - 1, bottom, in drawLabels() 464 canvas.drawRect(itemW * 5, mHeaderPaddingTop, in drawLabels() [all …]
|