Searched refs:mBackgroundAlphaMultiplier (Results 1 – 1 of 1) sorted by relevance
98 private float mBackgroundAlphaMultiplier = 1.0f; field in CellLayout443 bg.setAlpha((int) (mBackgroundAlpha * mBackgroundAlphaMultiplier * 255)); in onDraw()1060 if (mBackgroundAlphaMultiplier != multiplier) { in setBackgroundAlphaMultiplier()1061 mBackgroundAlphaMultiplier = multiplier; in setBackgroundAlphaMultiplier()1067 return mBackgroundAlphaMultiplier; in getBackgroundAlphaMultiplier()