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

  /sdk/swtmenubar/src-darwin/com/android/menubar/internal/
MenuBarEnhancerCocoa.java 73 public int actionProc(int id, int sel, int arg0) {
74 return (int) actionProc((long) id, (long) sel, (long) arg0);
80 public long actionProc(long id, long sel, long arg0) {
122 // This is our callback object whose 'actionProc' method will be called
152 // Create an SWT Callback object that will invoke the actionProc method
154 mProc3Args = new Callback(callbackObject, "actionProc", 3); //$NON-NLS-1$
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 657 milliseconds