Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt1439 val singleLineView = result.inflatedSingleLineView in <lambda>() constant
1441 if (singleLineView != null && viewModel != null) { in <lambda>()
1443 SingleLineConversationViewBinder.bind(viewModel, singleLineView) in <lambda>()
1445 SingleLineViewBinder.bind(viewModel, singleLineView) in <lambda>()
DNotificationContentView.java2264 final View singleLineView = mSingleLineView;
2265 if (singleLineView != null) {
2266 dumpChildViewDimensions(pw, singleLineView, "Single Line View:");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1438 View singleLineView = child.getSingleLineView();
1439 if (singleLineView != null) {
1440 minExpandHeight += singleLineView.getHeight();