HomeSort by relevance Sort by last modified time
    Searched refs:mouseDown (Results 1 - 25 of 54) sorted by null

1 2 3

  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 41 int mouseDown = 0;
124 if (!mouseDown) {
126 mouseDown = 1;
130 if (mouseDown) {
132 mouseDown = 0;
136 if (mouseDown)
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
mouse_drag_controller.h 22 // Called on initial mouseDown. Followed by dragStarted/dragProgress/dragEnded
38 // in their mouseDown may release it in this method.
51 // The controller can be created in initial mouseDown and then released in the
62 // - (void)mouseDown:(NSEvent*)event {
64 // [dragController_ mouseDown:event];
92 - (void)mouseDown:(NSEvent*)event;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Events.py 4 mouseDown = 1
14 mDownMask = 1 << mouseDown
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 78 - (BOOL)mouseDown:(NSEvent*)theEvent
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 59 * @param {boolean} mouseDown If mouse button is down.
62 ImageBuffer.prototype.getCursorStyle = function(x, y, mouseDown) {
64 var style = this.overlays_[i].getCursorStyle(x, y, mouseDown);
147 * @param {boolean} mouseDown If mouse button is down.
151 ImageBuffer.Overlay.prototype.getCursorStyle = function(x, y, mouseDown) {
image_transform.js 220 * @param {boolean} mouseDown If mouse button is down.
223 ImageEditor.Mode.Crop.prototype.getCursorStyle = function(x, y, mouseDown) {
224 return this.cropRect_.getCursorStyle(x, y, mouseDown);
440 * @param {boolean} mouseDown If mouse button is down.
443 DraggableRect.prototype.getCursorStyle = function(x, y, mouseDown) {
445 if (mouseDown) {
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.h 132 void mouseDown(const PlatformMouseEvent&);
Scrollbar.cpp 438 // m_hoveredPart won't be updated until the next mouseMoved or mouseDown, so we have to hit test
446 void Scrollbar::mouseDown(const PlatformMouseEvent& evt)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
UIUtils.js 42 element.addEventListener("mousedown", WebInspector.elementDragStart.bind(WebInspector, elementDragStart, elementDrag, elementDragEnd, cursor), false);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 90 elif what == mouseDown:
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 244 case WebInputEvent::MouseDown:
283 WebMouseEvent mousedown = static_cast<const WebMouseEvent&>(event); local
284 if (!m_scrollbar->frameRect().contains(mousedown.x, mousedown.y))
287 mousedown.x -= m_scrollbar->x();
288 mousedown.y -= m_scrollbar->y();
289 m_scrollbar->mouseDown(PlatformMouseEventBuilder(m_scrollbar.get(), mousedown));
PopupListBox.cpp 98 m_capturingScrollbar->mouseDown(event);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.mm 264 - (void)mouseDown:(NSEvent *)event {
  /prebuilts/devtools/tools/lib/
traceview.jar 
hierarchyviewer2lib.jar 
jfreechart-swt-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 167 public void mouseDown(MouseEvent e) {
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 255 case mouseDown: {
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 493 case mouseDown:
503 pluginLog(instance, "mouseDown at (%d, %d)", pt.h, pt.v);
636 pluginLog(instance, "mouseDown at (%d, %d)",
679 pluginLog(instance, "mouseDown at (%d, %d)", event->xbutton.x, event->xbutton.y);
762 pluginLog(instance, "mouseDown at (%d, %d)", LOWORD(event->lParam), HIWORD(event->lParam));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 358 public void mouseDown(MouseEvent event) {
416 * Handler for {@link SWT#MouseDown} event.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 297 public void mouseDown(MouseEvent event) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 495 public void mouseDown(MouseEvent e) {
    [all...]

Completed in 556 milliseconds

1 2 3