Searched refs:mDirectionVector (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 88 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)) {
|
D | CellLayout.java | 198 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/ |
D | ReorderAlgorithm.java | 58 return findReorderSolution(reorderParameters, mCellLayout.mDirectionVector, decX); in findReorderSolution() 481 getDirectionVectorForDrop(reorderParameters, mCellLayout.mDirectionVector); in calculateReorder()
|