/sdk/templates/docs/ |
D | prettify.css | 1 .pln{color:#000} 3 .str{color:#060} 4 .kwd{color:#036} 5 .com{color:#999} 6 .typ{color:#639} 7 .lit{color:#066} 8 .pun,.opn,.clo{color:#660} 9 .tag{color:#036} 10 .atn{color:#639} 11 .atv{color:#060} [all …]
|
D | default.css | 21 color: #333; 33 color: #060; 41 color: #33b5e5; 51 color: #09c; 55 color: #fff; 56 background-color: #09c; 63 color: #fff; 92 color: #09c; 96 background-color: #eee; 109 color: #000; [all …]
|
D | cssreset-min.css | 7 …color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,leg…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | navigationstyles-expected-navigate8.txt | 1 Go To Declaration in navigationstyles.xml for colorBackground"> @color/cust^om_theme_color </item>: 2 Open Declaration in values/navigationstyles.xml : [@color/custom_theme_color] 7 [^<color name="custom_theme_color">#b0b0ff</color>]
|
D | drawable1-expected-completion50.txt | 5 <color /> : Drawable used to draw a single color. 12 <shape ></shape> : Drawable used to render a geometric shape, with a gradient or a solid color.
|
D | drawable1-expected-completion47.txt | 5 <color /> : Drawable used to draw a single color. 12 <shape ></shape> : Drawable used to render a geometric shape, with a gradient or a solid color.
|
D | completionvalues1-expected-applyCompletion29.diff | 3 - <item name="gr^">@color/title_color</item> 4 + <item name="android:gravity"^>@color/title_color</item>
|
D | completionvalues1-expected-applyCompletion30.diff | 3 - <item name="an^">@color/title_color</item> 4 + <item name="android:animateOnClick"^>@color/title_color</item>
|
D | completionvalues1-expected-applyCompletion25.diff | 1 Code completion in completionvalues1.xml for textColor">^@color/title_color</item> selecting @andro… 3 - <item name="android:textColor">^@color/title_color</item>
|
D | completionvalues1-expected-completion32.txt | 18 android:background : A drawable to use as the background. [color, reference] 26 …ates that this list will always be drawn on top of solid, single-color opaque background. [color] 32 android:childDivider : Drawable or color that is used as a divider for children. [color, reference] 38 android:clickColor : Color of the outline of click feedback. [color] 63 android:drawableBottom : The drawable to be drawn below the text. [color, reference] 64 android:drawableEnd : The drawable to be drawn to the end of the text. [color, reference] 65 android:drawableLeft : The drawable to be drawn to the left of the text. [color, reference] 67 android:drawableRight : The drawable to be drawn to the right of the text. [color, reference] 68 android:drawableStart : The drawable to be drawn to the start of the text. [color, reference] 69 android:drawableTop : The drawable to be drawn above the text. [color, reference] [all …]
|
D | animator1-expected-completion59.txt | 8 android:valueFrom : Value the animation starts from. [integer, float, color, dimension] 9 android:valueTo : Value the animation animates to. [integer, float, color, dimension]
|
D | completionvalues1-expected-completion25.txt | 1 Code completion in completionvalues1.xml for textColor">^@color/title_color</item>:
|
D | broken1-expected-completion20.txt | 2 android:textColorHighlight : Color of the text selection highlight. [color, reference]
|
D | color1-expected-completion46b.txt | 20 android:color : Hexadeximal color. Required. The color is specified with an RGB value and optional …
|
/sdk/eclipse/sites/internal/web/ |
D | site.css | 3 .title { font-family: sans-serif; color: #99AACC;} 4 .bodyText { font-family: sans-serif; font-size: 9pt; color:#000000; } 5 .sub-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color… 6 .log-text {font-family: sans-serif; font-style: normal; font-weight: lighter; font-size: 8pt; color… 7 .big-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color…
|
/sdk/eclipse/sites/external/web/ |
D | site.css | 3 .title { font-family: sans-serif; color: #99AACC;} 4 .bodyText { font-family: sans-serif; font-size: 9pt; color:#000000; } 5 .sub-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color… 6 .log-text {font-family: sans-serif; font-style: normal; font-weight: lighter; font-size: 8pt; color… 7 .big-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ImageUtils.java | 789 char[] color = new char[8]; in getColor() local 790 color[0] = color[1] = 'F'; in getColor() 791 color[2] = color[3] = value.charAt(0); in getColor() 792 color[4] = color[5] = value.charAt(1); in getColor() 793 color[6] = color[7] = value.charAt(2); in getColor() 794 value = new String(color); in getColor() 796 char[] color = new char[8]; in getColor() local 797 color[0] = color[1] = value.charAt(0); in getColor() 798 color[2] = color[3] = value.charAt(1); in getColor() 799 color[4] = color[5] = value.charAt(2); in getColor() [all …]
|
D | BinPacker.java | 315 Color color = new Color(0x9FFFFFFF, true); in dumpImage() local 316 g.setColor(color); in dumpImage() 317 g.setBackground(color); in dumpImage() 327 Color color = colors[colorIndex]; in dumpImage() local 330 color = new Color(color.getRed(), color.getGreen(), color.getBlue(), 128); in dumpImage() 331 g.setColor(color); in dumpImage()
|
D | GCWrapper.java | 65 public ColorWrapper(Color color) { in ColorWrapper() argument 66 mColor = color; in ColorWrapper() 184 public void setForeground(@NonNull IColor color) { in setForeground() argument 186 getGc().setForeground(((ColorWrapper) color).getColor()); in setForeground() 190 public void setBackground(@NonNull IColor color) { in setBackground() argument 192 getGc().setBackground(((ColorWrapper) color).getColor()); in setBackground() 433 Color color = getStrokeColor(style, stroke); in useStyle() local 434 mGc.setForeground(color); in useStyle() 438 Color color = getFillColor(style, fill); in useStyle() local 439 mGc.setBackground(color); in useStyle() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestGraphics.java | 142 public void setBackground(@NonNull IColor color) { in setBackground() argument 143 mDrawn.add("setBackground(" + color + ")"); in setBackground() 144 mBackground = color; in setBackground() 148 public void setForeground(@NonNull IColor color) { in setForeground() argument 149 mDrawn.add("setForeground(" + color + ")"); in setForeground() 150 mForeground = color; in setForeground()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | NinePatchedImage.java | 322 public void setPatch(int x, int y, int color) { in setPatch() argument 325 mVerticalPatchPixels[y] = color; in setPatch() 327 mHorizontalPatchPixels[x] = color; in setPatch() 329 mVerticalContentPixels[y] = color; in setPatch() 331 mHorizontalContentPixels[x] = color; in setPatch() 344 int color = TRANSPARENT_TICK; in erase() local 346 mVerticalPatchPixels[y] = color; in erase() 348 mHorizontalPatchPixels[x] = color; in erase() 350 mVerticalContentPixels[y] = color; in erase() 352 mHorizontalContentPixels[x] = color; in erase() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | IconFactory.java | 138 public Image getIcon(String osName, int color, int shape) { in getIcon() argument 139 String key = Character.toString((char) shape) + Integer.toString(color) + osName; in getIcon() 142 ImageDescriptor id = getImageDescriptor(osName, color, shape); in getIcon() 179 public ImageDescriptor getImageDescriptor(String osName, int color, int shape) { in getImageDescriptor() argument 180 String key = Character.toString((char) shape) + Integer.toString(color) + osName; in getImageDescriptor() 188 id = new LetterImageDescriptor(osName.charAt(0), color, shape); in getImageDescriptor() 337 public LetterImageDescriptor(char letter, int color, int shape) { in LetterImageDescriptor() argument 339 mColor = color; in LetterImageDescriptor()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | MultiTouchActivity.java | 319 final int color = bb.getShort(); in onFrameBuffer() local 320 final int r = ((color & 0xf800) >> 8) | ((color & 0xf800) >> 14); in onFrameBuffer() 321 final int g = ((color & 0x7e0) >> 3) | ((color & 0x7e0) >> 9); in onFrameBuffer() 322 final int b = ((color & 0x1f) << 3) | ((color & 0x1f) >> 2); in onFrameBuffer()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | ImageViewer.java | 273 int color = (drawMode == MODE_RED_TICK) ? NinePatchedImage.RED_TICK in draw() local 275 mNinePatchedImage.setPatch(x, y, color); in draw() 562 private static final Color getColor(int color) { 563 switch (color) { 574 if (t.color != NinePatchedImage.TRANSPARENT_TICK) { 575 gc.setBackground(getColor(t.color)); 588 if (t.color != NinePatchedImage.TRANSPARENT_TICK) { 589 gc.setBackground(getColor(t.color)); 602 if (t.color != NinePatchedImage.TRANSPARENT_TICK) { 603 gc.setBackground(getColor(t.color)); [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/ |
D | UiColorValueNode.java | 58 String color = text.getText(); in onAddValidators() 59 if (RGBA_REGEXP.matcher(color).matches()) { in onAddValidators()
|