Home
last modified time | relevance | path

Searched defs:animateExpandShade (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerEmptyImpl.kt37 override fun animateExpandShade() {} in animateExpandShade() method in com.android.systemui.shade.ShadeControllerEmptyImpl
DBaseShadeControllerImpl.kt43 final override fun animateExpandShade() { in animateExpandShade() method in com.android.systemui.shade.BaseShadeControllerImpl
DShadeController.java90 void animateExpandShade(); in animateExpandShade() method