Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java745 drawDebugInfo(canvas, y, Color.RED, /* label= */ "mTopPadding"); in onDrawDebug()
748 drawDebugInfo(canvas, y, Color.YELLOW, /* label= */ "getLayoutHeight()"); in onDrawDebug()
751 drawDebugInfo(canvas, y, Color.MAGENTA, /* label= */ "mMaxLayoutHeight"); in onDrawDebug()
755 drawDebugInfo(canvas, y, Color.GRAY, in onDrawDebug()
760 drawDebugInfo(canvas, y, Color.GREEN, /* label= */ "getHeight() - getEmptyBottomMargin()"); in onDrawDebug()
763 drawDebugInfo(canvas, y, Color.CYAN, /* label= */ "mAmbientState.getStackY()"); in onDrawDebug()
766 drawDebugInfo(canvas, y, Color.BLUE, in onDrawDebug()
770 private void drawDebugInfo(Canvas canvas, int y, int color, String label) { in drawDebugInfo() method in NotificationStackScrollLayout