Searched defs: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/fragment/java/android/support/v4/app/
H A DListFragment.java68 View mProgressContainer; field in class:ListFragment
158 mEmptyView = mProgressContainer = mListContainer = null;
283 if (mProgressContainer == null) {
292 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
297 mProgressContainer.clearAnimation();
300 mProgressContainer.setVisibility(View.GONE);
304 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
309 mProgressContainer.clearAnimation();
312 mProgressContainer.setVisibility(View.VISIBLE);
341 mProgressContainer
[all...]

Completed in 71 milliseconds