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

<<21222324252627282930>>

  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.util.html 78 <TABLE summary="Added Classes" WIDTH="100%">
83 <TD VALIGN="TOP" WIDTH="25%">
90 <TD VALIGN="TOP" WIDTH="25%">
97 <TD VALIGN="TOP" WIDTH="25%">
104 <TD VALIGN="TOP" WIDTH="25%">
111 <TD VALIGN="TOP" WIDTH="25%">
118 <TD VALIGN="TOP" WIDTH="25%">
128 <TABLE summary="Changed Classes" WIDTH="100%">
133 <TD VALIGN="TOP" WIDTH="25%">
140 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
pkg_android.widget.html 78 <TABLE summary="Added Interfaces" WIDTH="100%">
83 <TD VALIGN="TOP" WIDTH="25%">
93 <TABLE summary="Changed Classes" WIDTH="100%">
98 <TD VALIGN="TOP" WIDTH="25%">
105 <TD VALIGN="TOP" WIDTH="25%">
112 <TD VALIGN="TOP" WIDTH="25%">
119 <TD VALIGN="TOP" WIDTH="25%">
126 <TD VALIGN="TOP" WIDTH="25%">
133 <TD VALIGN="TOP" WIDTH="25%">
140 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
StringTexture.java 83 this(string, config, config.width, config.height);
86 public StringTexture(String string, Config config, int width, int height) {
89 mWidth = width;
136 // originX = (int)config.width;
184 backWidth = bounds.width() + 2 * padding;
201 if (bounds.width() > backWidth && config.overflowMode == Config.OVERFLOW_FADE) {
250 public int width = 256; // TODO: there is no good default for this, field in class:StringTexture.Config
265 public Config(float fontSize, int width, int height) {
267 this.width = width;
    [all...]
  /packages/wallpapers/Basic/res/raw/
nexus.rs 70 pulse->originX = (int)randf(State->width * 2 / PULSE_SIZE) * PULSE_SIZE;
90 pulse->originX = State->width * 2;
119 void drawBackground(int width, int height) {
124 drawRect(0.0f, 0.0f, height*2, width, 0.0f);
126 drawRect(0.0f, 0.0f, width*2, height, 0.0f);
170 if (xx >= State->width * 2) {
279 int width = State->width;
289 matrixTranslate(matrix, -(State->xOffset * width), 0, 0);
294 drawBackground(width, height)
    [all...]
  /system/core/libpixelflinger/
raster.cpp 30 GGLsizei width, GGLsizei height, GGLenum type);
54 GGLsizei width, GGLsizei height, GGLenum type)
62 if (uint32_t(xs) > cb->width)
66 if (uint32_t(xs + width) > cb->width)
80 width -= offset;
88 if ((xd + width) > GGLint(c->state.scissor.right)) {
89 width = GGLint(c->state.scissor.right) - xd;
95 if (width<=0 || height<=0) {
111 const size_t rowsize = width * fp->size
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
chv_filter.cpp 150 int width,
157 width : width of decoded frame.
179 int width,
199 pp_w = (width >> 3);
233 jVal0 = *(ptr - width); /* C */
242 *(ptr - width) = (uint8)(jVal0); /* C */
245 jVal0 = *(ptr - (width << 1)); /* B */
246 jVal1 = *(ptr + width); /* E */
253 *(ptr - (width << 1)) = (uint8)jVal0; /* store B *
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp 149 int width,
156 width : width of decoded frame.
178 int width,
198 pp_w = (width >> 3);
232 jVal0 = *(ptr - width); /* C */
241 *(ptr - width) = (uint8)(jVal0); /* C */
244 jVal0 = *(ptr - (width << 1)); /* B */
245 jVal1 = *(ptr + width); /* E */
252 *(ptr - (width << 1)) = (uint8)jVal0; /* store B *
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 147 int internalformat, int width, int height, int border,
149 mgl.glCompressedTexImage2D(target, level, internalformat, width,
154 int yoffset, int width, int height, int format, int imageSize,
156 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
161 int x, int y, int width, int height, int border) {
162 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
167 int yoffset, int x, int y, int width, int height) {
168 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
352 public void glLineWidth(float width) {
353 mgl.glLineWidth(width);
    [all...]
  /external/bison/src/
print.c 57 | *WIDTH := max (*WIDTH, strlen (STR)). |
61 max_length (size_t *width, const char *str)
64 if (len > *width)
65 *width = len;
133 size_t width = 0;
136 /* Compute the width of the look-ahead token column. */
142 max_length (&width, sym->tag);
146 if (!width)
150 width += 2
132 size_t width = 0; local
180 size_t width = 0; local
311 size_t width = 0; local
    [all...]
  /external/guava/javadoc/com/google/common/base/
package-summary.html 34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
92 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
98 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A></B></TD>
103 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function&lt;F,T&gt;</A></B></TD>
107 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate&lt;T&gt;</A></B></TD>
111 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A></B></TD>
116 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier&lt;T&gt;</A></B></TD>
124 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A></B></TD>
135 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/CharMatcher.LookupTable.html" title="class in (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.content.ContentResolver.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
113 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="25%">
127 <TD VALIGN="TOP" WIDTH="25%">
134 <TD VALIGN="TOP" WIDTH="25%">
141 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
android.view.KeyEvent.html 79 <TABLE summary="Changed Constructors" WIDTH="100%">
84 <TD VALIGN="TOP" WIDTH="25%">
88 <TD VALIGN="TOP" WIDTH="30%">
98 <TABLE summary="Added Methods" WIDTH="100%">
103 <TD VALIGN="TOP" WIDTH="25%">
110 <TD VALIGN="TOP" WIDTH="25%">
117 <TD VALIGN="TOP" WIDTH="25%">
124 <TD VALIGN="TOP" WIDTH="25%">
131 <TD VALIGN="TOP" WIDTH="25%">
138 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 168 int internalformat, int width, int height, int border,
171 mgl.glCompressedTexImage2D(target, level, internalformat, width,
177 int yoffset, int width, int height, int format, int imageSize,
180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
186 int x, int y, int width, int height, int border) {
188 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
194 int yoffset, int x, int y, int width, int height) {
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
462 public void glLineWidth(float width) {
464 mgl.glLineWidth(width);
    [all...]
  /dalvik/vm/analysis/
VerifySubs.c 27 * Compute the width of the instruction at each address in the instruction
48 int width; local
56 width = 4 + insns[1] * 2;
58 width = 2 + insns[1] * 4;
61 width = 4 + (insns[1] * size + 1) / 2;
64 width = dexGetInstrWidthAbs(gDvm.instrWidth, instr);
65 if (width == 0) {
68 LOGI("### instr=%d width=%d table=%d\n",
69 instr, width, dexGetInstrWidthAbs(gDvm.instrWidth, instr));
72 if (width < 0 || width > 5)
    [all...]
  /external/icu4c/test/perf/perldriver/
Output.pm 214 th.testNameHeader { border-width: 1 }
215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
216 border-bottom-width: 1 }
217 th.source { border-right-width: 1; border-bottom-width: 1 }
218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1
    [all...]
  /frameworks/base/core/java/android/widget/
TableRow.java 276 * <p>Measures the preferred width of each child, including its margins.</p>
278 * @param widthMeasureSpec the width constraint imposed by our parent
280 * @return an array of integers corresponding to the width of each cell, or
298 switch (layoutParams.width) {
306 spec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY);
310 final int width = child.getMeasuredWidth() + layoutParams.leftMargin + local
312 columnWidths[i] = width;
325 * <p>Sets the width of all of the columns in this row. At layout time,
326 * this row sets a fixed width, as defined by <code>columnWidths</code>,
329 * @param columnWidths the fixed width of each column that this row mus
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.location.LocationManager.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
113 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="25%">
127 <TD VALIGN="TOP" WIDTH="25%">
134 <TD VALIGN="TOP" WIDTH="25%">
141 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
android.media.MediaRecorder.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
113 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="25%">
127 <TD VALIGN="TOP" WIDTH="25%">
134 <TD VALIGN="TOP" WIDTH="25%">
141 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
android.widget.PopupWindow.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
113 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="25%">
127 <TD VALIGN="TOP" WIDTH="25%">
134 <TD VALIGN="TOP" WIDTH="25%">
141 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.content.Intent.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
116 <TABLE summary="Changed Methods" WIDTH="100%">
121 <TD VALIGN="TOP" WIDTH="25%">
125 <TD VALIGN="TOP" WIDTH="30%">
131 <TD VALIGN="TOP" WIDTH="25%">
135 <TD VALIGN="TOP" WIDTH="30%"
    [all...]
  /frameworks/base/opengl/libagl/
texture.cpp 146 0, 0, native_buffer->width, native_buffer->height,
283 (dst.width == src.width) &&
368 GLenum format, GLenum type, GLsizei width, GLsizei height,
384 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
392 width, height, stride, formatIdx, compressedFormat, bpr);
403 width, height, stride, formatIdx, compressedFormat, bpr);
413 static size_t dataSizePalette4(int numLevels, int width, int height, int format)
447 int w = (width >> i) ? : 1;
456 static void decodePalette4(const GLvoid *data, int level, int width, int height
    [all...]
  /external/webkit/WebCore/rendering/
RenderBox.cpp 252 return width() - borderLeft() - borderRight() - verticalScrollbarWidth();
302 rects.append(IntRect(tx, ty, width(), height()));
307 quads.append(localToAbsoluteQuad(FloatRect(0, 0, width(), height())));
341 if (width() && height())
342 rects.append(IntRect(tx, ty, width(), height()));
360 result.move(-box.width() - reflectionOffset(), 0);
363 result.move(box.width() + reflectionOffset(), 0);
374 return style()->boxReflect()->offset().calcValue(borderBoxRect().width());
393 result.setX(box.x() - reflectionOffset() - box.width() + (box.right() - r.right()));
492 return hasOverrideSize() ? overrideSize() : width();
1662 int width = calcReplacedWidthUsing(style()->width()); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 80 public void onSurfaceChanged(GL10 gl, int width, int height) {
82 mSurfaceWidth = width;
84 gl.glViewport(0, 0, width, height);
98 private void drawOnscreen(GL10 gl, int width, int height) {
99 gl.glViewport(0, 0, width, height);
100 float ratio = (float) width / height;
136 private void drawOffscreenImage(GL10 gl, int width, int height) {
137 gl.glViewport(0, 0, width, height);
138 float ratio = (float) width / height;
174 private int createTargetTexture(GL10 gl, int width, int height)
    [all...]
  /external/opencore/doc/oscl_html/
osclconfig__proc__unix__android_8h.html 34 <table width="100%" cellpadding="2" cellspacing="0" border="0">
56 <table width="100%" cellpadding="2" cellspacing="0" border="0">
78 <table width="100%" cellpadding="2" cellspacing="0" border="0">
100 <table width="100%" cellpadding="2" cellspacing="0" border="0">
122 <table width="100%" cellpadding="2" cellspacing="0" border="0">
144 <table width="100%" cellpadding="2" cellspacing="0" border="0">
167 <table width="100%" cellpadding="2" cellspacing="0" border="0">
189 <table width="100%" cellpadding="2" cellspacing="0" border="0">
211 <table width="100%" cellpadding="2" cellspacing="0" border="0">
233 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]
osclconfig__proc__unix__common_8h.html 35 <table width="100%" cellpadding="2" cellspacing="0" border="0">
57 <table width="100%" cellpadding="2" cellspacing="0" border="0">
79 <table width="100%" cellpadding="2" cellspacing="0" border="0">
101 <table width="100%" cellpadding="2" cellspacing="0" border="0">
123 <table width="100%" cellpadding="2" cellspacing="0" border="0">
145 <table width="100%" cellpadding="2" cellspacing="0" border="0">
168 <table width="100%" cellpadding="2" cellspacing="0" border="0">
190 <table width="100%" cellpadding="2" cellspacing="0" border="0">
212 <table width="100%" cellpadding="2" cellspacing="0" border="0">
234 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]

Completed in 208 milliseconds

<<21222324252627282930>>