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

/frameworks/base/core/java/android/app/
H A DListFragment.java168 View mProgressContainer; field in class:ListFragment
214 mEmptyView = mProgressContainer = mListContainer = null;
339 if (mProgressContainer == null) {
348 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
353 mProgressContainer.clearAnimation();
356 mProgressContainer.setVisibility(View.GONE);
360 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
365 mProgressContainer.clearAnimation();
368 mProgressContainer.setVisibility(View.VISIBLE);
398 mProgressContainer
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java66 View mProgressContainer; field in class:ListFragment
156 mEmptyView = mProgressContainer = mListContainer = null;
281 if (mProgressContainer == null) {
290 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
295 mProgressContainer.clearAnimation();
298 mProgressContainer.setVisibility(View.GONE);
302 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
307 mProgressContainer.clearAnimation();
310 mProgressContainer.setVisibility(View.VISIBLE);
339 mProgressContainer
[all...]

Completed in 61 milliseconds