Searched refs:loadingView (Results 1 – 3 of 3) sorted by relevance
39 public LoadingViewController(View loadingView, View contentView) { in LoadingViewController() argument40 this(loadingView, contentView, null /* emptyView*/); in LoadingViewController()43 public LoadingViewController(View loadingView, View contentView, @Nullable View emptyView) { in LoadingViewController() argument44 mLoadingView = loadingView; in LoadingViewController()
98 factory.loadingView.set(createViews("loading")); in onRemoteAdapterConnected_after_metadata_loaded()115 factory.loadingView.set(createViews("loading")); in viewReplaced_after_mainView_loaded()149 factory.loadingView.set(createViews("loading")); in notifyDataSetChanged_deferred()157 factory.loadingView = new LockedValue<>(); in notifyDataSetChanged_deferred()171 factory.loadingView.set(createViews("refreshed")); in notifyDataSetChanged_deferred()189 factory.loadingView.set(createViews("loading")); in serviceDisconnected_before_getView()292 public LockedValue<RemoteViews> loadingView = new LockedValue<>(); field in RemoteViewsAdapterTest.ViewsFactory331 return loadingView.get(); in getLoadingView()
418 final View loadingView = mLoadingView; in stopLoadingAnimation()423 loadingView.setVisibility(View.GONE); in stopLoadingAnimation()425 loadingView.startAnimation(AnimationUtils.loadAnimation( in stopLoadingAnimation()