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

1 2 3 4 5

  /frameworks/opt/setupwizard/library/full-support/test/instrumentation/src/com/android/setupwizardlib/test/
DividerItemDecorationTest.java 50 final DividerItemDecoration decoration = new DividerItemDecoration(); local
52 decoration.setDivider(divider);
53 assertSame("Divider should be same as set", divider, decoration.getDivider());
58 final DividerItemDecoration decoration = new DividerItemDecoration(); local
59 decoration.setDividerHeight(123);
60 assertEquals("Divider height should be 123", 123, decoration.getDividerHeight());
65 // Set up the item decoration, with 1px red divider line
66 final DividerItemDecoration decoration = new DividerItemDecoration(); local
68 decoration.setDivider(divider);
69 decoration.setDividerHeight(1)
109 final DividerItemDecoration decoration = new DividerItemDecoration(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 46 public void decorate(Object element, IDecoration decoration) {
62 doDecoration(decoration, null);
64 doDecoration(decoration, null);
66 doDecoration(decoration, " [Generated Java Files]");
68 doDecoration(decoration, null);
70 doDecoration(decoration, null);
81 public void doDecoration(IDecoration decoration, String suffix) {
82 decoration.addOverlay(mDescriptor, IDecoration.TOP_LEFT);
85 decoration.addSuffix(suffix);
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/html/
manpage.css 14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
    [all...]
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
manpage.css 14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/
doxia-decoration-model-1.0.jar 
  /external/valgrind/docs/lib/
vg_basic.css 22 text-decoration: none;
57 table.nav a { text-decoration: none; }
58 table.nav a:hover { text-decoration: underline; }
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DividerItemDecorationTest.java 46 DividerItemDecoration decoration = new DividerItemDecoration( local
49 rv.addItemDecoration(decoration);
51 decoration.onDraw(new Canvas(), rv, null);
  /external/clang/www/analyzer/
menu.css 14 text-decoration: none;
17 text-decoration: underline;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 27 a:visited { text-decoration: underline; }
28 a.header:link { text-decoration: none; color: InfoText }
29 a.header:visited { text-decoration: none; color: InfoText }
30 a.header:hover { text-decoration: underline; color: #000080; }
  /external/bzip2/
bzip.css 60 table.nav a { text-decoration: none; }
61 table.nav a:hover { text-decoration: underline; }
  /external/libjpeg-turbo/doc/html/search/
search.css 127 text-decoration: none;
134 text-decoration: none;
143 text-decoration: none;
150 text-decoration: none;
204 text-decoration: none;
212 text-decoration: none;
218 text-decoration: underline;
257 text-decoration: none;
  /external/icu/icu4c/
icu4c.css 77 text-decoration: none;
83 text-decoration: underline;
96 text-decoration: none;
102 text-decoration: underline;
114 text-decoration: none;
120 text-decoration: underline;
172 text-decoration: none;
185 text-decoration: none;
202 text-decoration: underline;
234 text-decoration: none
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 62 text-decoration: line-through;
  /external/fmtlib/doc/bootstrap/
print.less 20 text-decoration: underline;
  /external/ImageMagick/www/api/MagickCore/
tabs.css 37 text-decoration : none;
71 text-decoration : none;
  /external/ImageMagick/www/api/MagickWand/
tabs.css 37 text-decoration : none;
71 text-decoration : none;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 181 for (ControlDecoration decoration : mDecorations.values()) {
182 decoration.dispose();
319 ControlDecoration decoration = createFieldDecoration(id, text, help); local
350 ControlDecoration decoration = createFieldDecoration(id, checkBox, local
371 ControlDecoration decoration = createFieldDecoration(id, combo, help); local
411 // (outside the parent widget itself) from the initial control decoration placement
544 ControlDecoration decoration = new ControlDecoration(control, SWT.LEFT); local
545 decoration.setMarginWidth(2);
548 decoration.setImage(errorFieldIndicator.getImage());
549 decoration.setDescriptionText(description)
617 ControlDecoration decoration = mDecorations.get(parameter.id); local
930 ControlDecoration decoration = mDecorations.get(parameter.id); local
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 85 text-decoration:none;
95 text-decoration:underline;
118 text-decoration:none;
165 text-decoration:none;
206 text-decoration: none;
222 text-decoration:none;
257 text-decoration:none;
262 text-decoration:underline;
294 text-decoration:none;
298 text-decoration:underline
    [all...]
  /external/nanopb-c/docs/
lsr.css 31 text-decoration: none;
36 text-decoration: none;
65 text-decoration: none;
  /docs/source.android.com/src/compatibility/5.1/
android-cdd-cover.css 8 text-decoration: none;
  /docs/source.android.com/src/compatibility/source/
android-cdd-cover.css 8 text-decoration: none;
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
GlifRecyclerLayout.java 124 public void setDividerItemDecoration(DividerItemDecoration decoration) {
125 mRecyclerMixin.setDividerItemDecoration(decoration);
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/template/
RecyclerMixin.java 224 * Sets the divider item decoration directly. This is a low level method which should be used
229 public void setDividerItemDecoration(@NonNull DividerItemDecoration decoration) {
231 mDividerDecoration = decoration;
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/
doxia-site-renderer-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/
maven-doxia-tools-1.0.2.jar 

Completed in 775 milliseconds

1 2 3 4 5