Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java297 int hSpanDelta = mTempRange1.applyDeltaAndBound(mLeftBorderActive, mRightBorderActive, in resizeWidgetIfNeeded()
306 int vSpanDelta = mTempRange1.applyDeltaAndBound(mTopBorderActive, mBottomBorderActive, in resizeWidgetIfNeeded()
590 public int applyDeltaAndBound(boolean moveStart, boolean moveEnd, int delta, in applyDeltaAndBound() method in AppWidgetResizeFrame.IntRange