Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java215 int firstIcon = (int) mFirstVisibleIconState.xTranslation; in onDraw() local
216 canvas.drawLine(firstIcon, 0, firstIcon, height, paint); in onDraw()