Home
last modified time | relevance | path

Searched defs:setQsExpanded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.kt44 fun setQsExpanded(expanded: Boolean) in stop() method
DLightBarControllerImpl.java303 public void setQsExpanded(boolean expanded) { in setQsExpanded() method in LightBarControllerImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/domain/interactor/
DKeyguardBypassInteractorTest.kt169 private fun setQsExpanded(qsExpanded: Boolean) { in setQsExpanded() method in com.android.systemui.statusbar.phone.domain.interactor.KeyguardBypassInteractorTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.kt965 private fun setQsExpanded(isExpanded: Boolean) { in <lambda>() method