Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt105 controller = createAndInitController(view) in setUp()
115 controller = createAndInitController(view) in onViewAttachedAndDrawn_startListeningConfigurationControllerCallback()
132 controller = createAndInitController(view) in onViewAttachedAndDrawn_moveFromCenterAnimationEnabled_moveFromCenterAnimationInitialized()
149 controller = createAndInitController(view) in onViewAttachedAndDrawn_statusBarAnimationDisabled_animationNotInitialized()
241 controller = createAndInitController(view) in shadeIsExpandedOnStatusIconMouseClick()
254 controller = createAndInitController(view) in statusIconContainerIsNotHandlingTouchScreenTouches()
273 controller = createAndInitController(view) in shadeIsNotExpandedOnStatusBarGeneralClick()
293 private fun createAndInitController(view: PhoneStatusBarView): PhoneStatusBarViewController { in createAndInitController() method