OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rawY
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuDragHelper.java
121
// We will only use the screen space coordinate (rawX,
rawY
) to reduce confusion.
126
final float
rawY
= event.getRawY();
128
final int roundedRawY = Math.round(
rawY
);
133
mLastTouchY =
rawY
;
166
(
rawY
- getScreenVisibleRect(listView).top) / listView.getHeight();
/frameworks/native/libs/input/
Input.cpp
387
// rawX and
rawY
. So we apply the transformation to the first point
389
// and
rawY
for that point.
394
float
rawY
= getRawY(0);
395
transformPoint(matrix, rawX + oldXOffset,
rawY
+ oldYOffset, &newX, &newY);
397
mYOffset = newY -
rawY
;
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 113 milliseconds