Merge "Fix bug preventing pattern bouncer entering half height mode." into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2044a05ad6
@@ -102,7 +102,7 @@ public class KeyguardPatternView extends KeyguardInputView
|
|||||||
|
|
||||||
ConstraintSet cs = new ConstraintSet();
|
ConstraintSet cs = new ConstraintSet();
|
||||||
cs.clone(mContainer);
|
cs.clone(mContainer);
|
||||||
cs.setGuidelinePercent(R.id.pin_pad_top_guideline, posture == DEVICE_POSTURE_HALF_OPENED
|
cs.setGuidelinePercent(R.id.pattern_top_guideline, posture == DEVICE_POSTURE_HALF_OPENED
|
||||||
? halfOpenPercentage : 0.0f);
|
? halfOpenPercentage : 0.0f);
|
||||||
cs.applyTo(mContainer);
|
cs.applyTo(mContainer);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user