Searched defs:SWIPED_FAR_ENOUGH_SIZE_FRACTION (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java61 public static final float SWIPED_FAR_ENOUGH_SIZE_FRACTION = 0.6f; field in class:SwipeHelper
672 && Math.abs(translation) > SWIPED_FAR_ENOUGH_SIZE_FRACTION * getSize(mCurrView);

Completed in 59 milliseconds