Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/
DMultiSelectGridFragment.java50 View mProgressContainer; field in MultiSelectGridFragment
106 mProgressContainer = mGridContainer = null; in onDestroyView()
231 if (mProgressContainer == null) { in setGridShown()
240 mProgressContainer.startAnimation(AnimationUtils.loadAnimation( in setGridShown()
245 mProgressContainer.clearAnimation(); in setGridShown()
248 mProgressContainer.setVisibility(View.GONE); in setGridShown()
252 mProgressContainer.startAnimation(AnimationUtils.loadAnimation( in setGridShown()
257 mProgressContainer.clearAnimation(); in setGridShown()
260 mProgressContainer.setVisibility(View.VISIBLE); in setGridShown()
287 mProgressContainer = root.findViewById(R.id.progressContainer); in ensureGrid()
[all …]