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

  /sdk/swtmenubar/src-darwin/com/android/menubar/internal/
MenuBarEnhancerCarbon.java 53 int commandProc(int nextHandler, int theEvent, int userData) {
79 final Callback commandCallback= new Callback(target, "commandProc", 3); //$NON-NLS-1$
80 int commandProc = commandCallback.getAddress();
81 if (commandProc == 0) {
83 log(callbacks, "%1$s: commandProc hook failed.", getClass().getSimpleName()); //$NON-NLS-1$
92 OS.GetApplicationEventTarget(), commandProc, mask.length / 2, mask, 0, null);
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 25 milliseconds