Searched refs:mHorizontalProgressBar (Results 1 – 1 of 1) sorted by relevance
255 private ProgressBar mHorizontalProgressBar; field in PhoneWindow3026 if (mHorizontalProgressBar != null) {3027 return mHorizontalProgressBar;3032 mHorizontalProgressBar = findViewById(R.id.progress_horizontal);3033 if (mHorizontalProgressBar != null) {3034 mHorizontalProgressBar.setVisibility(View.INVISIBLE);3036 return mHorizontalProgressBar;