Searched refs:mHorizontalProgressBar (Results 1 – 1 of 1) sorted by relevance
218 private ProgressBar mHorizontalProgressBar; field in PhoneWindow2985 if (mHorizontalProgressBar != null) {2986 return mHorizontalProgressBar;2991 mHorizontalProgressBar = findViewById(R.id.progress_horizontal);2992 if (mHorizontalProgressBar != null) {2993 mHorizontalProgressBar.setVisibility(View.INVISIBLE);2995 return mHorizontalProgressBar;