OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mBorderColor
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java
33
private Color
mBorderColor
;
62
mBorderColor
= new Color(device, SwtDrawingStyle.EMPTY.getStrokeColor());
67
if (
mBorderColor
!= null) {
68
mBorderColor
.dispose();
69
mBorderColor
= null;
75
gc.setForeground(
mBorderColor
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java
86
private final int
mBorderColor
;
124
mBorderColor
= r.getColor(R.color.shortcut_overlay_text_background);
319
workPaint.setColor(
mBorderColor
);
392
workPaint.setColor(
mBorderColor
);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java
72
private final int
mBorderColor
= Color.argb(128, 255, 255, 255);
578
gPaint.setColor(
mBorderColor
);
/prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar
Completed in 361 milliseconds