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/notification/stack/
DNotificationChildrenContainer.java629 HybridNotificationView alignView = overflowView.getSingleLineView();
1146 minExpandHeight += child.getSingleLineView().getHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1300 public HybridNotificationView getSingleLineView() {
1301 return mPrivateLayout.getSingleLineView();
DNotificationContentView.java1644 public HybridNotificationView getSingleLineView() { in getSingleLineView() method in NotificationContentView