Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerEmptyImpl.kt36 override fun collapseWithDuration(animationDuration: Int) {} in collapseWithDuration() method in com.android.systemui.shade.ShadeControllerEmptyImpl
DShadeController.java87 void collapseWithDuration(int animationDuration); in collapseWithDuration() method
DShadeControllerSceneImpl.kt128 override fun collapseWithDuration(animationDuration: Int) { in <lambda>() method
DShadeControllerImpl.java148 public void collapseWithDuration(int animationDuration) { in collapseWithDuration() method in ShadeControllerImpl