Remove an unused (and scary) method
Change-Id: I14a545a3e4955a25fde17554156552c755d44e2f
This commit is contained in:
parent
7800a313f1
commit
5d5028f2c5
1 changed files with 0 additions and 5 deletions
|
@ -934,11 +934,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||||
mLastSelectionEnd = newSelEnd;
|
mLastSelectionEnd = newSelEnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setLastSelection(int start, int end) {
|
|
||||||
mLastSelectionStart = start;
|
|
||||||
mLastSelectionEnd = end;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is called when the user has clicked on the extracted text view,
|
* This is called when the user has clicked on the extracted text view,
|
||||||
* when running in fullscreen mode. The default implementation hides
|
* when running in fullscreen mode. The default implementation hides
|
||||||
|
|
Loading…
Reference in a new issue