Searched refs:mMinDragDistance (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java45 private int mMinDragDistance; field in class:DragDownHelper
61 mMinDragDistance = context.getResources().getDimensionPixelSize(
117 if (mLastHeight > mMinDragDistance) {

Completed in 572 milliseconds