Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPinningController.kt84 val popupView = getPopupView(view) in showPinningView()
94 fun getPopupView(view: View): TaskbarDividerPopupView<*> { in getPopupView() method
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/taskbar/controllers/
DTaskbarPinningControllerTest.kt135 doReturn(popupView).whenever(pinningController).getPopupView(view) in testShowPinningView_whenShowingPinningView_shouldSetTaskbarWindowFullscreenAndPostRunnableToView()
145 verify(pinningController, times(1)).getPopupView(view) in testShowPinningView_whenShowingPinningView_shouldSetTaskbarWindowFullscreenAndPostRunnableToView()