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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchPoint.h 51 FloatPoint screenPos() const { return m_screenPos; }
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 89 final int[] screenPos = new int[2];
90 getLocationOnScreen(screenPos);
102 (screenPos[0] + width / 2) - screenWidth / 2, screenPos[1] + height);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 214 final int[] screenPos = new int[2];
216 getLocationOnScreen(screenPos);
222 final int midy = screenPos[1] + height / 2;
229 screenWidth - screenPos[0] - width / 2, height);
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 259 final int[] screenPos = new int[2];
261 getLocationOnScreen(screenPos);
267 final int midy = screenPos[1] + height / 2;
268 int referenceX = screenPos[0] + width / 2;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 242 final int[] screenPos = new int[2];
244 getLocationOnScreen(screenPos);
250 final int midy = screenPos[1] + height / 2;
251 int referenceX = screenPos[0] + width / 2;
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 493 final int[] screenPos = new int[2];
494 getLocationOnScreen(screenPos);
505 (screenPos[0] + width / 2) - screenWidth / 2, height);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 516 final int[] screenPos = new int[2];
517 getLocationOnScreen(screenPos);
528 (screenPos[0] + width / 2) - screenWidth / 2, height);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 307 final int[] screenPos = new int[2];
309 getLocationOnScreen(screenPos);
315 final int midy = screenPos[1] + height / 2;
322 screenWidth - screenPos[0] - width / 2, height);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 820 RectF screenPos = new RectF(originalBounds);
821 originalToScreen.mapRect(screenPos);
823 boolean rightConstraint = screenPos.right < getWidth() - mShadowMargin
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 504 milliseconds