OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHAPE_CIRCLE
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java
47
public static final int
SHAPE_CIRCLE
= 'C';
49
public static final int SHAPE_DEFAULT =
SHAPE_CIRCLE
;
101
* one of SHAPE_DEFAULT,
SHAPE_CIRCLE
or SHAPE_RECT.
142
* one of SHAPE_DEFAULT,
SHAPE_CIRCLE
or SHAPE_RECT.
202
if (mShape ==
SHAPE_CIRCLE
) {
210
if (mShape ==
SHAPE_CIRCLE
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java
94
icon = factory.getIcon(getXmlLocalName(), IconFactory.COLOR_RED, IconFactory.
SHAPE_CIRCLE
);
ElementDescriptor.java
191
int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.
SHAPE_CIRCLE
;
208
int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.
SHAPE_CIRCLE
;
Completed in 33 milliseconds