/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
android.text.style.ImageSpan.html | 79 <TABLE summary="Added Constructors" WIDTH="100%"> 84 <TD VALIGN="TOP" WIDTH="25%"> 91 <TD VALIGN="TOP" WIDTH="25%"> 101 <TABLE summary="Changed Constructors" WIDTH="100%"> 106 <TD VALIGN="TOP" WIDTH="25%"> 110 <TD VALIGN="TOP" WIDTH="30%"> 116 <TD VALIGN="TOP" WIDTH="25%"> 120 <TD VALIGN="TOP" WIDTH="30%">
|
pkg_android.view.html | 78 <TABLE summary="Added Classes" WIDTH="100%"> 83 <TD VALIGN="TOP" WIDTH="25%"> 93 <TABLE summary="Changed Classes and Interfaces" 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%">
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.graphics.drawable.BitmapDrawable.html | 79 <TABLE summary="Added Constructors" WIDTH="100%"> 84 <TD VALIGN="TOP" WIDTH="25%"> 91 <TD VALIGN="TOP" WIDTH="25%"> 101 <TABLE summary="Changed Constructors" WIDTH="100%"> 106 <TD VALIGN="TOP" WIDTH="25%"> 110 <TD VALIGN="TOP" WIDTH="30%"> 116 <TD VALIGN="TOP" WIDTH="25%"> 120 <TD VALIGN="TOP" WIDTH="30%">
|
android.view.Surface.html | 80 <TABLE summary="Changed Methods" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 89 <TD VALIGN="TOP" WIDTH="30%"> 99 <TABLE summary="Changed Fields" WIDTH="100%"> 104 <TD VALIGN="TOP" WIDTH="25%"> 107 <TD VALIGN="TOP" WIDTH="30%"> 113 <TD VALIGN="TOP" WIDTH="25%"> 116 <TD VALIGN="TOP" WIDTH="30%">
|
pkg_android.widget.html | 78 <TABLE summary="Added Classes and Interfaces" WIDTH="100%"> 83 <TD VALIGN="TOP" WIDTH="25%"> 90 <TD VALIGN="TOP" WIDTH="25%"> 100 <TABLE summary="Changed Classes and Interfaces" WIDTH="100%"> 105 <TD VALIGN="TOP" WIDTH="25%"> 112 <TD VALIGN="TOP" WIDTH="25%"> 119 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="25%">
|
/frameworks/base/docs/html/sdk/api_diff/7/changes/ |
android.telephony.PhoneStateListener.html | 80 <TABLE summary="Added Methods" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 92 <TD VALIGN="TOP" WIDTH="25%"> 103 <TABLE summary="Added Fields" WIDTH="100%"> 108 <TD VALIGN="TOP" WIDTH="25%"> 118 <TABLE summary="Changed Fields" WIDTH="100%"> 123 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="30%">
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.Manifest.permission.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%">
|
android.webkit.WebView.html | 80 <TABLE summary="Added Methods" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 92 <TD VALIGN="TOP" WIDTH="25%"> 102 <TABLE summary="Changed Methods" WIDTH="100%"> 107 <TD VALIGN="TOP" WIDTH="25%"> 111 <TD VALIGN="TOP" WIDTH="30%"> 117 <TD VALIGN="TOP" WIDTH="25%"> 121 <TD VALIGN="TOP" WIDTH="30%">
|
pkg_android.opengl.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%"> 114 <TABLE summary="Changed Classes" WIDTH="100%"> 119 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="25%">
|
/frameworks/base/native/graphics/jni/ |
bitmap.cpp | 32 info->width = bm->width();
|
/frameworks/base/services/java/com/android/server/status/ |
TrackingPatternView.java | 52 final int width = getWidth(); local 61 while (x < width) {
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
RawImage.java | 28 public int width; field in class:RawImage 57 this.width = buf.getInt(); 72 this.width = buf.getInt(); 122 return 3; // size, width, height 124 return 12; // bpp, size, width, height, 4*(length, offset) 148 rotated.width = this.height; 149 rotated.height = this.width; 155 final int w = this.width;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
ElementFigure.java | 58 if (mInnerBounds.width > 0) { 59 mInnerBounds.width--;
|
/system/extras/tests/framebuffer/ |
mdp_test.c | 95 static int get_framebuffer(int *fd, char **fb, int *width, int *height) 122 *width = vi.xres; 174 int fb_fd, width, height; local 273 if (get_framebuffer(&fb_fd, &fb, &width, &height)) { 281 src_imgw = width; 286 dst_imgw = width; 295 req->src.width = src_imgw; 305 req->dst.width = dst_imgw;
|
/external/webkit/WebCore/rendering/ |
RenderTableSection.cpp | 295 w = table()->width() - (table()->borderLeft() + table()->borderRight() + b); 298 int oldWidth = cell->width(); 480 cell->setX(table()->width()); 491 // IntRect cellRect(oldCellX, oldCellY - cell->borderTopExtra() , cell->width(), cell->height()); 492 IntRect cellRect(oldCellX, oldCellY, cell->width(), cell->height()); 508 // Set the width of our section now. The rows will also be this width. 579 // Set the row's x/y position and width/height. 582 rowRenderer->setWidth(width()); 704 IntRect oldCellRect(cell->x(), cell->y() , cell->width(), cell->height()) [all...] |
/dalvik/libdex/ |
InstrUtils.h | 31 * integer width appropriate for the number of enum values.) 88 * Instruction width, a value in the range -3 to 5. 110 * width of zero means the entry does not exist. 115 * Returns the width of the specified instruction, or 0 if not defined. 125 * Return the width of the specified instruction, or 0 if not defined. 139 * Return the width of the specified instruction, or 0 if not defined. Also
|
/external/freetype/src/raster/ |
ftrend1.c | 107 FT_UInt width, height, pitch; local 169 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 ); 185 pitch = FT_PAD_CEIL( width, 4 ); 191 pitch = ( ( width + 15 ) >> 4 ) << 1; 195 bitmap->width = width;
|
/external/icu4c/test/intltest/ |
numfmtst.h | 190 int32_t pos, int32_t width, UChar pad); 193 int32_t pos, int32_t width, UChar pad) { 194 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad); 198 int32_t pos, int32_t width, const UnicodeString& pad); 201 int32_t pos, int32_t width, const UnicodeString& pad) { 202 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
|
/external/icu4c/tools/toolutil/ |
writesrc.c | 83 const void *p, int32_t width, int32_t length, 94 switch(width) { 105 fprintf(stderr, "usrc_writeArray(width=%ld) unrecognized width\n", (long)width); 120 switch(width) {
|
/external/opencore/doc/oscl_html/ |
classPVActiveStats.html | 29 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 51 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 73 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 95 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 117 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 139 <table width="100%" cellpadding="2" cellspacing="0" border="0">
|
structMM__AllocQueryInfo.html | 26 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 48 <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">
|
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/ |
SDL_nullvideo.c | 54 static SDL_Surface *DUMMY_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 162 int width, int height, int bpp, Uint32 flags) 168 this->hidden->buffer = SDL_malloc(width * height * (bpp / 8)); 174 /* printf("Setting mode %dx%d\n", width, height); */ 176 SDL_memset(this->hidden->buffer, 0, width * height * (bpp / 8)); 188 this->hidden->w = current->w = width;
|
/external/skia/gm/ |
gmmain.cpp | 63 for (int x = 0; x < bitmap.width(); x++) { 88 const int w = bm->width(); 90 if (w != base.width() || h != base.height()) { 92 name.c_str(), base.width(), base.height(), w, h); 149 size.width(), size.height()); 153 bitmap.setConfig(gRec[i].fConfig, size.width(), size.height());
|
/external/skia/src/views/ |
SkWindow.cpp | 62 this->resize(fBitmap.width(), fBitmap.height(), config); 65 void SkWindow::resize(int width, int height, SkBitmap::Config config) 70 if (width != fBitmap.width() || height != fBitmap.height() || config != fConfig) 73 fBitmap.setConfig(config, width, height); 76 this->setSize(SkIntToScalar(width), SkIntToScalar(height));
|
/external/webkit/WebCore/platform/graphics/ |
IntPoint.h | 81 explicit IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { } 89 void move(const IntSize& s) { move(s.width(), s.height()); } 157 a.move(b.width(), b.height()); 163 a.move(-b.width(), -b.height()); 169 return IntPoint(a.x() + b.width(), a.y() + b.height()); 179 return IntPoint(a.x() - b.width(), a.y() - b.height());
|