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

  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 447 int[] viewLocation = new int[2];
449 v.getLocationInWindow(viewLocation);
451 int l = viewLocation[0] - rootLocation[0];
452 int t = viewLocation[1] - rootLocation[1];
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegatePrivate.h 181 - (void)webView:(WebView *)sender dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag forView:(NSView *)view;
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 114 - (void)webView:(WebView *)sender dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag forView:(NSView *)view
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 317 milliseconds