Home | History | Annotate | Download | only in launcher3

Lines Matching refs:thisIndex

248             final int thisIndex = i;
260 Log.d(TAG, "anim " + thisIndex + " update: " + val +
266 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue();
267 CellLayout.this.invalidate(mDragOutlines[thisIndex]);