Searched refs:mProgressContainer (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java50 View mProgressContainer; field in class:MultiSelectGridFragment
106 mProgressContainer = mGridContainer = null;
231 if (mProgressContainer == null) {
240 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
245 mProgressContainer.clearAnimation();
248 mProgressContainer.setVisibility(View.GONE);
252 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
257 mProgressContainer.clearAnimation();
260 mProgressContainer.setVisibility(View.VISIBLE);
287 mProgressContainer
[all...]
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java131 View mProgressContainer; field in class:MusicPicker
456 mProgressContainer = findViewById(R.id.progressContainer);
573 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
575 mProgressContainer.setVisibility(View.GONE);

Completed in 66 milliseconds