Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java196 canvas.drawRect(getActualPaddingStart(), 0, getLayoutEnd(), getHeight(), paint); in onDraw()
399 float layoutEnd = getLayoutEnd(); in calculateIconTranslations()
484 private float getLayoutEnd() { in getLayoutEnd() method in NotificationIconContainer
555 return getLayoutEnd() - mOverflowWidth; in getMaxOverflowStart()