HomeSort by relevance Sort by last modified time
    Searched defs:screenPos (Results 1 - 4 of 4) 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 229 final int[] screenPos = new int[2];
231 getLocationOnScreen(screenPos);
237 final int midy = screenPos[1] + height / 2;
244 screenWidth - screenPos[0] - width / 2, height);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 164 final int[] screenPos = new int[2];
166 getLocationOnScreen(screenPos);
172 final int midy = screenPos[1] + height / 2;
179 screenWidth - screenPos[0] - width / 2, height);
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 466 final int[] screenPos = new int[2];
467 getLocationOnScreen(screenPos);
478 (screenPos[0] + width / 2) - screenWidth / 2, height);

Completed in 118 milliseconds