HomeSort by relevance Sort by last modified time
    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 139 // We will only use the screen space coordinate (rawX, rawY) to reduce confusion.
144 final float rawY = event.getRawY();
146 final int roundedRawY = Math.round(rawY);
151 mLastTouchY = rawY;
193 (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 145 milliseconds