Home
last modified time | relevance | path

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

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCrossfadeActivity.java108 final View hideView = contentLoaded ? mLoadingView : mContentView; in showContentOrLoadingIndicator() local
127 hideView.animate() in showContentOrLoadingIndicator()
133 hideView.setVisibility(View.GONE); in showContentOrLoadingIndicator()