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

  /external/chromium_org/ui/app_list/cocoa/
apps_pagination_model_observer.h 21 // Return a pager segment at |locationInWindow| or -1 if there is none.
22 - (NSInteger)pagerSegmentAtLocation:(NSPoint)locationInWindow;
app_list_pager_view.h 37 // Returns -1 if |locationInWindow| is not over a segment. Otherwise returns the
39 - (NSInteger)findAndHighlightSegmentAtLocation:(NSPoint)locationInWindow;
apps_grid_controller.h 84 // Start a timer to scroll to a new page, if |locationInWindow| is to the left
87 - (void)maybeChangePageForPoint:(NSPoint)locationInWindow;
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 163 int[] locationInWindow = new int[2];
164 buttonCopy.getLocationInWindow(locationInWindow);
165 float deltaX = oldLocationInWindow[0] - locationInWindow[0];
166 float deltaY = oldLocationInWindow[1] - locationInWindow[1];
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 413 IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location());
416 locationInWindow.move(0, targetControlRect.height());
418 IntRect widgetRectInScreen = layoutAndCalculateWidgetRect(targetControlRect.height(), IntSize(), locationInWindow);
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 313 milliseconds