Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mDragOutlines

117     @Thunk Rect[] mDragOutlines = new Rect[4];
118 @Thunk float[] mDragOutlineAlphas = new float[mDragOutlines.length];
120 new InterruptibleInOutAnimator[mDragOutlines.length];
221 for (int i = 0; i < mDragOutlines.length; i++) {
222 mDragOutlines[i] = new Rect(-1, -1, -1, -1);
258 CellLayout.this.invalidate(mDragOutlines[thisIndex]);
443 for (int i = 0; i < mDragOutlines.length; i++) {
446 final Rect r = mDragOutlines[i];
1069 mDragOutlineCurrent = (oldIndex + 1) % mDragOutlines.length;
1070 Rect r = mDragOutlines[mDragOutlineCurrent];