Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeLogger.kt348 fun flingQs(flingType: Int, isClick: Boolean) { in flingQs()
353 str1 = flingTypeToString(flingType) in flingQs()
360 private fun flingTypeToString(flingType: Int) = when (flingType) { in flingTypeToString()
DQuickSettingsControllerImpl.java2013 int flingType; in flingQsWithCurrentVelocity() local
2015 flingType = FLING_EXPAND; in flingQsWithCurrentVelocity()
2017 flingType = FLING_HIDE; in flingQsWithCurrentVelocity()
2019 flingType = FLING_COLLAPSE; in flingQsWithCurrentVelocity()
2021 flingQs(vel, flingType); in flingQsWithCurrentVelocity()