Searched refs:mFooterContent (Results 1 – 1 of 1) sorted by relevance
83 private View mFooterContent; field in ManageCachePage225 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()