Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java60 int[] mLastDirectionVector = new int[2]; field in AppWidgetResizeFrame
317 mDirectionVector[0] = mLastDirectionVector[0]; in resizeWidgetIfNeeded()
318 mDirectionVector[1] = mLastDirectionVector[1]; in resizeWidgetIfNeeded()
320 mLastDirectionVector[0] = mDirectionVector[0]; in resizeWidgetIfNeeded()
321 mLastDirectionVector[1] = mDirectionVector[1]; in resizeWidgetIfNeeded()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java57 private final int[] mLastDirectionVector = new int[2]; field in AppWidgetResizeFrame
286 mDirectionVector[0] = mLastDirectionVector[0]; in resizeWidgetIfNeeded()
287 mDirectionVector[1] = mLastDirectionVector[1]; in resizeWidgetIfNeeded()
289 mLastDirectionVector[0] = mDirectionVector[0]; in resizeWidgetIfNeeded()
290 mLastDirectionVector[1] = mDirectionVector[1]; in resizeWidgetIfNeeded()