Searched defs:mFooterContent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java83 private View mFooterContent; field in class:ManageCachePage
225 layout.addView(mFooterContent);
267 layout.addView(mFooterContent);
320 mFooterContent = inflater.inflate(R.layout.manage_offline_bar, null);
322 mFooterContent.findViewById(R.id.done).setOnClickListener(this);
365 ProgressBar progressBar = (ProgressBar) mFooterContent.findViewById(R.id.progress);
366 TextView status = (TextView) mFooterContent.findViewById(R.id.status);

Completed in 34 milliseconds