Searched refs:mDirectionVector (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 62 private final int[] mDirectionVector = new int[2]; field in AppWidgetResizeFrame 284 mDirectionVector[0] = 0; in resizeWidgetIfNeeded() 285 mDirectionVector[1] = 0; in resizeWidgetIfNeeded() 302 mDirectionVector[0] = mLeftBorderActive ? -1 : 1; in resizeWidgetIfNeeded() 311 mDirectionVector[1] = mTopBorderActive ? -1 : 1; in resizeWidgetIfNeeded() 319 mDirectionVector[0] = mLastDirectionVector[0]; in resizeWidgetIfNeeded() 320 mDirectionVector[1] = mLastDirectionVector[1]; in resizeWidgetIfNeeded() 322 mLastDirectionVector[0] = mDirectionVector[0]; in resizeWidgetIfNeeded() 323 mLastDirectionVector[1] = mDirectionVector[1]; in resizeWidgetIfNeeded() 327 mDirectionVector, onDismiss)) { in resizeWidgetIfNeeded()
|
D | CellLayout.java | 176 private final int[] mDirectionVector = new int[2]; field in CellLayout 2294 mDirectionVector[0] = mPreviousReorderDirection[0]; in performReorder() 2295 mDirectionVector[1] = mPreviousReorderDirection[1]; in performReorder() 2302 getDirectionVectorForDrop(pixelX, pixelY, spanX, spanY, dragView, mDirectionVector); in performReorder() 2303 mPreviousReorderDirection[0] = mDirectionVector[0]; in performReorder() 2304 mPreviousReorderDirection[1] = mDirectionVector[1]; in performReorder() 2309 spanX, spanY, mDirectionVector, dragView, true, new ItemConfiguration()); in performReorder() 2757 itemInfo.minSpanY, itemInfo.spanX, itemInfo.spanY, mDirectionVector, null, in hasReorderSolution()
|