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