Searched refs:mLoadingView (Results 1 – 1 of 1) sorted by relevance
53 private View mLoadingView; field in CrossfadeActivity67 mLoadingView = findViewById(R.id.loading_spinner); in onCreate()107 final View showView = contentLoaded ? mContentView : mLoadingView; in showContentOrLoadingIndicator()108 final View hideView = contentLoaded ? mLoadingView : mContentView; in showContentOrLoadingIndicator()