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

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java133 private final int mTapThreshold; field in class:SlidingDrawer
224 mTapThreshold = (int) (TAP_THRESHOLD * density + 0.5f);
444 if (vertical ? (mExpanded && top < mTapThreshold + mTopOffset) ||
446 mHandleHeight - mTapThreshold) :
447 (mExpanded && left < mTapThreshold + mTopOffset) ||
449 mHandleWidth - mTapThreshold)) {

Completed in 188 milliseconds