Searched refs:wa (Results 1 – 2 of 2) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | NativeLinuxSubWindow.cpp | 37 XSetWindowAttributes wa; in createSubWindow() local 38 wa.event_mask = StructureNotifyMask; in createSubWindow() 39 …lay_out,p_window,x,y, width,height,0,CopyFromParent,CopyFromParent,CopyFromParent,CWEventMask,&wa); in createSubWindow()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutCanvas.java | 1476 IWorkbenchAction wa = factory.create( in copyActionAttributes() local 1478 action.setId(wa.getId()); in copyActionAttributes() 1479 action.setText(wa.getText()); in copyActionAttributes() 1480 action.setEnabled(wa.isEnabled()); in copyActionAttributes() 1481 action.setDescription(wa.getDescription()); in copyActionAttributes() 1482 action.setToolTipText(wa.getToolTipText()); in copyActionAttributes() 1483 action.setAccelerator(wa.getAccelerator()); in copyActionAttributes() 1484 action.setActionDefinitionId(wa.getActionDefinitionId()); in copyActionAttributes() 1485 action.setImageDescriptor(wa.getImageDescriptor()); in copyActionAttributes() 1486 action.setHoverImageDescriptor(wa.getHoverImageDescriptor()); in copyActionAttributes() [all …]
|