Home
last modified time | relevance | path

Searched refs:RoundView (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DExerciseSessionItemViewBinder.kt25 import com.android.healthconnect.controller.shared.RoundView
58 val mapContainer = view.findViewById<RoundView>(R.id.map_round_view) in bind()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/
DExerciseSessionItemViewBinder.kt25 import com.android.healthconnect.controller.shared.RoundView
60 val mapContainer = view.findViewById<RoundView>(R.id.map_round_view) in bind()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/
DRoundView.kt25 class RoundView class