Home
last modified time | relevance | path

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

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DCrossfadeActivity.java107 final View showView = contentLoaded ? mContentView : mLoadingView; in showContentOrLoadingIndicator() local
112 showView.setAlpha(0f); in showContentOrLoadingIndicator()
113 showView.setVisibility(View.VISIBLE); in showContentOrLoadingIndicator()
120 showView.animate() in showContentOrLoadingIndicator()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoView.java122 private void showView(int visState) { in showView() method in PhotoView
140 showView(View.VISIBLE); in clearImage()
255 showView(viewState); in setImageDrawable()