HomeSort by relevance Sort by last modified time
    Searched refs:rawY (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 624 * @param rawY The raw Y.
627 private View findViewForTouch(int rawX, int rawY) {
630 int containerCoordsY = rawY - mContainerRawLocation[1];
TextView.java     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/libs/ui/
Input.cpp 551 // rawX and rawY. So we apply the transformation to the first point
552 // then derive an appropriate new X/Y offset that will preserve rawX and rawY.
555 float rawY = getRawY(0);
556 matrix->mapXY(SkFloatToScalar(rawX + oldXOffset), SkFloatToScalar(rawY + oldYOffset),
561 float newYOffset = newY - rawY;
    [all...]

Completed in 489 milliseconds