Searched refs:mLoadingFrameLayout (Results 1 – 3 of 3) sorted by relevance
51 private LoadingFrameLayout mLoadingFrameLayout; field in DialerListBaseFragment60 mLoadingFrameLayout = view.findViewById(R.id.loading_frame_layout); in onCreateView()110 mLoadingFrameLayout.showLoading(); in showLoading()117 mLoadingFrameLayout.showContent(); in showContent()125 mLoadingFrameLayout.showEmpty(iconResId, messageResId, secondaryMessageResId); in showEmpty()135 mLoadingFrameLayout.showEmpty(iconResId, messageResId, secondaryMessageResId, in showEmpty()
85 mLoadingFrameLayout.showLoading(); in onViewCreated()88 mLoadingFrameLayout.showEmpty( in onViewCreated()96 mLoadingFrameLayout.showContent(); in onViewCreated()106 mLoadingFrameLayout.showError( in handleBluetoothDisconnected()
49 @NonNull protected LoadingFrameLayout mLoadingFrameLayout; field in MessageListBaseFragment57 mLoadingFrameLayout = view.findViewById(R.id.loading_frame_layout); in onCreateView()