Home
last modified time | relevance | path

Searched refs:mDisambiguateSwipe (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java216 private boolean mDisambiguateSwipe; field in KeyboardView
374 mDisambiguateSwipe = true; in KeyboardView()
397 if (mDisambiguateSwipe && endingVelocityX < velocityX / 4) { in initGestureDetector()
404 if (mDisambiguateSwipe && endingVelocityX > velocityX / 4) { in initGestureDetector()
411 if (mDisambiguateSwipe && endingVelocityY > velocityY / 4) { in initGestureDetector()
418 if (mDisambiguateSwipe && endingVelocityY < velocityY / 4) { in initGestureDetector()