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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppWidgetResizeFrame.java60 int[] mLastDirectionVector = new int[2]; field in class:AppWidgetResizeFrame
317 mDirectionVector[0] = mLastDirectionVector[0];
318 mDirectionVector[1] = mLastDirectionVector[1];
320 mLastDirectionVector[0] = mDirectionVector[0];
321 mLastDirectionVector[1] = mDirectionVector[1];
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java57 int[] mLastDirectionVector = new int[2]; field in class:AppWidgetResizeFrame
314 mDirectionVector[0] = mLastDirectionVector[0];
315 mDirectionVector[1] = mLastDirectionVector[1];
317 mLastDirectionVector[0] = mDirectionVector[0];
318 mLastDirectionVector[1] = mDirectionVector[1];

Completed in 45 milliseconds