Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java195 private final boolean mDebugLines; field in NotificationStackScrollLayout
624 mDebugLines = featureFlags.isEnabled(Flags.NSSL_DEBUG_LINES); in NotificationStackScrollLayout()
654 boolean willDraw = mShouldDrawNotificationBackground || mDebugLines; in NotificationStackScrollLayout()
657 if (mDebugLines) { in NotificationStackScrollLayout()
800 if (mDebugLines) { in onDraw()