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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewManager.java157 private Drawable mCustomBackground; field in class:KeyguardViewManager.ViewManagerHost
163 if (mCustomBackground != null) {
164 final Rect bounds = mCustomBackground.getBounds();
171 mCustomBackground.draw(canvas);
198 mCustomBackground = d;
207 if (mCustomBackground == null) return; // Nothing to do
210 final int bgWidth = mCustomBackground.getIntrinsicWidth();
211 final int bgHeight = mCustomBackground.getIntrinsicHeight();
219 mCustomBackground.setBounds(0, 0, (int) (vHeight * bgAspect), vHeight);
221 mCustomBackground
[all...]

Completed in 302 milliseconds