Searched refs:canAnimate (Results 1 – 1 of 1) sorted by relevance
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/ |
D | HealthPreferenceFragment.kt | 118 val canAnimate = view != null in setError() constant 119 setViewShown(preferenceContainer, !hasError, canAnimate) in setError() 120 setViewShown(loadingView, !hasError, canAnimate) in setError() 121 setViewShown(errorView, hasError, canAnimate) in setError() 130 val canAnimate = animate && view != null in setLoading() constant 131 setViewShown(preferenceContainer, !loading, canAnimate) in setLoading() 133 setViewShown(loadingView, loading, canAnimate) in setLoading()
|