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()
96 private NotificationListContainer mListContainer; field in NotificationLogger129 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()
112 private NotificationListContainer mListContainer; field in NotificationGutsManager194 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()
83 private final NotificationListContainer mListContainer; field in ExpandableNotificationRowController235 mListContainer = listContainer; in ExpandableNotificationRowController()371 mListContainer.notifyGroupChildAdded(childView); in addChildAt()393 mListContainer.notifyGroupChildRemoved(childView, mView.getChildrenContainer()); in removeChild()
81 private NotificationListContainer mListContainer; field in NotificationRowBinderImpl117 mListContainer = listContainer; in setUpWithPresenter()137 ViewGroup parent = mListContainer.getViewParentForNotification(entry); in inflateViews()214 mListContainer.bindRow(row); in bindRow()
97 @Mock private NotificationListContainer mListContainer; field in NotificationLoggerTest167 mLogger.setUpWithContainer(mListContainer); in setUp()196 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testOnChildLocationsChangedReportsVisibilityChanged()218 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testStoppingNotificationLoggingReportsCurrentNotifications()
7289 Landroid/app/ListFragment;->mListContainer:Landroid/view/View;