HomeSort by relevance Sort by last modified time
    Searched full:touchpoint (Results 1 - 25 of 25) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/webkit/Source/WebCore/platform/qt/
PlatformTouchPointQt.cpp 30 PlatformTouchPoint::PlatformTouchPoint(const QTouchEvent::TouchPoint& point)
32 // The QTouchEvent::TouchPoint API states that ids will be >= 0.
PlatformTouchEventQt.cpp 38 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
WebViewEventSender.java 35 mTouchPoints = new Vector<TouchPoint>();
208 TouchPoint tp = mTouchPoints.get(i);
253 TouchPoint tp = mTouchPoints.get(i);
272 TouchPoint tp = mTouchPoints.get(i);
295 TouchPoint tp = mTouchPoints.get(id);
312 mTouchPoints.add(new TouchPoint(id, contentsToWindowX(x), contentsToWindowY(y)));
316 TouchPoint tp = mTouchPoints.get(i);
343 TouchPoint tp = mTouchPoints.get(id);
371 private class TouchPoint {
380 public TouchPoint(int id, int x, int y)
    [all...]
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events.js 94 debug("First touchpoint moved");
98 debug("First touchpoint is released");
102 debug("Last remaining touchpoint is released");
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp 504 QTouchEvent::TouchPoint touchPoint;
505 touchPoint.setState(Qt::TouchPointMoved);
508 touchPoint.setState(Qt::TouchPointPressed);
510 touchPoint.setState(Qt::TouchPointReleased);
512 touchPoint.setId(0);
513 touchPoint.setScreenPos(ev->globalPos());
514 touchPoint.setPos(ev->pos());
515 touchPoint.setPressure(1);
519 m_touchPoints[0] = touchPoint;
    [all...]
launcherwindow.h 238 QList<QTouchEvent::TouchPoint> m_touchPoints;
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSenderImpl.java 80 public static class TouchPoint {
88 public TouchPoint(int id, Point point) {
143 private List<TouchPoint> mTouchPoints;
222 new TouchPoint(id, createViewPointFromContentCoordinates(msg.arg1, msg.arg2)));
240 Log.w(LOG_TAG + "::MSG_UPDATE_TOUCH_POINT", "TouchPoint out of bounds: "
265 Log.w(LOG_TAG + "::MSG_RELEASE_TOUCH_POINT", "TouchPoint out of bounds: "
286 Log.w(LOG_TAG + "::MSG_RELEASE_TOUCH_POINT", "TouchPoint out of bounds: "
446 private List<TouchPoint> getTouchPoints() {
448 mTouchPoints = new LinkedList<TouchPoint>();
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 844 WebTouchPoint touchPoint;
845 touchPoint.state = WebTouchPoint::StatePressed;
846 touchPoint.position = WebPoint(arguments[0].toInt32(), arguments[1].toInt32());
847 touchPoint.screenPosition = touchPoint.position;
848 touchPoint.id = touchPoints.size();
849 touchPoints.append(touchPoint);
865 WebTouchPoint* touchPoint = &touchPoints[index];
866 touchPoint->state = WebTouchPoint::StateReleased;
898 WebTouchPoint* touchPoint = &touchPoints[index]
    [all...]
  /external/webkit/Source/WebCore/platform/
PlatformTouchPoint.h 48 PlatformTouchPoint(const QTouchEvent::TouchPoint&);
  /external/webkit/LayoutTests/fast/events/touch/
basic-multi-touch-events-expected.txt 44 First touchpoint moved
66 First touchpoint is released
88 Last remaining touchpoint is released
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 244 // set each touchPoint
247 evt.data.multiTouch.touchPoint = new TouchPoint[pointerCount];
254 evt.data.multiTouch.touchPoint[x].id = touch->identifier();
255 evt.data.multiTouch.touchPoint[x].x = localPos.x();
256 evt.data.multiTouch.touchPoint[x].y = localPos.y();
257 evt.data.multiTouch.touchPoint[x].pressure = 1; // TODO
258 evt.data.multiTouch.touchPoint[x].size = 1; // TODO
265 delete[] evt.data.multiTouch.touchPoint;
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.h 108 QList<QTouchEvent::TouchPoint> m_touchPoints;
EventSenderQt.cpp 402 QTouchEvent::TouchPoint point(id);
413 QTouchEvent::TouchPoint &p = m_touchPoints[index];
481 QList<QTouchEvent::TouchPoint>::Iterator it = m_touchPoints.begin();
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 175 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints();
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h     [all...]
  /frameworks/base/docs/html/about/versions/
android-3.0-highlights.jd 70 <p>Across the system and in all applications, users have quick access to notifications, system status, and soft navigation buttons in a System Bar, available at the bottom of the screen. The System Bar is always present and is a key touchpoint for users, but in a new "lights out mode" can also be dimmed for full-screen viewing, such as for videos.</p>
74 <p>In every application, users have access to contextual options, navigation, widgets, or other types of content in an Action Bar, displayed at the top of the screen. The Action Bar is always present when an application is in use, although its content, theme, and other properties are managed by the application rather than the system. The Action Bar is another key touchpoint for users, especially with action items and an overflow dropdown menu, which users frequently access in a similar manner in most applications. </p>
  /prebuilts/eclipse/platform/
org.eclipse.platform-3.7.2.zip 
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 1216 milliseconds