Home
last modified time | relevance | path

Searched refs:headerView (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java67 final View headerView = getHeader(); in onLayout() local
68 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() local
100 final View drawTarget = headerView != null ? headerView : sticky; in draw()
102 final int drawOffset = headerView != null ? sticky.getTop() : 0; in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DSectionHeaderController.kt35 val headerView: SectionHeaderView? in <lambda>() constant
84 override val headerView: SectionHeaderView? constant in com.android.systemui.statusbar.notification.collection.render.SectionHeaderNodeControllerImpl
98 headerView?.setContentVisibleAnimated(true) in onViewAdded()
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuDialogHelper.java66 final View headerView = menu.getHeaderView(); in show() local
67 if (headerView != null) { in show()
69 builder.setCustomTitle(headerView); in show()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt69 get() = silentHeaderController.headerView in <lambda>()
73 get() = alertingHeaderController.headerView in <lambda>()
77 get() = incomingHeaderController.headerView in <lambda>()
81 get() = peopleHeaderController.headerView in <lambda>()
DNotificationChildrenContainer.java475 NotificationHeaderView headerView,
483 if (headerView == null) {
487 mGroupHeader = headerView;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java222 NotificationHeaderView headerView = in changeLowPriorityAfterHeaderSet() local
224 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1557 public void setGroupHeader(NotificationHeaderView headerView) {
1560 /* headerView= */ headerView,
1569 public void setMinimizedGroupHeader(NotificationHeaderView headerView) {
1572 /* headerViewLowPriority= */ headerView,