Home
last modified time | relevance | path

Searched refs:showEmptyState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DAbstractMultiProfilePagerAdapter.java324 showEmptyState(listAdapter, emptyState, clickListener); in showEmptyResolverListEmptyState()
365 protected void showEmptyState(ResolverListAdapter activeListAdapter, EmptyState emptyState, in showEmptyState() method in AbstractMultiProfilePagerAdapter
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflowContainerView.java199 boolean showEmptyState = mOverflowBubbles.isEmpty() in updateEmptyStateVisibility()
201 mEmptyState.setVisibility(showEmptyState ? View.VISIBLE : View.GONE); in updateEmptyStateVisibility()