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

  /external/webkit/WebKit/mac/Misc/
WebNSViewExtras.m 74 NSEvent *nextEvent, *firstEvent, *dragEvent, *mouseUp;
81 nextEvent = nil;
87 while ((nextEvent = [[self window] nextEventMatchingMask:(NSLeftMouseUpMask | NSLeftMouseDraggedMask)
92 firstEvent = nextEvent;
95 if ([nextEvent type] == NSLeftMouseDragged) {
96 float deltax = ABS([nextEvent locationInWindow].x - [mouseDownEvent locationInWindow].x);
97 float deltay = ABS([nextEvent locationInWindow].y - [mouseDownEvent locationInWindow].y);
98 dragEvent = nextEvent;
109 } else if ([nextEvent type] == NSLeftMouseUp) {
110 mouseUp = nextEvent;
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 111 MonkeyEvent nextEvent = mCurrentSource.getNextEvent();
112 if (nextEvent == null) {
115 return nextEvent;
  /frameworks/base/media/jni/soundpool/
SoundPool.h 140 void nextEvent();
SoundPool.cpp 123 if (channel) channel->nextEvent();
609 void SoundChannel::nextEvent()
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java     [all...]

Completed in 947 milliseconds