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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 64 final int[] globalPos = new int[2];
65 getLocationOnScreen(globalPos);
66 int x = globalPos[0];
67 int y = globalPos[1];
69 original.getLocationOnScreen(globalPos);
70 x = globalPos[0] - x;
71 y = globalPos[1] - y;
  /external/webkit/Source/WebCore/platform/qt/
PlatformMouseEventQt.cpp 100 m_globalPosition = IntPoint(ce->globalPos());
111 m_globalPosition = IntPoint(me->globalPos());
ScrollbarQt.cpp 73 const QPoint globalPos = QPoint(event.globalX(), event.globalY());
74 QAction* actionSelected = menu.exec(globalPos);
WheelEventQt.cpp 82 , m_globalPosition(e->globalPos())
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 110 const IntPoint& globalPos() const { return m_globalPosition; } // Screen coordinates.
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 104 void contextMenuEvent(const QPoint& globalPos);
qwebpage.cpp 807 void QWebPagePrivate::contextMenuEvent(const QPoint& globalPos)
811 menu->exec(globalPos);
    [all...]
  /external/webkit/Tools/QtTestBrowser/
webview.cpp 274 menu->exec(event->globalPos());
launcherwindow.cpp 513 touchPoint.setScreenPos(ev->globalPos());
    [all...]

Completed in 1369 milliseconds