OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHAPE_RECT
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java
54
IconFactory.
SHAPE_RECT
);
PermissionPage.java
58
IconFactory.
SHAPE_RECT
);
ApplicationPage.java
67
IconFactory.
SHAPE_RECT
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java
256
int shape = hasChildren() ? IconFactory.
SHAPE_RECT
289
int shape = hasChildren() ? IconFactory.
SHAPE_RECT
: IconFactory.SHAPE_CIRCLE;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java
55
public static final int
SHAPE_RECT
= 'R';
136
* one of SHAPE_DEFAULT, SHAPE_CIRCLE or
SHAPE_RECT
.
177
* one of SHAPE_DEFAULT, SHAPE_CIRCLE or
SHAPE_RECT
.
382
} else if (mShape ==
SHAPE_RECT
) {
390
} else if (mShape ==
SHAPE_RECT
) {
Completed in 47 milliseconds