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

  /development/simulator/app/
PrefsDialog.h 13 class PrefsDialog : public wxDialog {
14 //DECLARE_CLASS(PrefsDialog) // shown in book, but causes link problems
18 PrefsDialog(wxWindow* parent);
19 virtual ~PrefsDialog();
PrefsDialog.cpp 14 #include "PrefsDialog.h"
19 BEGIN_EVENT_TABLE(PrefsDialog, wxDialog)
25 PrefsDialog::PrefsDialog(wxWindow* parent)
41 PrefsDialog::~PrefsDialog()
48 void PrefsDialog::CreateControls(void)
81 void PrefsDialog::LoadPreferences(void)
109 bool PrefsDialog::TransferDataToWindow(void)
142 bool PrefsDialog::TransferDataFromControls(void
    [all...]
Android.mk 29 PrefsDialog.cpp \
MainFrame.cpp 28 #include "PrefsDialog.h"
531 PrefsDialog dialog(this);
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 181 String filterPrefs = PrefsDialog.getStore().getString(
210 PrefsDialog.getStore().setValue(PREFS_FILTERS, sb.toString());
379 if (PrefsDialog.getStore().getBoolean(PrefsDialog.SHOW_NATIVE_HEAP)) {
410 return PrefsDialog.getStore();
507 PreferenceStore prefs = PrefsDialog.getStore();
508 int x = prefs.getInt(PrefsDialog.SHELL_X);
509 int y = prefs.getInt(PrefsDialog.SHELL_Y);
510 int w = prefs.getInt(PrefsDialog.SHELL_WIDTH);
511 int h = prefs.getInt(PrefsDialog.SHELL_HEIGHT)
    [all...]
DebugPortProvider.java 92 IPreferenceStore store = PrefsDialog.getStore();
158 IPreferenceStore store = PrefsDialog.getStore();
Main.java 78 PrefsDialog.init();
107 PrefsDialog.save();
PrefsDialog.java 1 /* //device/tools/ddms/src/com/android/ddms/PrefsDialog.java
59 public final class PrefsDialog {
93 private PrefsDialog() {}
385 rgfe = new RadioGroupFieldEditor(PrefsDialog.LOGCAT_COLUMN_MODE,
387 { "Manual", PrefsDialog.LOGCAT_COLUMN_MODE_MANUAL },
388 { "Automatic", PrefsDialog.LOGCAT_COLUMN_MODE_AUTO },
393 FontFieldEditor ffe = new FontFieldEditor(PrefsDialog.LOGCAT_FONT, "Text output font:",
DeviceCommandDialog.java 199 String fontStr = PrefsDialog.getStore().getString("textOutputFont");
344 dlg.setFilterPath(PrefsDialog.getStore().getString("lastTextSaveDir"));
354 PrefsDialog.getStore().setValue("lastTextSaveDir",
StaticPortConfigDialog.java 151 PREFS_DEVICE_COL, PrefsDialog.getStore());
155 PREFS_APP_COL, PrefsDialog.getStore());
159 PREFS_PORT_COL, PrefsDialog.getStore());

Completed in 201 milliseconds