HomeSort by relevance Sort by last modified time
    Searched full:width (Results 1501 - 1525 of 5636) sorted by null

<<61626364656667686970>>

  /development/samples/ApiDemos/res/drawable/
shape_1.xml 19 <stroke android:width="2dp" android:color="#ff000000"/>
shape_2.xml 19 <stroke android:width="4dp" android:color="#FFFFFFFF"
shape_3.xml 19 <stroke android:width="4dp" android:color="#99000000"
  /development/samples/Wiktionary/res/drawable/
progress_spin.xml 30 android:width="18dip"
  /development/simulator/app/
LogPrefsDialog.h 66 kMinWidth = 300, // minimum prefs dialog width, in pixels
  /device/htc/passion-common/overlay/packages/apps/Mms/res/xml/
mms_config.xml 30 <!-- Maximum width for an attached image -->
  /external/bluetooth/glib/gio/fen/
fen-dump.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
fen-helper.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
fen-missing.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
fen-sub.c 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
fen-sub.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 32 public HTMLTable (final String width, final String border, final String cellpadding, final String cellspacing)
38 if (width != null) attrs.set (Attribute.WIDTH, width);
  /external/guava/javadoc/com/google/common/annotations/
package-frame.html 20 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
  /external/guava/javadoc/com/google/common/collect/class-use/
BiMap.html 34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
87 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
101 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
123 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
132 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
151 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"
    [all...]
ImmutableMultimap.html 34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
87 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
101 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
124 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"
    [all...]
  /external/icu4c/common/
ustrfmt.c 21 * @param minwidth the minimum width. If the result is narrower than
  /external/icu4c/samples/layout/
paragraph.h 43 void breakLines(le_int32 width, le_int32 height);
  /external/ipsec-tools/src/racoon/
racoonctl.8 89 .Bl -tag -width Ds
120 .Bl -tag -width Bl
154 .Bl -tag -width XXX -compact -offset indent
181 .Bl -tag -width 30n -compact
  /external/jsr305/javadoc/javax/annotation/concurrent/
package-frame.html 20 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
  /external/junit/src/junit/awtui/
Logo.java 56 g.fillRect(0, 0, getBounds().width, getBounds().height);
  /external/kernel-headers/original/linux/
msm_q6vdec.h 112 u32 width; /* source width */ member in struct:vdec_config
126 int width[4]; member in struct:vdec_vc1_panscan_regions
148 u32 dec_width; /* frame roi width */
  /external/opencore/codecs_v2/utilities/colorconvert/include/
ccrgb12toyuv420.h 46 * @param Src_width specifies the width in pixel from the source to be color converted.
48 * @param Src_pitch is the actual memory width or stride of the source.
49 * @param Dst_width specifies the width in pixel of the output.
55 * i.e., to rotate a QCIF image, the output width will be 144 and height will be 176.
ccrgb24toyuv420.h 46 * @param Src_width specifies the width in pixel from the source to be color converted.
48 * @param Src_pitch is the actual memory width or stride of the source.
49 * @param Dst_width specifies the width in pixel of the output.
55 * i.e., to rotate a QCIF image, the output width will be 144 and height will be 176.
ccyuv420semitoyuv420.h 51 * @param Src_width specifies the width in pixel from the source to be color converted.
53 * @param Src_pitch is the actual memory width or stride of the source.
54 * @param Dst_width specifies the width in pixel of the output.
60 * i.e., to rotate a QCIF image, the output width will be 144 and height will be 176.
ccyuv422toyuv420.h 48 * @param Src_width specifies the width in pixel from the source to be color converted.
50 * @param Src_pitch is the actual memory width or stride of the source.
51 * @param Dst_width specifies the width in pixel of the output.
57 * i.e., to rotate a QCIF image, the output width will be 144 and height will be 176.

Completed in 189 milliseconds

<<61626364656667686970>>