Home
last modified time | relevance | path

Searched refs:mProgressAnimation (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/privacy/
DPrivacyDashboardFragment.java51 View mProgressAnimation; field in PrivacyDashboardFragment
94 mProgressAnimation = mProgressHeader.findViewById(R.id.progress_bar_animation); in initLoadingBar()
100 if (mProgressHeader != null && mProgressAnimation != null) { in setLoadingEnabled()
102 mProgressAnimation.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE); in setLoadingEnabled()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/privacy/
DPrivacyDashboardFragment.java51 View mProgressAnimation; field in PrivacyDashboardFragment
94 mProgressAnimation = mProgressHeader.findViewById(R.id.progress_bar_animation); in initLoadingBar()
100 if (mProgressHeader != null && mProgressAnimation != null) { in setLoadingEnabled()
102 mProgressAnimation.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE); in setLoadingEnabled()
/packages/apps/Settings/src/com/android/settings/applications/
DAppAndNotificationDashboardFragment.java48 private View mProgressAnimation; field in AppAndNotificationDashboardFragment
96 mProgressAnimation = mProgressHeader.findViewById(R.id.progress_bar_animation); in onViewCreated()
121 if (mProgressHeader != null && mProgressAnimation != null) { in setLoadingEnabled()
123 mProgressAnimation.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE); in setLoadingEnabled()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppAndNotificationDashboardFragment.java48 private View mProgressAnimation; field in AppAndNotificationDashboardFragment
96 mProgressAnimation = mProgressHeader.findViewById(R.id.progress_bar_animation); in onViewCreated()
121 if (mProgressHeader != null && mProgressAnimation != null) { in setLoadingEnabled()
123 mProgressAnimation.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE); in setLoadingEnabled()
/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/
DPrivacyDashboardFragmentTest.java101 assertThat(mFragment.mProgressAnimation.getVisibility()).isEqualTo(View.VISIBLE); in updateLinearProgressbar_isVisible_shouldShowProgressBar()
109 assertThat(mFragment.mProgressAnimation.getVisibility()).isEqualTo(View.INVISIBLE); in updateLinearProgressbar_isInVisible_shouldHideProgressBar()