HomeSort by relevance Sort by last modified time
    Searched refs:SOLID (Results 1 - 25 of 97) 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;
  /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'
  /external/python/cpython3/Lib/tkinter/
constants.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...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h 79 SOLID = 36,
145 #define SOLID 36
  /packages/experimental/KBars/app/src/main/java/js/kbars/
DropShadowActivity.java 32 BlurMaskFilter blurFilter = new BlurMaskFilter(1.0f, Blur.SOLID);
  /frameworks/support/car/src/main/java/androidx/car/widget/
ListItemAdapter.java 72 public static final int SOLID = 0;
91 BackgroundStyle.SOLID,
121 * Defaults {@link BackgroundStyle} to {@link BackgroundStyle#SOLID}.
124 this(context, itemProvider, BackgroundStyle.SOLID);
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 205 case BorderStyle::SOLID:
230 return BorderStyle::SOLID;
250 return BorderStyle::SOLID;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ToolTip.py 53 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)
  /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/python/cpython3/Lib/idlelib/
calltip_w.py 6 from tkinter import Toplevel, Label, LEFT, SOLID, TclError
72 background="#ffffe0", relief=SOLID, borderwidth=1,

Completed in 246 milliseconds

1 2 3 4