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