Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java643 HybridNotificationView alignView = overflowView.getSingleLineView();
1156 minExpandHeight += child.getSingleLineView().getHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java1130 public HybridNotificationView getSingleLineView() {
1131 return mPrivateLayout.getSingleLineView();
DNotificationContentView.java1540 public HybridNotificationView getSingleLineView() { in getSingleLineView() method in NotificationContentView