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

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 55 FontFieldEditor ffe = new FontFieldEditor(LogCatPanel.LOGCAT_VIEW_FONT_PREFKEY, local
57 addField(ffe);
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 448 FontFieldEditor ffe = new FontFieldEditor(PrefsDialog.LOGCAT_FONT, local
451 addField(ffe);
453 FontFieldEditor ffe = new FontFieldEditor(LogCatPanel.LOGCAT_VIEW_FONT_PREFKEY, local
456 addField(ffe);
486 FontFieldEditor ffe; local
504 ffe = new FontFieldEditor("textOutputFont", "Text output font:",
506 addField(ffe);

Completed in 3378 milliseconds