Searched refs:mHorizontalProgressBar (Results 1 – 1 of 1) sorted by relevance
259 private ProgressBar mHorizontalProgressBar; field in PhoneWindow3060 if (mHorizontalProgressBar != null) {3061 return mHorizontalProgressBar;3066 mHorizontalProgressBar = findViewById(R.id.progress_horizontal);3067 if (mHorizontalProgressBar != null) {3068 mHorizontalProgressBar.setVisibility(View.INVISIBLE);3070 return mHorizontalProgressBar;