Home
last modified time | relevance | path

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

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