Searched refs:mDirectionVector (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 92 private final int[] mDirectionVector = new int[2]; field in AppWidgetResizeFrame 382 mDirectionVector[0] = 0; in resizeWidgetIfNeeded() 383 mDirectionVector[1] = 0; in resizeWidgetIfNeeded() 400 mDirectionVector[0] = mLeftBorderActive ? -1 : 1; in resizeWidgetIfNeeded() 409 mDirectionVector[1] = mTopBorderActive ? -1 : 1; in resizeWidgetIfNeeded() 417 mDirectionVector[0] = mLastDirectionVector[0]; in resizeWidgetIfNeeded() 418 mDirectionVector[1] = mLastDirectionVector[1]; in resizeWidgetIfNeeded() 420 mLastDirectionVector[0] = mDirectionVector[0]; in resizeWidgetIfNeeded() 421 mLastDirectionVector[1] = mDirectionVector[1]; in resizeWidgetIfNeeded() 425 mDirectionVector, onDismiss)) { in resizeWidgetIfNeeded()
|
D | CellLayout.java | 191 private final int[] mDirectionVector = new int[2]; field in CellLayout 2357 mDirectionVector[0] = mPreviousReorderDirection[0]; in performReorder() 2358 mDirectionVector[1] = mPreviousReorderDirection[1]; in performReorder() 2365 getDirectionVectorForDrop(pixelX, pixelY, spanX, spanY, dragView, mDirectionVector); in performReorder() 2366 mPreviousReorderDirection[0] = mDirectionVector[0]; in performReorder() 2367 mPreviousReorderDirection[1] = mDirectionVector[1]; in performReorder() 2372 spanX, spanY, mDirectionVector, dragView, true, new ItemConfiguration()); in performReorder() 2860 itemInfo.minSpanY, itemInfo.spanX, itemInfo.spanY, mDirectionVector, null, in hasReorderSolution()
|