OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:touchX
(Results
1 - 3
of
3
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java
175
final int
touchX
= mTouchX;
189
if (
touchX
+ scrollX >= x &&
touchX
+ scrollX < x + wordWidth && !scrolled) {
/cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java
[
all
...]
ViewTest.java
625
int
touchX
= vertical ? 95 : thumbLength / 2;
628
EventUtils.generateMouseEvent(
touchX
, touchY, MotionEvent.ACTION_HOVER_ENTER, 0);
[
all
...]
Completed in 1174 milliseconds