Searched refs:showContent (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | LoadingViewController.java | 59 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/ |
D | RunningServices.java | 78 mLoadingViewController.showContent(false /* animate */); in onResume() 125 mLoadingViewController.showContent(true /* animate */);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | LoadingViewControllerTest.java | 57 mController.showContent(false /* animate */); in showContent_shouldSetContentVisible()
|
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
D | ManageApplications.java | 1592 mLoadingViewController.showContent(false /* animate */); in onRebuildComplete() 1622 mLoadingViewController.showContent(false /* animate */); in updateLoading()
|