Home
last modified time | relevance | path

Searched defs:statusContainer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt243 val statusContainer = view.requireViewById<View>(R.id.system_icons) in shadeIsExpandedOnStatusIconMouseClick() constant
256 val statusContainer = view.requireViewById<View>(R.id.system_icons) in statusIconContainerIsNotHandlingTouchScreenTouches() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt72 private lateinit var statusContainer: View in <lambda>() variable