Searched refs:canExpand (Results 1 – 2 of 2) sorted by relevance
212 val canExpand = moveDistance > 0 && velocityTracker!!.getYVelocity() > -1000 && regex214 if (!falsingManager.isUnlockingDisabled && !isFalseTouch && canExpand) {
4133 boolean canExpand = isQsExpansionEnabled(); in flingTopOverscroll()4134 flingSettings(!canExpand && open ? 0f : velocity, in flingTopOverscroll()4135 open && canExpand ? FLING_EXPAND : FLING_COLLAPSE, () -> { in flingTopOverscroll()