am 6fbd4829: Merge "Work around nested SaveLayerAlpha bug" into klp-dev

* commit '6fbd4829a9614f0d6c668cd5ccba6cabdaeb81a0':
  Work around nested SaveLayerAlpha bug
This commit is contained in:
Chris Craik
2013-11-05 18:23:00 -08:00
committed by Android Git Automerger

View File

@@ -177,6 +177,7 @@ class KeyguardMessageArea extends TextView {
public KeyguardMessageArea(Context context, AttributeSet attrs) {
super(context, attrs);
setLayerType(LAYER_TYPE_HARDWARE, null); // work around nested unclipped SaveLayer bug
mLockPatternUtils = new LockPatternUtils(context);