Searched refs:mDragOutlineAlphas (Results 1 – 1 of 1) sorted by relevance
132 @Thunk final float[] mDragOutlineAlphas = new float[mDragOutlines.length]; field in CellLayout290 Arrays.fill(mDragOutlineAlphas, fromAlphaValue); in CellLayout()301 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue(); in CellLayout()560 final float alpha = mDragOutlineAlphas[i]; in visualizeGrid()