Searched refs:ViewContainer (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/ |
H A D | LoadingFrameLayout.java | 53 @NonNull private ViewContainer mEmptyView; 54 @NonNull private ViewContainer mLoadingView; 55 @NonNull private ViewContainer mErrorView; 86 mLoadingView = new ViewContainer(State.LOADING, loadingLayoutId); in setLoadingView() 90 mEmptyView = new ViewContainer(State.EMPTY); in setEmptyView() 94 mErrorView = new ViewContainer(State.ERROR); in setErrorView() 219 private class ViewContainer { class in LoadingFrameLayout 227 private ViewContainer(@State int state) { in ViewContainer() method in LoadingFrameLayout.ViewContainer 233 private ViewContainer(@State int state, @LayoutRes int layout) { in ViewContainer() method in LoadingFrameLayout.ViewContainer
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/ |
H A D | LoadingFrameLayout.java | 61 private ViewContainer mEmptyView; 62 private ViewContainer mLoadingView; 63 private ViewContainer mErrorView; 100 mLoadingView = new ViewContainer(State.LOADING, loadingLayoutId, 0, 0, 0, 0); in setLoadingView() 104 mEmptyView = new ViewContainer(State.EMPTY, emptyLayoutId, R.id.loading_info_icon, in setEmptyView() 110 mErrorView = new ViewContainer(State.ERROR, errorLayoutId, R.id.loading_info_icon, in setErrorView() 247 private class ViewContainer { class in LoadingFrameLayout 279 private ViewContainer(@State int state, @LayoutRes int layoutId, @IdRes int iconViewId, in ViewContainer() method in LoadingFrameLayout.ViewContainer
|