New PIN unlock screen layout.
Moves "OK" to the right and moves backspace up to beside the text field. Bug: 5255976 Change-Id: I1b97ee108c9f10f11e5feb361810150bd6dbc776
This commit is contained in:
@@ -48,11 +48,11 @@ public class PasswordEntryKeyboardHelper implements OnKeyboardActionListener {
|
||||
private PasswordEntryKeyboard mSymbolsKeyboard;
|
||||
private PasswordEntryKeyboard mSymbolsKeyboardShifted;
|
||||
private PasswordEntryKeyboard mNumericKeyboard;
|
||||
private Context mContext;
|
||||
private View mTargetView;
|
||||
private KeyboardView mKeyboardView;
|
||||
private final Context mContext;
|
||||
private final View mTargetView;
|
||||
private final KeyboardView mKeyboardView;
|
||||
private long[] mVibratePattern;
|
||||
private Vibrator mVibrator;
|
||||
private final Vibrator mVibrator;
|
||||
|
||||
public PasswordEntryKeyboardHelper(Context context, KeyboardView keyboardView, View targetView) {
|
||||
this(context, keyboardView, targetView, true);
|
||||
@@ -228,7 +228,7 @@ public class PasswordEntryKeyboardHelper implements OnKeyboardActionListener {
|
||||
}
|
||||
}
|
||||
|
||||
private void handleBackspace() {
|
||||
public void handleBackspace() {
|
||||
sendDownUpKeyEvents(KeyEvent.KEYCODE_DEL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user