OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHAPE_RECT
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java
48
public static final int
SHAPE_RECT
= 'R';
101
* one of SHAPE_DEFAULT, SHAPE_CIRCLE or
SHAPE_RECT
.
142
* one of SHAPE_DEFAULT, SHAPE_CIRCLE or
SHAPE_RECT
.
204
} else if (mShape ==
SHAPE_RECT
) {
212
} else if (mShape ==
SHAPE_RECT
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java
191
int shape = hasChildren() ? IconFactory.
SHAPE_RECT
: IconFactory.SHAPE_CIRCLE;
208
int shape = hasChildren() ? IconFactory.
SHAPE_RECT
: IconFactory.SHAPE_CIRCLE;
Completed in 18 milliseconds