Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DDebugDrawable.java73 drawDebugInfo(canvas, mNotificationPanelViewController.getMaxPanelHeight(), in draw()
75 drawDebugInfo(canvas, (int) mNotificationPanelViewController.getExpandedHeight(), in draw()
77 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()
81 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()
85 drawDebugInfo(canvas, in draw()
91 drawDebugInfo(canvas, mNotificationPanelViewController.getClockPositionResult().clockY, in draw()
93 drawDebugInfo(canvas, (int) mLockIconViewController.getTop(), Color.GRAY, in draw()
98 drawDebugInfo(canvas, in draw()
104 drawDebugInfo(canvas, mNotificationStackScrollLayoutController.getBottom() in draw()
117 private void drawDebugInfo(Canvas canvas, int y, int color, String label) { in drawDebugInfo() method in DebugDrawable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DBackPanel.kt146 var drawDebugInfo: ((canvas: Canvas) -> Unit)? = null
513 if (DEBUG) drawDebugInfo?.invoke(canvas)
H A DBackPanelController.kt1067 mView.drawDebugInfo = { canvas ->
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java828 drawDebugInfo(canvas, y, Color.RED, /* label= */ "y = " + y); in onDrawDebug()
831 drawDebugInfo(canvas, y, Color.RED, /* label= */ "mTopPadding = " + y); in onDrawDebug()
834 drawDebugInfo(canvas, y, Color.YELLOW, /* label= */ "getLayoutHeight() = " + y); in onDrawDebug()
837 drawDebugInfo(canvas, y, Color.MAGENTA, /* label= */ "mMaxLayoutHeight = " + y); in onDrawDebug()
843 drawDebugInfo(canvas, y, Color.RED, in onDrawDebug()
848 drawDebugInfo(canvas, y, Color.GREEN, in onDrawDebug()
855 drawDebugInfo(canvas, y, Color.LTGRAY, in onDrawDebug()
859 drawDebugInfo(canvas, y, Color.MAGENTA, in onDrawDebug()
863 drawDebugInfo(canvas, y, Color.YELLOW, in onDrawDebug()
866 drawDebugInfo(canvas, mRoundedRectClippingBottom, Color.DKGRAY, in onDrawDebug()
[all …]