Searched refs:flingType (Results 1 – 2 of 2) sorted by relevance
348 fun flingQs(flingType: Int, isClick: Boolean) { in flingQs()353 str1 = flingTypeToString(flingType) in flingQs()360 private fun flingTypeToString(flingType: Int) = when (flingType) { in flingTypeToString()
2013 int flingType; in flingQsWithCurrentVelocity() local2015 flingType = FLING_EXPAND; in flingQsWithCurrentVelocity()2017 flingType = FLING_HIDE; in flingQsWithCurrentVelocity()2019 flingType = FLING_COLLAPSE; in flingQsWithCurrentVelocity()2021 flingQs(vel, flingType); in flingQsWithCurrentVelocity()