Searched refs:mDragOutlineAlphas (Results 1 – 2 of 2) sorted by relevance
119 @Thunk float[] mDragOutlineAlphas = new float[mDragOutlines.length]; field in CellLayout231 Arrays.fill(mDragOutlineAlphas, fromAlphaValue); in CellLayout()253 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue(); in CellLayout()470 final float alpha = mDragOutlineAlphas[i]; in onDraw()
116 private float[] mDragOutlineAlphas = new float[mDragOutlines.length]; field in CellLayout240 Arrays.fill(mDragOutlineAlphas, fromAlphaValue); in CellLayout()264 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue(); in CellLayout()450 final float alpha = mDragOutlineAlphas[i]; in onDraw()