Home
last modified time | relevance | path

Searched defs:bold (Results 1 – 2 of 2) sorted by relevance

/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DTreeView.java904 double width, double height, int fontSize, boolean bold) { in drawTextInArea()
966 private static Font getFont(int size, boolean bold) { in getFont()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DAccordionControl.java223 FontData bold = new FontData(normal.getName(), normal.getHeight(), SWT.BOLD); in AccordionControl() local