Searched refs:flingType (Results 1 – 2 of 2) sorted by relevance
350 fun flingQs(flingType: Int, isClick: Boolean) {355 str1 = flingTypeToString(flingType)362 private fun flingTypeToString(flingType: Int) = when (flingType) {
1989 int flingType; in flingQsWithCurrentVelocity() local1991 flingType = FLING_EXPAND; in flingQsWithCurrentVelocity()1993 flingType = FLING_HIDE; in flingQsWithCurrentVelocity()1995 flingType = FLING_COLLAPSE; in flingQsWithCurrentVelocity()1997 flingQs(vel, flingType); in flingQsWithCurrentVelocity()