Home
last modified time | relevance | path

Searched refs:showContent (Results 1 – 4 of 4) 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.java78 mLoadingViewController.showContent(false /* animate */); in onResume()
125 mLoadingViewController.showContent(true /* animate */);
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DLoadingViewControllerTest.java57 mController.showContent(false /* animate */); in showContent_shouldSetContentVisible()
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java1592 mLoadingViewController.showContent(false /* animate */); in onRebuildComplete()
1622 mLoadingViewController.showContent(false /* animate */); in updateLoading()