OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSwipeTracker
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java
214
private SwipeTracker
mSwipeTracker
= new SwipeTracker();
392
mSwipeTracker
.computeCurrentVelocity(1000);
393
final float endingVelocityX =
mSwipeTracker
.getXVelocity();
394
final float endingVelocityY =
mSwipeTracker
.getYVelocity();
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
213
private SwipeTracker
mSwipeTracker
= new SwipeTracker();
407
mSwipeTracker
.computeCurrentVelocity(1000);
408
final float endingVelocityX =
mSwipeTracker
.getXVelocity();
409
final float endingVelocityY =
mSwipeTracker
.getYVelocity();
[
all
...]
Completed in 45 milliseconds