Making current screen background always transparent

Change-Id: I3cc61f85c36f80a71d60228f5f8570758b1b0e3b
This commit is contained in:
Adam Cohen
2010-11-10 16:32:54 -08:00
parent d113e0c4ab
commit ddb821981e
2 changed files with 9 additions and 5 deletions

View File

@@ -839,6 +839,10 @@ public class CellLayout extends ViewGroup implements Dimmable {
mBackgroundAlphaMultiplier = multiplier;
}
public float getBackgroundAlphaMultiplier() {
return mBackgroundAlphaMultiplier;
}
public void setBackgroundAlpha(float alpha) {
mBackgroundAlpha = alpha;
invalidate();