Searched refs:QUALIFIER_STYLER (Results 1 – 3 of 3) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | OutlinePage.java | 35 import static org.eclipse.jface.viewers.StyledString.QUALIFIER_STYLER; 834 styledString.append(" - columnCount=", QUALIFIER_STYLER); in update() 835 styledString.append(columnCount, QUALIFIER_STYLER); in update() 836 styledString.append(", rowCount=", QUALIFIER_STYLER); in update() 837 styledString.append(rowCount, QUALIFIER_STYLER); in update() 846 Styler colStyle = QUALIFIER_STYLER; in update() 869 styledString.append(" - cell (row=", QUALIFIER_STYLER); in update() 870 styledString.append(row, QUALIFIER_STYLER); in update() 871 styledString.append(',', QUALIFIER_STYLER); in update() 875 styledString.append(", span=(", QUALIFIER_STYLER); in update() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractStyleWizard.java | 20 import static org.eclipse.jface.viewers.StyledString.QUALIFIER_STYLER; 403 styledString.append(" = ", QUALIFIER_STYLER); in update()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintColumn.java | 347 StyledString.QUALIFIER_STYLER); in getStyledValue()
|