Searched defs:spinnyProgressBar (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1597 private void showProgressBars(ProgressBar horizontalProgressBar, ProgressBar spinnyProgressBar) { argument
1600 spinnyProgressBar != null && spinnyProgressBar.getVisibility() == View.INVISIBLE) {
1601 spinnyProgressBar.setVisibility(View.VISIBLE);
1610 private void hideProgressBars(ProgressBar horizontalProgressBar, ProgressBar spinnyProgressBar) { argument
1615 spinnyProgressBar != null &&
1616 spinnyProgressBar.getVisibility() == View.VISIBLE) {
1617 spinnyProgressBar.startAnimation(anim);
1618 spinnyProgressBar.setVisibility(View.INVISIBLE);

Completed in 41 milliseconds