Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationsQSContainerControllerTest.kt447 container.addView(newViewWithId(1))
448 container.addView(newViewWithId(View.NO_ID))
583 private fun newViewWithId(id: Int): View { regex
H A DNotificationsQSContainerControllerLegacyTest.kt464 container.addView(newViewWithId(1))
465 container.addView(newViewWithId(View.NO_ID))
600 private fun newViewWithId(id: Int): View { regex