OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OUTLINE
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineOverlay.java
25
* The {@link OutlineOverlay} paints an optional
outline
on top of the layout,
29
/** The {@link ViewHierarchy} this
outline
visualizes */
32
/**
Outline
color. Must be disposed, it's NOT a system color. */
63
mOutlineColor = new Color(device, SwtDrawingStyle.
OUTLINE
.getStrokeColor());
79
gc.setLineStyle(SwtDrawingStyle.
OUTLINE
.getLineStyle());
81
gc.setAlpha(SwtDrawingStyle.
OUTLINE
.getStrokeAlpha());
98
// This makes the
outline
nicer visually since you don't get
SwtDrawingStyle.java
80
* The style definition corresponding to {@link DrawingStyle#
OUTLINE
}
82
OUTLINE
(new RGB(0x88, 0xFF, 0x88), 160, SWT.LINE_SOLID),
265
case
OUTLINE
:
266
return
OUTLINE
;
/prebuilts/devtools/tools/lib/
rule-api.jar
Completed in 361 milliseconds