HomeSort by relevance Sort by last modified time
    Searched refs:dlg (Results 26 - 50 of 61) sorted by null

12 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 93 dlg=GetCfgSectionNameDialog(root,'Get Name',
95 print dlg.result
configHelpSourceEdit.py 166 dlg = GetHelpSourceDialog(root, 'Get Help Source')
167 print dlg.result
EditorWindow.py 73 self.dlg = None # the help window iteself
83 if self.dlg is None:
91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
92 dlg.bind('<Destroy>', self.destroy, '+')
98 dlg = self.dlg
100 dlg.withdraw()
101 dlg.geometry("=+%d+%d" % geom)
102 dlg.deiconify(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java 171 ResourceChooser dlg = ResourceChooser.create(editor, ResourceType.LAYOUT) local
175 int result = dlg.open();
179 String newType = dlg.getCurrentResource();
FragmentMenu.java 291 ResourceChooser dlg = ResourceChooser.create(editor, ResourceType.LAYOUT) local
295 int result = dlg.open();
299 String newType = dlg.getCurrentResource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 99 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell); local
100 if (dlg.open() != Window.OK) {
104 TraceOptions traceOptions = dlg.getTraceOptions();
269 GLTraceCollectorDialog dlg = new GLTraceCollectorDialog(shell, local
273 dlg.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 169 ResourceChooser dlg = ResourceChooser.create(project, mType, data, shell) local
171 if (dlg.open() == Window.OK) {
172 return dlg.getCurrentResource();
175 ReferenceChooserDialog dlg = new ReferenceChooserDialog( local
180 dlg.setCurrentResource(currentValue);
182 if (dlg.open() == Window.OK) {
183 return dlg.getCurrentResource();
UiFlagAttributeNode.java 161 FlagSelectionDialog dlg = new FlagSelectionDialog( local
163 dlg.open();
164 Object[] result = dlg.getResult();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
PinDialogFragment.java 122 Dialog dlg = super.onCreateDialog(savedInstanceState); local
123 dlg.getWindow().getAttributes().windowAnimations = R.style.pin_dialog_animation;
124 PinNumberPicker.loadResources(dlg.getContext());
125 return dlg;
518 void setPinDialogFragment(PinDialogFragment dlg) {
519 mDialog = dlg;
  /prebuilts/devtools/tools/lib/
ddms.jar 
jfreechart-swt-1.0.9.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 86 NewItemSelectionDialog dlg = new NewItemSelectionDialog( local
91 dlg.open();
92 Object[] results = dlg.getResult();
94 addElement(dlg.getChosenRootNode(), null, (ElementDescriptor) results[0],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 166 dlg = GetHelpSourceDialog(root, 'Get Help Source')
167 print dlg.result
EditorWindow.py 73 self.dlg = None # the help window iteself
83 if self.dlg is None:
91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
92 dlg.bind('<Destroy>', self.destroy, '+')
98 dlg = self.dlg
100 dlg.withdraw()
101 dlg.geometry("=+%d+%d" % geom)
102 dlg.deiconify(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 330 ScreenShotDialog dlg = new ScreenShotDialog(
332 dlg.open(mDeviceList.getSelectedDevice());
591 final ISystraceOptionsDialog dlg; local
593 dlg = new SystraceOptionsDialogV1(parentShell);
603 dlg = new SystraceOptionsDialogV2(parentShell, detector.getTags(), apps);
606 if (dlg.open() != SystraceOptionsDialogV1.OK) {
610 final ISystraceOptions options = dlg.getSystraceOptions();
681 Files.write(html.getBytes(), new File(dlg.getTraceFilePath()));
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 457 dlg = wx.MessageDialog(None,
462 dlg.ShowModal()
463 dlg.Destroy()
549 dlg = dImp.JetErrors("Jet Definition File Errors")
550 dlg.SetErrors(errors)
551 result = dlg.ShowModal()
552 dlg.Destroy()
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 342 ReferenceChooserDialog dlg = new ReferenceChooserDialog(
346 dlg.setPreviewHelper(new ResourcePreviewHelper(dlg, graphicalEditor));
348 dlg.setCurrentResource(currentValue);
350 if (dlg.open() == Window.OK) {
351 return dlg.getCurrentResource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 472 ReferenceChooserDialog dlg = new ReferenceChooserDialog( local
476 dlg.setPreviewHelper(new ResourcePreviewHelper(dlg, graphicalEditor));
479 dlg.setCurrentResource(currentValue);
481 if (dlg.open() == Window.OK) {
482 String resource = dlg.getCurrentResource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 364 SelectionDialog dlg = JavaUI.createTypeDialog(text.getShell(),
371 dlg.setMessage(String.format("Select class name for element %1$s:",
373 if (dlg instanceof ITypeSelectionComponent) {
374 ((ITypeSelectionComponent)dlg).triggerSearch();
377 if (dlg.open() == Window.OK) {
378 Object[] results = dlg.getResult();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 801 ColorDialog dlg = new ColorDialog(mBgButton.getShell()); local
812 ColorDialog dlg = new ColorDialog(mFgButton.getShell()); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 15 from Carbon.Dlg import *
250 gotone, dlg, item = DialogSelect(event)
252 window = dlg.GetDialogWindow()
    [all...]
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 587 public void onClick(DialogInterface dlg, int which) {
607 public void onClick(DialogInterface dlg, int which) {
690 public void onClick(DialogInterface dlg, int which) {
  /packages/apps/Settings/src/com/android/settings/
Utils.java 828 Dialog dlg = new AlertDialog.Builder(context) local
    [all...]

Completed in 1074 milliseconds

12 3