OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:absoluteY
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestTouchUtils.java
69
int
absoluteY
= location[1];
70
singleClick(instrumentation, absoluteX,
absoluteY
);
105
int
absoluteY
= location[1];
108
sendAction(instrumentation, MotionEvent.ACTION_DOWN, downTime, absoluteX,
absoluteY
);
110
sendAction(instrumentation, MotionEvent.ACTION_UP, downTime, absoluteX,
absoluteY
);
TouchCommon.java
117
int
absoluteY
= location[1];
118
singleClick(absoluteX,
absoluteY
);
189
int
absoluteY
= location[1];
190
longPress(absoluteX,
absoluteY
);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
579
int
absoluteY
= Math.round(y) + (WIDE ? 0 : mScrollPosition);
582
absoluteY
-= mVerticalPadding.get();
584
if (absoluteX < 0 ||
absoluteY
< 0) {
589
int rowIdx =
absoluteY
/ (mSlotHeight + mSlotGap);
603
if (
absoluteY
% (mSlotHeight + mSlotGap) >= mSlotHeight) {
Completed in 49 milliseconds