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 | 1363 IWorkbenchAction wa = factory.create( in copyActionAttributes() local 1365 action.setId(wa.getId()); in copyActionAttributes() 1366 action.setText(wa.getText()); in copyActionAttributes() 1367 action.setEnabled(wa.isEnabled()); in copyActionAttributes() 1368 action.setDescription(wa.getDescription()); in copyActionAttributes() 1369 action.setToolTipText(wa.getToolTipText()); in copyActionAttributes() 1370 action.setAccelerator(wa.getAccelerator()); in copyActionAttributes() 1371 action.setActionDefinitionId(wa.getActionDefinitionId()); in copyActionAttributes() 1372 action.setImageDescriptor(wa.getImageDescriptor()); in copyActionAttributes() 1373 action.setHoverImageDescriptor(wa.getHoverImageDescriptor()); in copyActionAttributes() [all …]
|