Searched refs:mHorizontalProgressBar (Results 1 – 1 of 1) sorted by relevance
233 private ProgressBar mHorizontalProgressBar; field in PhoneWindow3027 if (mHorizontalProgressBar != null) {3028 return mHorizontalProgressBar;3033 mHorizontalProgressBar = findViewById(R.id.progress_horizontal);3034 if (mHorizontalProgressBar != null) {3035 mHorizontalProgressBar.setVisibility(View.INVISIBLE);3037 return mHorizontalProgressBar;