Home
last modified time | relevance | path

Searched defs:drawDebugInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java118 private void drawDebugInfo(Canvas canvas, int y, int color, String label) { in drawDebugInfo() method in DebugDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt146 var drawDebugInfo: ((canvas: Canvas) -> Unit)? = null variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java894 private void drawDebugInfo(Canvas canvas, int y, int color, String label) { in drawDebugInfo() method in NotificationStackScrollLayout