Longer long-press timeout in sliding input
Change-Id: Id74bddef4837ee46569775ce54f54d5535cfa463main
parent
2912c654b4
commit
5797cefca6
|
@ -509,7 +509,7 @@ public class PointerTracker {
|
||||||
return;
|
return;
|
||||||
} else if (mKeyboardSwitcher.isInMomentaryAutoModeSwitchState()) {
|
} else if (mKeyboardSwitcher.isInMomentaryAutoModeSwitchState()) {
|
||||||
// We use longer timeout for sliding finger input started from the symbols mode key.
|
// We use longer timeout for sliding finger input started from the symbols mode key.
|
||||||
mHandler.startLongPressTimer(mLongPressKeyTimeout * 2, keyIndex, this);
|
mHandler.startLongPressTimer(mLongPressKeyTimeout * 3, keyIndex, this);
|
||||||
} else {
|
} else {
|
||||||
mHandler.startLongPressTimer(mLongPressKeyTimeout, keyIndex, this);
|
mHandler.startLongPressTimer(mLongPressKeyTimeout, keyIndex, this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue