Home
last modified time | relevance | path

Searched refs:colStyle (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java846 Styler colStyle = QUALIFIER_STYLER; in update() local
855 colStyle = StyledString.createColorRegistryStyler( in update()
872 styledString.append("col=", colStyle); in update()
873 styledString.append(column, colStyle); in update()
874 styledString.append(')', colStyle); in update()