Searched refs:showProgressBar (Results 1 – 7 of 7) sorted by relevance
40 boolean showProgressBar) { in initProgressBar() argument44 if (!showProgressBar) { in initProgressBar()
339 showProgressBar(true); in onRestoreInstanceState()404 private void showProgressBar(boolean show) { in showProgressBar() method in StkMenuActivity455 showProgressBar(true); in sendResponse()474 showProgressBar(false);
223 final boolean showProgressBar = (MetadataDbHelper.STATUS_DOWNLOADING == mStatus); in onBindView()225 status.setVisibility(showProgressBar ? View.INVISIBLE : View.VISIBLE); in onBindView()226 progressBar.setVisibility(showProgressBar ? View.VISIBLE : View.INVISIBLE); in onBindView()
92 mFragmentController.showProgressBar(false); in onStopInternal()112 mFragmentController.showProgressBar(mIsBusy); in updateState()
54 void showProgressBar(boolean visible); in showProgressBar() method
326 public void showProgressBar(boolean visible) { in showProgressBar() method in SettingsFragment
149 showProgressBar(); in onResume()568 showProgressBar(); in onChanged()576 private void showProgressBar() { in showProgressBar() method in SliceFragment