Home
last modified time | relevance | path

Searched refs:PerformanceTestingLinearLayout (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/
DPerformanceTestingFragment.kt13 import com.android.healthconnect.testapps.toolbox.ui.PerformanceTestingLinearLayout in <lambda>()
97 val performanceTestingLinearLayout = PerformanceTestingLinearLayout(requireContext()) in <lambda>()
131 val performanceTestingLinearLayout = PerformanceTestingLinearLayout(requireContext()) in <lambda>()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DPerformanceTestingLinearLayout.kt9 class PerformanceTestingLinearLayout(context: Context) : LinearLayout(context) { class