Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java248 final int thisIndex = i; in CellLayout() local
260 Log.d(TAG, "anim " + thisIndex + " update: " + val + in CellLayout()
266 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue(); in CellLayout()
267 CellLayout.this.invalidate(mDragOutlines[thisIndex]); in CellLayout()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java246 final int thisIndex = i; in CellLayout() local
258 Log.d(TAG, "anim " + thisIndex + " update: " + val + in CellLayout()
264 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue(); in CellLayout()
265 CellLayout.this.invalidate(mDragOutlines[thisIndex]); in CellLayout()