Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java68 private final int[] mDirectionVector = new int[2]; field in AppWidgetResizeFrame
290 mDirectionVector[0] = 0; in resizeWidgetIfNeeded()
291 mDirectionVector[1] = 0; in resizeWidgetIfNeeded()
308 mDirectionVector[0] = mLeftBorderActive ? -1 : 1; in resizeWidgetIfNeeded()
317 mDirectionVector[1] = mTopBorderActive ? -1 : 1; in resizeWidgetIfNeeded()
325 mDirectionVector[0] = mLastDirectionVector[0]; in resizeWidgetIfNeeded()
326 mDirectionVector[1] = mLastDirectionVector[1]; in resizeWidgetIfNeeded()
328 mLastDirectionVector[0] = mDirectionVector[0]; in resizeWidgetIfNeeded()
329 mLastDirectionVector[1] = mDirectionVector[1]; in resizeWidgetIfNeeded()
333 mDirectionVector, onDismiss)) { in resizeWidgetIfNeeded()
DCellLayout.java176 private final int[] mDirectionVector = new int[2]; field in CellLayout
2277 mDirectionVector[0] = mPreviousReorderDirection[0]; in performReorder()
2278 mDirectionVector[1] = mPreviousReorderDirection[1]; in performReorder()
2285 getDirectionVectorForDrop(pixelX, pixelY, spanX, spanY, dragView, mDirectionVector); in performReorder()
2286 mPreviousReorderDirection[0] = mDirectionVector[0]; in performReorder()
2287 mPreviousReorderDirection[1] = mDirectionVector[1]; in performReorder()
2292 spanX, spanY, mDirectionVector, dragView, true, new ItemConfiguration()); in performReorder()
2758 itemInfo.minSpanY, itemInfo.spanX, itemInfo.spanY, mDirectionVector, null, in hasReorderSolution()