HomeSort by relevance Sort by last modified time
    Searched refs:mDirectionVector (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 59 int[] mDirectionVector = new int[2];
290 mDirectionVector[0] = 0;
291 mDirectionVector[1] = 0;
296 mDirectionVector[0] = mLeftBorderActive ? -1 : 1;
302 mDirectionVector[1] = mTopBorderActive ? -1 : 1;
308 mDirectionVector, onDismiss)) {
CellLayout.java 158 private int[] mDirectionVector = new int[2];
    [all...]

Completed in 583 milliseconds