Searched refs:contentLoaded (Results 1 – 1 of 1) sorted by relevance
105 private void showContentOrLoadingIndicator(boolean contentLoaded) { in showContentOrLoadingIndicator() argument107 final View showView = contentLoaded ? mContentView : mLoadingView; in showContentOrLoadingIndicator()108 final View hideView = contentLoaded ? mLoadingView : mContentView; in showContentOrLoadingIndicator()