Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewTest.kt25 private val statusViewContainer: ViewGroup constant in com.android.keyguard.KeyguardStatusViewTest
28 get() = statusViewContainer.children.filter { it != mediaView } in <lambda>()
54 statusViewContainer.children.forEach { assertThat(it.translationY).isEqualTo(translationY) } in setChildrenTranslationYIncludeMediaView()