Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DDebugDrawable.java122 /* y= */ computeDebugYTextPosition(y), mDebugPaint); in drawDebugInfo()
125 private int computeDebugYTextPosition(int lineY) { in computeDebugYTextPosition() method in DebugDrawable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java874 canvas.drawText(label, /* x= */ 0, /* y= */ computeDebugYTextPosition(y), mDebugPaint); in drawDebugInfo()
877 private int computeDebugYTextPosition(int lineY) { in computeDebugYTextPosition() method in NotificationStackScrollLayout