Searched refs:getSpanIncrement (Results 1 – 1 of 1) sorted by relevance
365 private static int getSpanIncrement(float deltaFrac) { in getSpanIncrement() method in AppWidgetResizeFrame377 int hSpanInc = getSpanIncrement((mDeltaX + mDeltaXAddOn) / xThreshold - mRunningHInc); in resizeWidgetIfNeeded()378 int vSpanInc = getSpanIncrement((mDeltaY + mDeltaYAddOn) / yThreshold - mRunningVInc); in resizeWidgetIfNeeded()