Home
last modified time | relevance | path

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

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCrossfadeActivity.java53 private View mLoadingView; field in CrossfadeActivity
67 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()