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

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.R.attr.html 81 <TABLE summary="Added Fields" WIDTH="100%">
86 <TD VALIGN="TOP" WIDTH="25%">
93 <TD VALIGN="TOP" WIDTH="25%">
100 <TD VALIGN="TOP" WIDTH="25%">
107 <TD VALIGN="TOP" WIDTH="25%">
114 <TD VALIGN="TOP" WIDTH="25%">
121 <TD VALIGN="TOP" WIDTH="25%">
128 <TD VALIGN="TOP" WIDTH="25%">
135 <TD VALIGN="TOP" WIDTH="25%">
145 <TABLE summary="Changed Fields" WIDTH="100%"
    [all...]
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%">
117 <TABLE summary="Added Fields" WIDTH="100%">
122 <TD VALIGN="TOP" WIDTH="25%">
129 <TD VALIGN="TOP" WIDTH="25%">
136 <TD VALIGN="TOP" WIDTH="25%">
143 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
android.content.Intent.html 81 <TABLE summary="Added Methods" WIDTH="100%">
86 <TD VALIGN="TOP" WIDTH="25%">
93 <TD VALIGN="TOP" WIDTH="25%">
100 <TD VALIGN="TOP" WIDTH="25%">
107 <TD VALIGN="TOP" WIDTH="25%">
118 <TABLE summary="Added Fields" WIDTH="100%">
123 <TD VALIGN="TOP" WIDTH="25%">
130 <TD VALIGN="TOP" WIDTH="25%">
137 <TD VALIGN="TOP" WIDTH="25%">
144 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
android.os.Environment.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
96 <TABLE summary="Added Fields" WIDTH="100%">
101 <TD VALIGN="TOP" WIDTH="25%">
108 <TD VALIGN="TOP" WIDTH="25%">
115 <TD VALIGN="TOP" WIDTH="25%">
122 <TD VALIGN="TOP" WIDTH="25%">
129 <TD VALIGN="TOP" WIDTH="25%">
136 <TD VALIGN="TOP" WIDTH="25%">
143 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
android.provider.Settings.System.html 81 <TABLE summary="Added Fields" WIDTH="100%">
86 <TD VALIGN="TOP" WIDTH="25%">
93 <TD VALIGN="TOP" WIDTH="25%">
100 <TD VALIGN="TOP" WIDTH="25%">
107 <TD VALIGN="TOP" WIDTH="25%">
117 <TABLE summary="Changed Fields" WIDTH="100%">
122 <TD VALIGN="TOP" WIDTH="25%">
125 <TD VALIGN="TOP" WIDTH="30%">
131 <TD VALIGN="TOP" WIDTH="25%">
134 <TD VALIGN="TOP" WIDTH="30%"
    [all...]
