Searched defs:loadingView (Results 1 – 2 of 2) sorted by relevance
39 public LoadingViewController(View loadingView, View contentView) { in LoadingViewController()43 public LoadingViewController(View loadingView, View contentView, @Nullable View emptyView) { in LoadingViewController()
292 public LockedValue<RemoteViews> loadingView = new LockedValue<>(); field in RemoteViewsAdapterTest.ViewsFactory