Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt66 override fun setAmbientIndicationTop(ambientIndicationTop: Int, ambientTextVisible: Boolean) {}
H A DShadeViewController.kt178 fun setAmbientIndicationTop(ambientIndicationTop: Int, ambientTextVisible: Boolean) regex
H A DNotificationPanelViewController.java3171 public void setAmbientIndicationTop(int ambientIndicationTop, boolean ambientTextVisible) { in setAmbientIndicationTop() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java755 mNotificationPanelViewController.setAmbientIndicationTop( in setBottomPadding()