Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java88 private final int[] mDirectionVector = new int[2]; field in AppWidgetResizeFrame
446 mDirectionVector[0] = 0;
447 mDirectionVector[1] = 0;
464 mDirectionVector[0] = mLeftBorderActive ? -1 : 1;
473 mDirectionVector[1] = mTopBorderActive ? -1 : 1;
481 mDirectionVector[0] = mLastDirectionVector[0];
482 mDirectionVector[1] = mLastDirectionVector[1];
484 mLastDirectionVector[0] = mDirectionVector[0];
485 mLastDirectionVector[1] = mDirectionVector[1];
492 cellX, cellY, spanX, spanY, mWidgetView, mDirectionVector, onDismiss)) {
DCellLayout.java198 public final int[] mDirectionVector = new int[2]; field in CellLayout
1566 int[] directionVector = direction != null ? direction : mDirectionVector; in findReorderSolution()
1890 itemInfo.minSpanY, itemInfo.spanX, itemInfo.spanY, mDirectionVector, null, in hasReorderSolution()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java58 return findReorderSolution(reorderParameters, mCellLayout.mDirectionVector, decX); in findReorderSolution()
481 getDirectionVectorForDrop(reorderParameters, mCellLayout.mDirectionVector); in calculateReorder()