Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java277 float yThreshold = mCellLayout.getCellHeight(); in resizeWidgetIfNeeded() local
280 int vSpanInc = getSpanIncrement((mDeltaY + mDeltaYAddOn) / yThreshold - mRunningVInc); in resizeWidgetIfNeeded()
390 int yThreshold = mCellLayout.getCellHeight(); in onTouchUp() local
393 mDeltaYAddOn = mRunningVInc * yThreshold; in onTouchUp()