OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sShadowBottomLeft
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java
412
if (
sShadowBottomLeft
== null) {
415
sShadowBottomLeft
= icons.getIcon("shadow-bl"); //$NON-NLS-1$
424
ImageData bottomLeftData =
sShadowBottomLeft
.getImageData();
437
gc.drawImage(
sShadowBottomLeft
, x, y + height);
452
private static Image
sShadowBottomLeft
;
ImageUtils.java
553
if (
sShadowBottomLeft
== null) {
572
sShadowBottomLeft
= readImage("shadow-bl.png"); //$NON-NLS-1$
577
assert
sShadowBottomLeft
!= null;
582
int blWidth =
sShadowBottomLeft
.getWidth();
591
gc.drawImage(
sShadowBottomLeft
, x, y + height, null);
595
x +
sShadowBottomLeft
.getWidth(), y + height,
701
private static BufferedImage
sShadowBottomLeft
;
[
all
...]
Completed in 85 milliseconds