Searched refs:handleLoadingContainer (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | LoadingViewController.java | 44 handleLoadingContainer(false /* done */, false /* animate */); 52 handleLoadingContainer(true /* show */, animate); in showContent() 60 public void handleLoadingContainer(boolean done, boolean animate) { in handleLoadingContainer() method in LoadingViewController 61 handleLoadingContainer(mLoadingView, mContentView, done, animate); in handleLoadingContainer() 72 public static void handleLoadingContainer(View loading, View content, boolean done, in handleLoadingContainer() method in LoadingViewController
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | LoadingViewController.java | 44 handleLoadingContainer(false /* done */, false /* animate */); 52 handleLoadingContainer(true /* show */, animate); in showContent() 60 public void handleLoadingContainer(boolean done, boolean animate) { in handleLoadingContainer() method in LoadingViewController 61 handleLoadingContainer(mLoadingView, mContentView, done, animate); in handleLoadingContainer() 72 public static void handleLoadingContainer(View loading, View content, boolean done, 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/Settings/src/com/android/settings/applications/ |
D | RunningServices.java | 75 mLoadingViewController.handleLoadingContainer(haveData /* done */, false /* animate */); in onResume()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | RunningServices.java | 75 mLoadingViewController.handleLoadingContainer(haveData /* done */, false /* animate */); in onResume()
|
/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 | 222 LoadingViewController.handleLoadingContainer(loadingContainer, getListView(), in setLoading()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | SettingsPreferenceFragment.java | 222 LoadingViewController.handleLoadingContainer(loadingContainer, getListView(), in setLoading()
|