Home
last modified time | relevance | path

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

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCrossfadeActivity.java43 private boolean mContentLoaded; field in CrossfadeActivity
94 mContentLoaded = !mContentLoaded; in onOptionsItemSelected()
95 showContentOrLoadingIndicator(mContentLoaded); in onOptionsItemSelected()