Searched refs:mHorizontalProgressBar (Results 1 – 1 of 1) sorted by relevance
261 private ProgressBar mHorizontalProgressBar; field in PhoneWindow3105 if (mHorizontalProgressBar != null) {3106 return mHorizontalProgressBar;3111 mHorizontalProgressBar = findViewById(R.id.progress_horizontal);3112 if (mHorizontalProgressBar != null) {3113 mHorizontalProgressBar.setVisibility(View.INVISIBLE);3115 return mHorizontalProgressBar;