Home
last modified time | relevance | path

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

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCrossfadeActivity.java105 private void showContentOrLoadingIndicator(boolean contentLoaded) { in showContentOrLoadingIndicator() argument
107 final View showView = contentLoaded ? mContentView : mLoadingView; in showContentOrLoadingIndicator()
108 final View hideView = contentLoaded ? mLoadingView : mContentView; in showContentOrLoadingIndicator()