Searched refs:mDirectionVector (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 85 private final int[] mDirectionVector = new int[2]; field in AppWidgetResizeFrame 425 mDirectionVector[0] = 0; 426 mDirectionVector[1] = 0; 443 mDirectionVector[0] = mLeftBorderActive ? -1 : 1; 452 mDirectionVector[1] = mTopBorderActive ? -1 : 1; 460 mDirectionVector[0] = mLastDirectionVector[0]; 461 mDirectionVector[1] = mLastDirectionVector[1]; 463 mLastDirectionVector[0] = mDirectionVector[0]; 464 mLastDirectionVector[1] = mDirectionVector[1]; 468 mDirectionVector, onDismiss)) {
|
D | CellLayout.java | 201 public final int[] mDirectionVector = new int[2]; field in CellLayout 2810 itemInfo.minSpanY, itemInfo.spanX, itemInfo.spanY, mDirectionVector, null, in hasReorderSolution()
|
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithm.java | 178 mCellLayout.mDirectionVector); in calculateReorder() 186 minSpanY, spanX, spanY, mCellLayout.mDirectionVector, dragView, true, in calculateReorder()
|