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

<<51525354555657585960>>

  /external/webkit/WebCore/inspector/front-end/
inspector.css 33 width: 100%;
119 border-width: 0 2px 0 2px;
135 width: 32px;
141 width: 24px;
175 width: 205px;
224 width: 14px;
353 width: 32px;
384 min-width: 48px;
385 border-width: 0 17px 0 2px;
448 width: 10px
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java 611 public void setStrokeWidth(float width) {
612 mStrokeWidth = width;
790 * Return the width of the text.
795 * @return The width of the text
854 * Return the width of the text.
859 * @return The width of the text
867 * Return the width of the text.
870 * @return The width of the text
902 * Measure the text, stopping early if the measured width exceeds maxWidth.
904 * not null, return in it the actual width measured
    [all...]
  /bionic/libc/kernel/common/linux/
fb.h 226 __u32 width; member in struct:fb_var_screeninfo
299 __u32 width; member in struct:fb_copyarea
308 __u32 width; member in struct:fb_fillrect
317 __u32 width; member in struct:fb_image
msm_mdp.h 63 uint32_t width; member in struct:mdp_img
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 77 var windowWidth = $(window).width() + "px";
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
84 sidenav.css({width:navWidth});
85 resizePackagesNav.css({width:navWidth});
86 classesNav.css({width:navWidth});
87 $("#packages-nav").css({width:navWidth});
151 var cookieWidth = readCookie(cookiePath+'width');
267 /* Resize the width of the "side-nav" and the left margin of the "doc-content" div,
270 var windowWidth = $(window).width() + "px";
272 var sidenavWidth = sidenav.css("width");
    [all...]
  /build/tools/droiddoc/templates/
packages.cs 25 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?>&nbsp;</td>
  /cts/tests/res/drawable/
gradientdrawable.xml 24 <size android:width="42px" android:height="63px"/>
paintdrawable_attr.xml 25 android:width="2dp"
shapedrawable_test.xml 19 android:color="#00000000" android:width="42px" android:height="63px">
window_test_drawable.xml 20 <stroke android:width="2dp" android:color="#ff000000"/>
  /cts/tests/src/android/hardware/cts/
CameraStubActivity.java 40 lp.width = LAYOUT_WIDTH;
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 145 int right = left + vRect.width();
153 assertEquals(vRect.width(), view.getWidth());
156 assertEquals(vRect.width(), view.getMeasuredWidth());
172 int nright = nleft + vRect.width();
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 321 * @param category {@code > 0;} width to reserve
332 * @param width {@code > 0;} number of rop registers in range.
335 private boolean rangeContainsReserved(int ropRangeStart, int width) {
336 for (int i = ropRangeStart; i < (ropRangeStart + width); i++) {
360 * @param width {@code > 0;} the width, in registers, required.
363 private int findNextUnreservedRopReg(int startReg, int width) {
375 while (i < width && !reservedRopRegs.get(reg + i)) {
379 if (i == width) {
393 * @param width {@code > 0;} the width, in registers, required
    [all...]
  /dalvik/dx/tests/082-dex-throws-list-sharing/
run 18 dx --debug --dex --positions=none --no-locals --dump-to=- --dump-width=200 \
  /dalvik/libcore/luni/src/main/java/java/util/
MissingFormatWidthException.java 20 * A {@code MissingFormatWidthException} will be thrown if the format width is
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 17 add r0, r0, r1, lsl #3 @ r0<- arrayObj + index*width
OP_APUT_WIDE.S 15 add r0, r0, r1, lsl #3 @ r0<- arrayObj + index*width
  /dalvik/vm/mterp/armv5te/
OP_AGET.S 20 add r0, r0, r1, lsl #$shift @ r0<- arrayObj + index*width
OP_AGET_WIDE.S 17 add r0, r0, r1, lsl #3 @ r0<- arrayObj + index*width
OP_APUT.S 20 add r0, r0, r1, lsl #$shift @ r0<- arrayObj + index*width
OP_APUT_WIDE.S 17 add r0, r0, r1, lsl #3 @ r0<- arrayObj + index*width
  /development/apps/Development/res/drawable/
box.xml 23 <stroke android:width="1dp" color="#ff000000"/>
  /development/samples/ApiDemos/res/drawable/
box.xml 21 <stroke android:width="1dp" color="#ff000000"/>
filled_box.xml 21 <stroke android:width="3dp" color="#ffff8080"/>
line.xml 18 <stroke android:width="1dp" android:color="#FF000000"

Completed in 279 milliseconds

<<51525354555657585960>>