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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformTouchPoint.h 53 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/android/app/
MediaRouteButton.java 209 final int[] screenPos = new int[2];
211 getLocationOnScreen(screenPos);
217 final int midy = screenPos[1] + height / 2;
224 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/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);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 819 RectF screenPos = new RectF(originalBounds);
820 originalToScreen.mapRect(screenPos);
822 boolean rightConstraint = screenPos.right < getWidth() - mShadowMargin
    [all...]

Completed in 4135 milliseconds