Searched refs:mHorizontalProgressBar (Results 1 – 1 of 1) sorted by relevance
297 private ProgressBar mHorizontalProgressBar; field in PhoneWindow3218 if (mHorizontalProgressBar != null) {3219 return mHorizontalProgressBar;3224 mHorizontalProgressBar = findViewById(R.id.progress_horizontal);3225 if (mHorizontalProgressBar != null) {3226 mHorizontalProgressBar.setVisibility(View.INVISIBLE);3228 return mHorizontalProgressBar;