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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowItemizedOverlay.java 15 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)} to be set up by
44 public boolean hitTest(OverlayItem item, android.graphics.drawable.Drawable drawable, int i, int i1) {
79 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)}
82 * {@link #hitTest(com.google.android.maps.OverlayItem, android.graphics.drawable.Drawable, int, int)}
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 174 ScrollbarPart ScrollbarThemeQt::hitTest(Scrollbar* scrollbar, const PlatformMouseEvent& evt)
  /external/webkit/Source/WebCore/platform/
ScrollbarTheme.h 46 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&) { return NoPart; }
ScrollbarThemeComposite.cpp 162 ScrollbarPart ScrollbarThemeComposite::hitTest(Scrollbar* scrollbar, const PlatformMouseEvent& evt)
  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 277 bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) const
RenderObject.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
AndroidHitTestResult.cpp 197 // Some helper macros specific to setting hitTest fields
198 #define _SET(jtype, jfield, value) env->Set ## jtype ## Field(hitTest, gHitTestGlue.m_ ## jfield, value)
200 #define SET_STRING(jfield, value) setStringField(env, hitTest, gHitTestGlue.m_ ## jfield, value)
209 jobject hitTest = env->NewObject(hitTestClass, gHitTestGlue.m_Init);
210 setRectArray(env, hitTest, gHitTestGlue.m_TouchRects, m_highlightRects);
213 setRectArray(env, hitTest, gHitTestGlue.m_EnclosingParentRects, rects);
239 return hitTest;
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 54 bool hitTest(const WebCore::IntPoint& point) const { return m_rect.contains(point); }
  /frameworks/base/core/java/android/webkit/
ViewManager.java 282 ChildView hitTest(int contentX, int contentY) {
WebViewClassic.java     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityObject.cpp 382 WebAccessibilityObject WebAccessibilityObject::hitTest(const WebPoint& point) const
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 625 private boolean hitTest(float x, float y, PointF dest) {
677 hitTest(focusX, focusY, viewportFocus);
730 if (hitTest(e.getX(), e.getY(), mZoomFocalPoint)) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 750 public int hitTest(int x, int y) {
    [all...]
  /external/robolectric/lib/main/
maps_v16.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2591 milliseconds