Home
last modified time | relevance | path

Searched refs:yThreshold (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java142 int yThreshold = getMeasuredHeight() - getPaddingBottom(); in onInterceptTouchEvent() local
143 if (mWorkspace != null && ev.getY() <= yThreshold) { in onInterceptTouchEvent()
DAppWidgetResizeFrame.java375 float yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacingPx; in resizeWidgetIfNeeded() local
378 int vSpanInc = getSpanIncrement((mDeltaY + mDeltaYAddOn) / yThreshold - mRunningVInc); in resizeWidgetIfNeeded()
461 int yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacingPx; in onTouchUp() local
464 mDeltaYAddOn = mRunningVInc * yThreshold; in onTouchUp()