Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java41 private LoadingFrameLayout mLoadingFrameLayout; field in DialerListBaseFragment
48 mLoadingFrameLayout = view.findViewById(R.id.loading_frame_layout); in onCreateView()
83 mLoadingFrameLayout.showLoading(); in showLoading()
90 mLoadingFrameLayout.showContent(); in showContent()
98 mLoadingFrameLayout.showEmpty(iconResId, messageResId, secondaryMessageResId); in showEmpty()
108 mLoadingFrameLayout.showEmpty(iconResId, messageResId, secondaryMessageResId, in showEmpty()