Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DListFragment.java174 View mListContainer; field in ListFragment
219 mEmptyView = mProgressContainer = mListContainer = null; in onDestroyView()
355 mListContainer.startAnimation(AnimationUtils.loadAnimation( in setListShown()
359 mListContainer.clearAnimation(); in setListShown()
362 mListContainer.setVisibility(View.VISIBLE); in setListShown()
367 mListContainer.startAnimation(AnimationUtils.loadAnimation( in setListShown()
371 mListContainer.clearAnimation(); in setListShown()
374 mListContainer.setVisibility(View.GONE); in setListShown()
404 mListContainer = root.findViewById(com.android.internal.R.id.listContainer); in ensureList()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java73 private NotificationListContainer mListContainer; field in NotificationRowBinderImpl
109 mListContainer = listContainer; in setUpWithPresenter()
127 ViewGroup parent = mListContainer.getViewParentForNotification(entry); in inflateViews()
182 mListContainer.bindRow(row); in bindRow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java107 private NotificationListContainer mListContainer; field in NotificationGutsManager
181 mListContainer = listContainer; in setUpWithPresenter()
261 mListContainer.onHeightChanged( in bindGuts()
308 notificationSnoozeView.setSnoozeListener(mListContainer.getSwipeActionHelper()); in initializeSnoozeView()
312 mListContainer.onHeightChanged(row, row.isShown() /* needsAnimation */); in initializeSnoozeView()
516 mListContainer.resetExposedMenuView(false /* animate */, true /* force */); in closeAndSaveGuts()
651 mListContainer.onHeightChanged(row, true /* needsAnimation */); in openGutsInternal()
H A DExpandableNotificationRowController.java83 private final NotificationListContainer mListContainer; field in ExpandableNotificationRowController
234 mListContainer = listContainer; in ExpandableNotificationRowController()
370 mListContainer.notifyGroupChildAdded(childView); in addChildAt()
392 mListContainer.notifyGroupChildRemoved(childView, mView.getChildrenContainer()); in removeChild()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java81 @Mock private NotificationListContainer mListContainer; field in NotificationLoggerTest
127 mLogger.setUpWithContainer(mListContainer); in setUp()
156 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testOnChildLocationsChangedReportsVisibilityChanged()
178 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testStoppingNotificationLoggingReportsCurrentNotifications()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java88 private NotificationListContainer mListContainer; field in NotificationLogger
124 boolean isVisible = mListContainer.isInVisibleLocation(entry);
239 mListContainer = listContainer; in setUpWithContainer()
256 mListContainer.setChildLocationsChangedListener(null); in stopNotificationLogging()
266 mListContainer.setChildLocationsChangedListener(this::onChildLocationsChanged); in startNotificationLogging()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7289 Landroid/app/ListFragment;->mListContainer:Landroid/view/View;