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

  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 623 * @param rawX The raw X.
627 private View findViewForTouch(int rawX, int rawY) {
629 int containerCoordsX = rawX - mContainerRawLocation[0];
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.
554 float rawX = getRawX(0);
556 matrix->mapXY(SkFloatToScalar(rawX + oldXOffset), SkFloatToScalar(rawY + oldYOffset),
560 float newXOffset = newX - rawX;
    [all...]

Completed in 305 milliseconds