OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDisambiguateSwipe
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java
216
private boolean
mDisambiguateSwipe
;
374
mDisambiguateSwipe
= true;
397
if (
mDisambiguateSwipe
&& endingVelocityX < velocityX / 4) {
404
if (
mDisambiguateSwipe
&& endingVelocityX > velocityX / 4) {
411
if (
mDisambiguateSwipe
&& endingVelocityY > velocityY / 4) {
418
if (
mDisambiguateSwipe
&& endingVelocityY < velocityY / 4) {
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
215
private boolean
mDisambiguateSwipe
;
355
mDisambiguateSwipe
= getResources().getBoolean(
412
if (
mDisambiguateSwipe
&& endingVelocityX < velocityX / 4) {
419
if (
mDisambiguateSwipe
&& endingVelocityX > velocityX / 4) {
426
if (
mDisambiguateSwipe
&& endingVelocityY > velocityY / 4) {
433
if (
mDisambiguateSwipe
&& endingVelocityY < velocityY / 4) {
[
all
...]
Completed in 818 milliseconds