Home
last modified time | relevance | path

Searched defs:loadingView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DLoadingViewController.java39 public LoadingViewController(View loadingView, View contentView) { in LoadingViewController()
43 public LoadingViewController(View loadingView, View contentView, @Nullable View emptyView) { in LoadingViewController()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsAdapterTest.java292 public LockedValue<RemoteViews> loadingView = new LockedValue<>(); field in RemoteViewsAdapterTest.ViewsFactory