Searched refs:mListContainer (Results 1 – 7 of 7) sorted by relevance
174 View mListContainer; field in ListFragment219 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()
73 private NotificationListContainer mListContainer; field in NotificationRowBinderImpl109 mListContainer = listContainer; in setUpWithPresenter()127 ViewGroup parent = mListContainer.getViewParentForNotification(entry); in inflateViews()182 mListContainer.bindRow(row); in bindRow()
107 private NotificationListContainer mListContainer; field in NotificationGutsManager181 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()
83 private final NotificationListContainer mListContainer; field in ExpandableNotificationRowController234 mListContainer = listContainer; in ExpandableNotificationRowController()370 mListContainer.notifyGroupChildAdded(childView); in addChildAt()392 mListContainer.notifyGroupChildRemoved(childView, mView.getChildrenContainer()); in removeChild()
81 @Mock private NotificationListContainer mListContainer; field in NotificationLoggerTest127 mLogger.setUpWithContainer(mListContainer); in setUp()156 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testOnChildLocationsChangedReportsVisibilityChanged()178 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testStoppingNotificationLoggingReportsCurrentNotifications()
88 private NotificationListContainer mListContainer; field in NotificationLogger124 boolean isVisible = mListContainer.isInVisibleLocation(entry);239 mListContainer = listContainer; in setUpWithContainer()256 mListContainer.setChildLocationsChangedListener(null); in stopNotificationLogging()266 mListContainer.setChildLocationsChangedListener(this::onChildLocationsChanged); in startNotificationLogging()
7289 Landroid/app/ListFragment;->mListContainer:Landroid/view/View;