Searched refs:SWIPED_FAR_ENOUGH_SIZE_FRACTION (Results 1 – 2 of 2) sorted by relevance
62 public static final float SWIPED_FAR_ENOUGH_SIZE_FRACTION = 0.6f; field in SwipeHelper664 && Math.abs(translation) > SWIPED_FAR_ENOUGH_SIZE_FRACTION * getSize(mCurrView); in swipedFarEnough()
19 import static com.android.systemui.SwipeHelper.SWIPED_FAR_ENOUGH_SIZE_FRACTION;343 final float targetRight = mParent.getWidth() * SWIPED_FAR_ENOUGH_SIZE_FRACTION; in handleUpEvent()