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 54 FontFieldEditor ffe = new FontFieldEditor(LogCatPanel.LOGCAT_VIEW_FONT_PREFKEY, local
56 addField(ffe);
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 449 FontFieldEditor ffe = new FontFieldEditor(PrefsDialog.LOGCAT_FONT, local
452 addField(ffe);
454 FontFieldEditor ffe = new FontFieldEditor(LogCatPanel.LOGCAT_VIEW_FONT_PREFKEY, local
457 addField(ffe);
487 FontFieldEditor ffe; local
505 ffe = new FontFieldEditor("textOutputFont", "Text output font:",
507 addField(ffe);

Completed in 1835 milliseconds