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

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 71 static float scoreTouchTarget(IntPoint touchPoint, int padding, IntRect boundingBox)
79 IntSize distance = boundingBox.differenceToPoint(touchPoint);
97 IntPoint touchPoint = touchBox.center();
98 IntPoint contentsPoint = mainFrame->view()->windowToContents(touchPoint);
134 targetData.score = scoreTouchTarget(touchPoint, touchPointPadding, targetData.windowBoundingBox);
TouchAdjustment.cpp 385 bool snapTo(const SubtargetGeometry& geom, const IntPoint& touchPoint, const IntRect& touchArea, IntPoint& adjustedPoint)
394 if (bounds.contains(touchPoint)) {
395 adjustedPoint = touchPoint;
418 if (quad.containsPoint(touchPoint)) {
419 adjustedPoint = touchPoint;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
CropView.java 145 float[] touchPoint = {
148 mDisplayMatrixInverse.mapPoints(touchPoint);
149 x = touchPoint[0];
150 y = touchPoint[1];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 146 float[] touchPoint = {
149 mDisplayMatrixInverse.mapPoints(touchPoint);
150 x = touchPoint[0];
151 y = touchPoint[1];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 113 float[] touchPoint = {
116 mDisplayMatrixInverse.mapPoints(touchPoint);
117 x = touchPoint[0];
118 y = touchPoint[1];

Completed in 132 milliseconds