Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java219 child.setSingleLineWidthIndention(isOverflow && mOverflowNumber != null in onMeasure()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1300 public void setSingleLineWidthIndention(int indention) {
1301 mPrivateLayout.setSingleLineWidthIndention(indention);
H A DNotificationContentView.java1670 public void setSingleLineWidthIndention(int singleLineWidthIndention) { in setSingleLineWidthIndention() method in NotificationContentView