Searched refs:mGlowBG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java54 Drawable mGlowBG; field in class:KeyButtonView
88 mGlowBG = a.getDrawable(R.styleable.KeyButtonView_glowBackground);
89 if (mGlowBG != null) {
104 if (mGlowBG != null) {
109 mGlowBG.setBounds(0, 0, w, h);
110 mGlowBG.setAlpha((int)(mGlowAlpha * 255));
111 mGlowBG.draw(canvas);
118 if (mGlowBG != null) {
124 if (mGlowBG == null) return 0;
129 if (mGlowBG
[all...]

Completed in 72 milliseconds