Searched refs:canExpand (Results 1 – 2 of 2) sorted by relevance
217 val canExpand = moveDistance > 0 && velocityTracker!!.getYVelocity() > -1000 && in <lambda>() constant219 if (!falsingManager.isUnlockingDisabled && !isFalseTouch && canExpand) { in <lambda>()
2318 boolean canExpand = isExpansionEnabled(); in flingTopOverscroll()2319 flingQs(!canExpand && open ? 0f : velocity, in flingTopOverscroll()2320 open && canExpand ? FLING_EXPAND : FLING_COLLAPSE, () -> { in flingTopOverscroll()