Home
last modified time | relevance | path

Searched refs:handleLoadingContainer (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DLoadingViewController.java44 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/
DLoadingViewController.java44 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/
DUtils.java26 public static void handleLoadingContainer( in handleLoadingContainer() method in Utils
/packages/apps/Settings/src/com/android/settings/applications/
DRunningServices.java75 mLoadingViewController.handleLoadingContainer(haveData /* done */, false /* animate */); in onResume()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningServices.java75 mLoadingViewController.handleLoadingContainer(haveData /* done */, false /* animate */); in onResume()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDeletionHelperActivity.java113 Utils.handleLoadingContainer(loading_container, listView, !loading, animate); in setLoading()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java222 LoadingViewController.handleLoadingContainer(loadingContainer, getListView(), in setLoading()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsPreferenceFragment.java222 LoadingViewController.handleLoadingContainer(loadingContainer, getListView(), in setLoading()