Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java183 mStatusBarKeyguardViewManager.setTaskbarDelegate(this); in TaskbarDelegate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManagerTest.java679 mStatusBarKeyguardViewManager.setTaskbarDelegate(mTaskbarDelegate); in testHideTaskbar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java606 public void setTaskbarDelegate(TaskbarDelegate taskbarDelegate) { in setTaskbarDelegate() method in StatusBarKeyguardViewManager