Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java139 @Thunk final CellLayoutLayoutParams[] mDragOutlines = new CellLayoutLayoutParams[4]; field in CellLayout
140 @Thunk final float[] mDragOutlineAlphas = new float[mDragOutlines.length];
142 new InterruptibleInOutAnimator[mDragOutlines.length];
274 for (int i = 0; i < mDragOutlines.length; i++) { in CellLayout()
275 mDragOutlines[i] = new CellLayoutLayoutParams(0, 0, 0, 0); in CellLayout()
622 for (int i = 0; i < mDragOutlines.length; i++) { in visualizeGrid()
625 CellLayoutLayoutParams params = mDragOutlines[i]; in visualizeGrid()
1161 mDragOutlineCurrent = (oldIndex + 1) % mDragOutlines.length; in visualizeDropLocation()
1163 CellLayoutLayoutParams cell = mDragOutlines[mDragOutlineCurrent]; in visualizeDropLocation()