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

  /external/webkit/Source/WebCore/platform/
PlatformTouchPoint.h 60 IntPoint screenPos() const { return m_screenPos; }
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 183 final int[] screenPos = new int[2];
185 getLocationOnScreen(screenPos);
191 final int midy = screenPos[1] + height / 2;
198 screenWidth - screenPos[0] - width / 2, height);
  /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 494 final int[] screenPos = new int[2];
495 getLocationOnScreen(screenPos);
506 (screenPos[0] + width / 2) - screenWidth / 2, height);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 304 final int[] screenPos = new int[2];
306 getLocationOnScreen(screenPos);
312 final int midy = screenPos[1] + height / 2;
319 screenWidth - screenPos[0] - width / 2, height);

Completed in 235 milliseconds