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

  /external/webkit/WebCore/platform/qt/
ScrollbarQt.cpp 72 const QPoint globalPos = QPoint(event.globalX(), event.globalY());
73 QAction* actionSelected = menu.exec(globalPos);
  /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/WebCore/platform/
PlatformWheelEvent.h 86 const IntPoint& globalPos() const { return m_globalPosition; } // Screen coordinates.

Completed in 18 milliseconds