Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DDebugDrawable.java70 String headerDebugInfo = mNotificationPanelViewController.getHeaderDebugInfo(); in draw() local
71 if (headerDebugInfo != null) canvas.drawText(headerDebugInfo, 50, 100, mDebugPaint); in draw()