Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationControllerTest.kt67 whenever(sbWindowController.addViewToWindow(any(), any())).then { in setup()
145 whenever(sbWindowController.addViewToWindow(any(), any())).then { in fullScreenStatusBar_positionsChipAtTop_withTopGravity()
DSystemStatusAnimationSchedulerImplTest.kt105 whenever(statusBarWindowController.addViewToWindow(any(), any())).then { in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java164 public void addViewToWindow(View view, ViewGroup.LayoutParams layoutParams) { in addViewToWindow() method in StatusBarWindowController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt247 statusBarWindowController.addViewToWindow(animationWindowView, lp) in init()