/frameworks/base/tools/aapt/ |
Images.cpp | 486 // The last row always ends with the bottom being bitmap.height and the top 487 // being either yDivs[numYDivs-2] (if yDivs[numYDivs-1]=bitmap.height) or [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeContext.java | 42 import android.graphics.Bitmap; [all...] |
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
Ctrl.c | 180 /* Set enabled rates bitmap for each rates mode */ 423 /* 2. Build a bitMap for the supported rates */ [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
Ctrl.c | 180 /* Set enabled rates bitmap for each rates mode */ 423 /* 2. Build a bitMap for the supported rates */ [all...] |
/frameworks/base/core/java/android/provider/ |
Contacts.java | 26 import android.graphics.Bitmap; 600 * Opens an InputStream for the person's photo and returns the photo as a Bitmap. 624 * Opens an InputStream for the person's photo and returns the photo as a Bitmap. 634 public static Bitmap loadContactPhoto(Context context, Uri person, 641 Bitmap bm = stream != null ? BitmapFactory.decodeStream(stream, null, options) : null; 648 private static Bitmap loadPlaceholderPhoto(int placeholderImageResource, Context context, [all...] |
/external/e2fsprogs/ |
RELEASE-NOTES | [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
siteMgr.c | 201 static void validateDesiredTxRate(rate_e desiredTxRate,modulationType_e desiredModulation,UINT32 suppRates,UINT32 *bitMap,BOOL *txDesiredRateSupported); [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetCreator.py | [all...] |
/external/webkit/WebKit/android/nav/ |
WebView.cpp | 1717 SkBitmap bitmap; local [all...] |
/dalvik/vm/alloc/ |
HeapSource.c | 102 /* The bitmap that keeps track of where objects are in the heap. [all...] |
/frameworks/base/awt/com/android/internal/awt/ |
AndroidGraphics2D.java | 65 import android.graphics.Bitmap; 771 public void drawBitmap(Bitmap bm, float x, float y, Paint p) { [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
constructors_index_additions.html | 205 <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_added(android.graphics.Bitmap, int)" class="hiddenlink" target="rightframe"><b>ImageSpan</b> 206 (<code>Bitmap, int</code>)</A></nobr> constructor<br>
|
constructors_index_all.html | 223 <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_added(android.graphics.Bitmap, int)" class="hiddenlink" target="rightframe"><b>ImageSpan</b> 224 (<code>Bitmap, int</code>)</A></nobr> constructor<br>
|
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
classes_index_all.html | 104 <A HREF="android.graphics.Bitmap.html" class="hiddenlink" target="rightframe">Bitmap</A><br>
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
methods_index_changes.html | 407 <nobr><A HREF="android.content.Context.html#android.content.Context.setWallpaper_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">type 408 (<code>Bitmap</code>) in android.content.Context
|
/packages/apps/Camera/src/com/android/camera/ |
VideoCamera.java | 36 import android.graphics.Bitmap; [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/ |
QuickContactWindow.java | 44 import android.graphics.Bitmap; [all...] |
/packages/apps/Music/src/com/android/music/ |
TrackBrowserActivity.java | 36 import android.graphics.Bitmap; 423 Bitmap bm = MusicUtils.getArtwork(TrackBrowserActivity.this, -1, albumid, false); [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
target.h | [all...] |
/bionic/libc/kernel/common/linux/ |
videodev2.h | 414 void __user *bitmap; member in struct:v4l2_window [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/patterns/ |
NodeTest.java | 62 * Special bitmap for match patterns starting with a function.
|
/dalvik/vm/ |
Globals.h | 398 * Thread ID bitmap. We want threads to have small integer IDs so
|
Misc.c | 229 * "Allocate" the first-available bit in the bitmap.
|
/external/e2fsprogs/e2fsck/ |
journal.c | 961 /* We need the inode bitmap to be loaded */
|
pass1b.c | 825 /* Check the bitmap blocks */
|