Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt50 override fun disableHeader(state1: Int, state2: Int, animated: Boolean) {}
H A DShadeViewController.kt125 fun disableHeader(state1: Int, state2: Int, animated: Boolean) regex
H A DNotificationPanelViewController.java3555 public void disableHeader(int state1, int state2, boolean animated) { in disableHeader() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java297 mShadeViewController.disableHeader(state1, state2, animate); in disable()