Searched refs:handleLoadingContainer (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | LoadingViewController.java | 63 handleLoadingContainer(true /* showContent */, false /* showEmpty*/, animate); in showContent() 77 handleLoadingContainer(false /* showContent */, true /* showEmpty */, animate); in showEmpty() 84 handleLoadingContainer(false /* showContent */, false /* showEmpty */, false /* animate */); in showLoadingView() 92 private void handleLoadingContainer(boolean showContent, boolean showEmpty, boolean animate) { in handleLoadingContainer() method in LoadingViewController 93 handleLoadingContainer(mLoadingView, mContentView, mEmptyView, in handleLoadingContainer() 105 public static void handleLoadingContainer(View loading, View content, boolean done, in handleLoadingContainer() method in LoadingViewController 121 public static void handleLoadingContainer(View loading, View content, View empty, in handleLoadingContainer() method in LoadingViewController
|
/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
D | Utils.java | 26 public static void handleLoadingContainer( in handleLoadingContainer() method in Utils
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | DeletionHelperActivity.java | 113 Utils.handleLoadingContainer(loading_container, listView, !loading, animate); in setLoading()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SettingsPreferenceFragment.java | 214 LoadingViewController.handleLoadingContainer(loadingContainer, getListView(), in setLoading()
|