Searched refs:mProgressContainer (Results 1 – 2 of 2) sorted by relevance
173 View mProgressContainer; field in ListFragment219 mEmptyView = mProgressContainer = mListContainer = null; in onDestroyView()344 if (mProgressContainer == null) { in setListShown()353 mProgressContainer.startAnimation(AnimationUtils.loadAnimation( in setListShown()358 mProgressContainer.clearAnimation(); in setListShown()361 mProgressContainer.setVisibility(View.GONE); in setListShown()365 mProgressContainer.startAnimation(AnimationUtils.loadAnimation( in setListShown()370 mProgressContainer.clearAnimation(); in setListShown()373 mProgressContainer.setVisibility(View.VISIBLE); in setListShown()403 mProgressContainer = root.findViewById(com.android.internal.R.id.progressContainer); in ensureList()[all …]
7292 Landroid/app/ListFragment;->mProgressContainer:Landroid/view/View;