pkg_android.os.html 78 <TABLE summary="Added Classes and Interfaces" 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%">
114 <TABLE summary="Changed Classes" WIDTH="100%">
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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ImageDescriptor.java 24 int width; field in class:ImageDescriptor
40 width = 0;
59 d.width = rawData[valueIndex++] & 0xff;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
NinePatchDrawable.java 45 * Return the intrinsic width of the underlying drawable object. Returns
46 * -1 if it has no intrinsic width, such as with a solid color.
83 m9Patch.draw(canvas.getGraphics2d(), r.left, r.top, r.width(), r.height());
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height)
112 *width = *height = *display_height = *display_width = 0;
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
285 /* width */
408 *width = (*display_width + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
444 int32 *width,
483 *width = 128;
488 *width = 176
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
AbstractIndicator.java 51 int width = getWidth() - p.left - p.right; local
56 matrix.preTranslate(p.left + width / 2, p.top + height / 2);
62 p.left + (width - icon.getWidth()) / 2,
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 88 public NexusRS(int width, int height) {
89 super(width, height);
107 public void resize(int width, int height) {
108 super.resize(width, height); // updates mWidth, mHeight
110 // android.util.Log.d("NexusRS", String.format("resize(%d, %d)", width, height));
112 mWorldState.width = width;
114 mWorldState.rotate = width > height ? 1 : 0;
148 public int width; field in class:NexusRS.WorldState
166 mWorldState.width = mWidth
    [all...]
  /external/libpng/
pngwtran.c 37 /* png_uint_32 width; width of row */
109 png_uint_32 row_width = row_info->width;
140 png_uint_32 row_width = row_info->width;
172 png_uint_32 row_width = row_info->width;
205 row_info->width);
293 png_uint_32 istop = channels * row_info->width;
317 png_uint_32 istop = channels * row_info->width;
359 png_uint_32 row_width = row_info->width;
374 png_uint_32 row_width = row_info->width;
    [all...]
  /external/opencore/doc/pvauthor_html/
pv__common__types_8h.html 47 <table width="100%" cellpadding="2" cellspacing="0" border="0">
70 <table width="100%" cellpadding="2" cellspacing="0" border="0">
92 <table width="100%" cellpadding="2" cellspacing="0" border="0">
114 <table width="100%" cellpadding="2" cellspacing="0" border="0">
136 <table width="100%" cellpadding="2" cellspacing="0" border="0">
158 <table width="100%" cellpadding="2" cellspacing="0" border="0">
180 <table width="100%" cellpadding="2" cellspacing="0" border="0">
202 <table width="100%" cellpadding="2" cellspacing="0" border="0">
224 <table width="100%" cellpadding="2" cellspacing="0" border="0">
246 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 32 /* png_uint_32 width; width of row */
103 png_uint_32 row_width = row_info->width;
134 png_uint_32 row_width = row_info->width;
166 png_uint_32 row_width = row_info->width;
199 row_info->width);
286 png_uint_32 istop = channels * row_info->width;
310 png_uint_32 istop = channels * row_info->width;
351 png_uint_32 row_width = row_info->width;
366 png_uint_32 row_width = row_info->width;
    [all...]
  /frameworks/base/awt/java/awt/
FontMetrics.java 39 * character extends below the baseline. The advance width defines the position
43 * width too. The ascent or descent of the array is specified by the maximum
44 * ascent or descent of the characters in the array. The advance width is the
312 * @return the advance width of the array.
315 int width = 0; local
327 width += charWidth(data[i]);
330 return width;
344 * @return the advance width of the array.
347 int width = 0; local
359 width += charWidth(data[i])
    [all...]
  /frameworks/base/awt/java/awt/image/
SinglePixelPackedSampleModel.java 70 * the width of the image data.
87 * the width of the image data.
149 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
193 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
226 return this.width == model.width && this.height == model.height
246 return new SinglePixelPackedSampleModel(this.dataType, this.width, this.height,
257 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
277 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
288 if (x < 0 || y < 0 || x >= this.width || y >= this.height)
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 94 int mDashRatio; //ratio of the length of a dash to its width
258 just a dash of squares (the size of the paint's stroke-width.
264 float width = mState->mStrokeThickness; local
268 if (0 == width) {
269 width = 1;
274 paint->setStrokeWidth(SkFloatToScalar(width));
279 if (rect != NULL && (RoundToInt(width) & 1)) {
291 width = 0;
294 width = mState->mDashRatio * width;
475 SkScalar width = SkScalarDiv(SkIntToScalar(count), diameter); local
    [all...]
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 82 int width,
148 /* Adjust width */
149 width -= (bufferend - pointer) - 1;
160 /* Adjust width further */
162 width--;
168 width -= 2;
171 width--;
183 while (width-- > count)
187 /* width has been adjusted for signs and alternatives */
221 precision = width;
391 unsigned int width; local
847 int width; local
    [all...]
  /external/quake/quake/src/WinQuake/
vid_ext.cpp 79 int width, height; // displayed width and height (+18, +20) member in struct:__anon5524
129 int x, int y, byte *pbitmap, int width, int height)
140 VGA_BeginDirectRect (lvid, pcurrentmode, x, y, pbitmap, width, height);
155 int x, int y, int width, int height)
166 VGA_EndDirectRect (lvid, pcurrentmode, x, y, width, height);
337 if (modeinfo.width > 999)
341 sprintf (&names[nummodes][0], "%4dx%4d", modeinfo.width,
347 sprintf (&names[nummodes][0], "%4dx%3d", modeinfo.width,
356 sprintf (&names[nummodes][0], "%3dx%4d", modeinfo.width,
    [all...]
  /external/webkit/WebKit/android/jni/
PictureSet.cpp 190 void PictureSet::checkDimensions(int width, int height, SkRegion* inval)
192 if (mWidth == width && mHeight == height)
195 mWidth, mHeight, width, height);
196 if (mWidth == width && height > mHeight) { // only grew vertically
198 rect.set(0, mHeight, width, height - mHeight);
201 clear(); // if both width/height changed, clear the old cache
202 inval->setRect(0, 0, width, height);
204 mWidth = width;
277 if (maxElapsed < elapsed && (pathBounds.width() >= MIN_SPLITTABLE ||
367 if (bitmap.width() <= 1 || bitmap.height() <= 1
570 int width = bounds.width(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 67 int width = info->d_width; local
111 width);
120 int width = info->d_width; local
164 width);
173 int width = info->d_width; local
220 width);
230 int width = info->d_width; local
271 }, width);
288 int width = info->d_width; local
355 }, width);
366 int width = info->d_width; local
448 int width = info->d_width; local
511 int width = info->d_width; local
597 int width = info->d_width; local
852 int width = info->d_width; local
988 int width = info->d_width; local
1062 int width = info->d_width; local
1159 int width = info->d_width; local
1293 int width = info->d_width; local
1376 int width = info->d_width; local
1438 int width = info->d_width; local
1464 int width = info->d_width; local
1529 int width = info->d_width; local
1579 int width = info->d_width; local
1697 int width = info->d_width; local
1775 int width = info->d_width; local
1879 int width = info->d_width; local
2018 int width = info->d_width; local
2164 int width = info->d_width; local
2298 int width = info->d_width; local
2434 int width = info->d_width; local
2470 int width = info->d_width; local
2502 int width = info->d_width; local
2545 int width = info->d_width; local
2589 int width = info->d_width; local
2630 int width = info->d_width; local
2673 int width = info->d_width; local
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 33 width = width of the VOP in pixels (x axis); full-pel resolution
86 int width, /* i */
97 offset = width - B_SIZE; /* offset for prev */
109 prev += width;
186 int width, /* i */
199 offset = width - B_SIZE; /* offset for prev */
515 int width, /* i */
528 offset = width - B_SIZE; /* offset for prev */
549 word2 = *((uint32*)(prev + width));
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 33 width = width of the VOP in pixels (x axis); full-pel resolution
85 int width, /* i */
96 offset = width - B_SIZE; /* offset for prev */
108 prev += width;
185 int width, /* i */
198 offset = width - B_SIZE; /* offset for prev */
514 int width, /* i */
527 offset = width - B_SIZE; /* offset for prev */
548 word2 = *((uint32*)(prev + width));
    [all...]
  /external/opencore/doc/oscl_html/
osclconfig__unix__android_8h.html 60 <table width="100%" cellpadding="2" cellspacing="0" border="0">
87 <table width="100%" cellpadding="2" cellspacing="0" border="0">
114 <table width="100%" cellpadding="2" cellspacing="0" border="0">
141 <table width="100%" cellpadding="2" cellspacing="0" border="0">
168 <table width="100%" cellpadding="2" cellspacing="0" border="0">
198 <table width="100%" cellpadding="2" cellspacing="0" border="0">
220 <table width="100%" cellpadding="2" cellspacing="0" border="0">
242 <table width="100%" cellpadding="2" cellspacing="0" border="0">
264 <table width="100%" cellpadding="2" cellspacing="0" border="0">
286 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]
osclconfig__unix__common_8h.html 61 <table width="100%" cellpadding="2" cellspacing="0" border="0">
88 <table width="100%" cellpadding="2" cellspacing="0" border="0">
115 <table width="100%" cellpadding="2" cellspacing="0" border="0">
142 <table width="100%" cellpadding="2" cellspacing="0" border="0">
169 <table width="100%" cellpadding="2" cellspacing="0" border="0">
199 <table width="100%" cellpadding="2" cellspacing="0" border="0">
221 <table width="100%" cellpadding="2" cellspacing="0" border="0">
243 <table width="100%" cellpadding="2" cellspacing="0" border="0">
265 <table width="100%" cellpadding="2" cellspacing="0" border="0">
287 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]

Completed in 147 milliseconds

<<31323334353637383940>>