am b52edca1: am 83b3cf56: Merge "Corresponding to TBR of Id2b0b974" into gingerbread
Merge commit 'b52edca15df778372e52986bc4f379d1b625a14a' * commit 'b52edca15df778372e52986bc4f379d1b625a14a': Corresponding to TBR of Id2b0b974main
commit
ac64a5c3ed
|
@ -35,8 +35,8 @@ class ProximityKeyDetector extends KeyDetector {
|
|||
|
||||
@Override
|
||||
public int getKeyIndexAndNearbyCodes(int x, int y, int[] allKeys) {
|
||||
int touchX = getTouchX(x);
|
||||
int touchY = getTouchY(y);
|
||||
final int touchX = getTouchX(x);
|
||||
final int touchY = getTouchY(y);
|
||||
final Key[] keys = mKeys;
|
||||
if (keys == null)
|
||||
throw new IllegalStateException("keyboard isn't set");
|
||||
|
|
Loading…
Reference in New Issue