Home
last modified time | relevance | path

Searched refs:flingType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeLogger.kt350 fun flingQs(flingType: Int, isClick: Boolean) {
355 str1 = flingTypeToString(flingType)
362 private fun flingTypeToString(flingType: Int) = when (flingType) {
H A DQuickSettingsController.java1989 int flingType; in flingQsWithCurrentVelocity() local
1991 flingType = FLING_EXPAND; in flingQsWithCurrentVelocity()
1993 flingType = FLING_HIDE; in flingQsWithCurrentVelocity()
1995 flingType = FLING_COLLAPSE; in flingQsWithCurrentVelocity()
1997 flingQs(vel, flingType); in flingQsWithCurrentVelocity()