Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java96 private NotificationListContainer mListContainer; field in NotificationLogger
129 boolean isVisible = mListContainer.isInVisibleLocation(entry);
249 mListContainer = listContainer; in setUpWithContainer()
251 mListContainer.setChildLocationsChangedListener(this::onChildLocationsChanged); in setUpWithContainer()
285 mListContainer.setChildLocationsChangedListener(null); in stopNotificationLogging()
300 if (mListContainer != null) { in startNotificationLogging()
301 mListContainer.setChildLocationsChangedListener(this::onChildLocationsChanged); in startNotificationLogging()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java112 private NotificationListContainer mListContainer; field in NotificationGutsManager
194 mListContainer = listContainer; in setUpWithPresenter()
293 mListContainer.onHeightChanged( in bindGuts()
340 notificationSnoozeView.setSnoozeListener(mListContainer.getSwipeActionHelper()); in initializeSnoozeView()
344 mListContainer.onHeightChanged(row, row.isShown() /* needsAnimation */); in initializeSnoozeView()
546 if (resetMenu && mListContainer != null) { in closeAndSaveGuts()
547 mListContainer.resetExposedMenuView(false /* animate */, true /* force */); in closeAndSaveGuts()
682 mListContainer.onHeightChanged(row, true /* needsAnimation */); in openGutsInternal()
DExpandableNotificationRowController.java83 private final NotificationListContainer mListContainer; field in ExpandableNotificationRowController
235 mListContainer = listContainer; in ExpandableNotificationRowController()
371 mListContainer.notifyGroupChildAdded(childView); in addChildAt()
393 mListContainer.notifyGroupChildRemoved(childView, mView.getChildrenContainer()); in removeChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java81 private NotificationListContainer mListContainer; field in NotificationRowBinderImpl
117 mListContainer = listContainer; in setUpWithPresenter()
137 ViewGroup parent = mListContainer.getViewParentForNotification(entry); in inflateViews()
214 mListContainer.bindRow(row); in bindRow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java97 @Mock private NotificationListContainer mListContainer; field in NotificationLoggerTest
167 mLogger.setUpWithContainer(mListContainer); in setUp()
196 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testOnChildLocationsChangedReportsVisibilityChanged()
218 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testStoppingNotificationLoggingReportsCurrentNotifications()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7289 Landroid/app/ListFragment;->mListContainer:Landroid/view/View;