Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java256 final int thisIndex = i; in CellLayout() local
266 Log.d(TAG, "anim " + thisIndex + " update: " + val + in CellLayout()
272 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue(); in CellLayout()
273 CellLayout.this.invalidate(mDragOutlines[thisIndex]); in CellLayout()