Searched refs:headerView (Results 1 – 7 of 7) sorted by relevance
67 final View headerView = getHeader(); in onLayout() local68 if (headerView != null && headerView.getHeight() == 0) { in onLayout()69 headerView.layout(0, -headerView.getMeasuredHeight(), headerView.getMeasuredWidth(), 0); in onLayout()97 final View headerView = getHeader(); in draw() local100 final View drawTarget = headerView != null ? headerView : sticky; in draw()102 final int drawOffset = headerView != null ? sticky.getTop() : 0; in draw()
35 val headerView: SectionHeaderView? in <lambda>() constant84 override val headerView: SectionHeaderView? constant in com.android.systemui.statusbar.notification.collection.render.SectionHeaderNodeControllerImpl98 headerView?.setContentVisibleAnimated(true) in onViewAdded()
66 final View headerView = menu.getHeaderView(); in show() local67 if (headerView != null) { in show()69 builder.setCustomTitle(headerView); in show()
69 get() = silentHeaderController.headerView in <lambda>()73 get() = alertingHeaderController.headerView in <lambda>()77 get() = incomingHeaderController.headerView in <lambda>()81 get() = peopleHeaderController.headerView in <lambda>()
475 NotificationHeaderView headerView,483 if (headerView == null) {487 mGroupHeader = headerView;
222 NotificationHeaderView headerView = in changeLowPriorityAfterHeaderSet() local224 Assert.assertEquals(View.VISIBLE, headerView.getVisibility()); in changeLowPriorityAfterHeaderSet()225 Assert.assertSame(mChildrenContainer, headerView.getParent()); in changeLowPriorityAfterHeaderSet()233 Assert.assertEquals(View.INVISIBLE, headerView.getVisibility()); in changeLowPriorityAfterHeaderSet()
1557 public void setGroupHeader(NotificationHeaderView headerView) {1560 /* headerView= */ headerView,1569 public void setMinimizedGroupHeader(NotificationHeaderView headerView) {1572 /* headerViewLowPriority= */ headerView,