HomeSort by relevance Sort by last modified time
    Searched refs:SOLID (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
EdgeStyle.java 31 SOLID("solid");
NodeStyle.java 34 SOLID("solid");
GraphvizEdge.java 41 private EdgeStyle style = EdgeStyle.SOLID;
GraphvizNode.java 36 private NodeStyle style = NodeStyle.SOLID;
GraphvizGrapher.java 253 gnode.setStyle(NodeStyle.SOLID);
269 gnode.setStyle(NodeStyle.SOLID);
  /frameworks/base/graphics/java/android/graphics/
BlurMaskFilter.java 34 * Draw solid inside the border, blur outside.
36 SOLID(1),
  /cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilter_BlurTest.java 35 assertEquals(Blur.SOLID, Blur.valueOf("SOLID"));
46 assertEquals(Blur.SOLID, blur[1]);
54 assertNotNull(new BlurMaskFilter(10.24f, Blur.SOLID));
  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.h 16 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE };
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 39 SOLID = 'solid'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 39 SOLID = 'solid'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 39 SOLID = 'solid'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 39 SOLID = 'solid'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 39 SOLID = 'solid'
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayBorderPanel.java 37 /** Solid border. */
38 public final static int SOLID = 0;
59 /** Default thickness for solid borders (4). */
71 /** Default color (black). Applies to SOLID and etched borders. */
119 * Constructor. Makes SOLID border with color and thickness given.
127 style = SOLID;
143 case SOLID: thickness = DEFAULT_SOLID_THICKNESS; break;
268 * Sets the current color for SOLID borders and the caption text
276 if (style == SOLID || style == IN || style == OUT)
283 * Gets the current color for SOLID borders and the captio
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
MediaPlayerGlue.java 179 if (mThumbsUpAction.getIndex() == PlaybackControlsRow.ThumbsAction.SOLID) {
182 mThumbsUpAction.setIndex(PlaybackControlsRow.ThumbsAction.SOLID);
186 if (mThumbsDownAction.getIndex() == PlaybackControlsRow.ThumbsAction.SOLID) {
189 mThumbsDownAction.setIndex(PlaybackControlsRow.ThumbsAction.SOLID);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
CallTipWindow.py 79 background="#ffffe0", relief=SOLID, borderwidth=1,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
CallTipWindow.py 79 background="#ffffe0", relief=SOLID, borderwidth=1,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
CallTipWindow.py 79 background="#ffffe0", relief=SOLID, borderwidth=1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
  /external/python/cpython2/Lib/idlelib/
CallTipWindow.py 6 from Tkinter import Toplevel, Label, LEFT, SOLID, TclError
72 background="#ffffe0", relief=SOLID, borderwidth=1,
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 198 case BorderStyle::SOLID:
223 return BorderStyle::SOLID;
243 return BorderStyle::SOLID;

Completed in 288 milliseconds

1 2 3 4