Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarManager.java379 addTaskbarRootViewToWindow(); in onUserUnlocked()
485 addTaskbarRootViewToWindow(); in recreateTaskbar()
615 void addTaskbarRootViewToWindow() { in addTaskbarRootViewToWindow() method in TaskbarManager
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DTaskbarUnitTestRule.kt126 launcherTaskbarManager?.addTaskbarRootViewToWindow() in apply()