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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.cpp 47 Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force)
51 , m_screenPos(screenPos)
62 Touch::Touch(EventTarget* target, unsigned identifier, const FloatPoint& clientPos, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation)
66 , m_screenPos(screenPos)
Touch.h 46 unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos,
50 new Touch(frame, target, identifier, screenPos, pagePos, radius, rotationAngle, force));
76 const FloatPoint& screenPos, const FloatPoint& pagePos,
80 const FloatPoint& screenPos, const FloatPoint& pagePos,
95 // FIXME(rbyers): Shouldn't we be able to migrate callers to relying on screenPos, pagePos
  /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;
  /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...]
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 55 SyntheticInspectorTouchPoint(unsigned id, State state, const WebCore::IntPoint& screenPos, const WebCore::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force)
58 m_screenPos = screenPos;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 242 EXPECT_FLOAT_EQ(10.6f, platformTouchBuilder.touchPoints()[0].screenPos().x());
243 EXPECT_FLOAT_EQ(10.4f, platformTouchBuilder.touchPoints()[0].screenPos().y());
441 EXPECT_FLOAT_EQ(100, platformTouchBuilder.touchPoints()[0].screenPos().x());
442 EXPECT_FLOAT_EQ(110, platformTouchBuilder.touchPoints()[0].screenPos().y());
588 EXPECT_FLOAT_EQ(10.6f, platformTouchBuilder.touchPoints()[0].screenPos().x());
589 EXPECT_FLOAT_EQ(10.4f, platformTouchBuilder.touchPoints()[0].screenPos().y());
  /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);
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 519 milliseconds