OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:touchPoint
(Results
1 - 5
of
5
) 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);
/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];
/external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp
[
all
...]
Completed in 636 milliseconds