Home
last modified time | relevance | path

Searched refs:showContent (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DLoadingViewController.java59 public void showContent(boolean animate) { in showContent() method in LoadingViewController
92 private void handleLoadingContainer(boolean showContent, boolean showEmpty, boolean animate) { in handleLoadingContainer() argument
94 showContent, showEmpty, animate); in handleLoadingContainer()
122 boolean showContent, boolean showEmpty, boolean animate) { in handleLoadingContainer() argument
126 setViewShown(content, showContent, animate); in handleLoadingContainer()
127 setViewShown(loading, !showContent && !showEmpty, animate); in handleLoadingContainer()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningServices.java76 mLoadingViewController.showContent(false /* animate */); in onResume()
123 mLoadingViewController.showContent(true /* animate */);
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java116 protected void showContent() { in showContent() method in DialerListBaseFragment
117 mLoadingFrameLayout.showContent(); in showContent()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactListFragment.java62 showContent(); in onViewCreated()
DContactDetailsFragment.java115 showContent(); in onViewCreated()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
DCallHistoryFragment.java60 showContent(); in onViewCreated()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DLoadingViewControllerTest.java57 mController.showContent(false /* animate */); in showContent_shouldSetContentVisible()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DFavoriteFragment.java86 showContent(); in onViewCreated()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/
DContactResultsFragment.java86 showContent(); in onCreate()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/conversationlist/
DConversationListFragment.java96 mLoadingFrameLayout.showContent(); in onViewCreated()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
DLoadingFrameLayout.java196 public void showContent() { in showContent() method in LoadingFrameLayout
/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DLoadingFrameLayout.java216 public void showContent() { in showContent() method in LoadingFrameLayout
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageList.java539 mLoadingViewController.showContent(false /* animate */);
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java1296 mLoadingViewController.showContent(false /* animate */); in onRebuildComplete()
1326 mLoadingViewController.showContent(false /* animate */); in updateLoading()