Searched refs:yThreshold (Results 1 – 2 of 2) sorted by relevance
222 int yThreshold = getMeasuredHeight() - getPaddingBottom(); in onInterceptTouchEvent() local223 if (mWorkspace != null && ev.getY() <= yThreshold) { in onInterceptTouchEvent()
439 float yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacePx.y;442 int vSpanInc = getSpanIncrement((mDeltaY + mDeltaYAddOn) / yThreshold - mRunningVInc);528 int yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacePx.y;531 mDeltaYAddOn = mRunningVInc * yThreshold;