Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java1114 public void setSingleLineWidthIndention(int indention) {
1115 mPrivateLayout.setSingleLineWidthIndention(indention);
DNotificationContentView.java1532 public void setSingleLineWidthIndention(int singleLineWidthIndention) { in setSingleLineWidthIndention() method in NotificationContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java211 child.setSingleLineWidthIndention(isOverflow && mOverflowNumber != null && in onMeasure()