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

  /external/webkit/Source/WebCore/platform/
PlatformTouchPoint.h 60 IntPoint screenPos() const { return m_screenPos; }
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 213 final int[] screenPos = new int[2];
215 getLocationOnScreen(screenPos);
221 final int midy = screenPos[1] + height / 2;
228 screenWidth - screenPos[0] - width / 2, height);

Completed in 195 milliseconds