Searched
full:bitmaps (Results
251 -
275 of
847) sorted by null
<<11121314151617181920>>
/frameworks/base/docs/html/guide/topics/resources/ |
available-resources.jd | 30 <dd>Define various graphics with bitmaps or XML.<br/>
|
index.jd | 3 page.landing.intro=It takes more than just code to build a great app. Resources are the additional files and static content that your code uses, such as bitmaps, layout definitions, user interface strings, animation instructions, and more.
|
/frameworks/base/libs/hwui/ |
AssetAtlas.cpp | 126 // Bitmaps should never be null, we're just extra paranoid
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
package.html | 10 effects may be from bitmaps, videos or even the camera. However, there are certain restrictions that
|
/frameworks/ex/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/ |
AnimatedGifTest.java | 114 if (!mProvider.isEmpty()) throw new IllegalStateException("All bitmaps not recycled");
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
UnrefedBitmapCache.java | 128 * Note: The cache only supports same-sized bitmaps.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
BitmapUtil.java | 26 * Provides static functions to decode bitmaps at the optimal size
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
BaseImage.java | 36 * and two thumbnail bitmaps as well as other information such as the id, and
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
IconFactory.java | 26 * A factory class for producing bitmaps to use as UI icons.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
MtpBitmapFetch.java | 32 * Helper class for fetching bitmaps from MTP devices.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
ContactPhotoUtils.java | 49 * channel, since hi-res Bitmaps are too big to serialize into a Bundle.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/raid/ |
md_u.h | 29 * >=2 means that Internal bitmaps are supported by setting MD_SB_BITMAP_PRESENT
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/raid/ |
md_u.h | 29 * >=2 means that Internal bitmaps are supported by setting MD_SB_BITMAP_PRESENT
|
/art/runtime/gc/accounting/ |
space_bitmap.h | 140 // Walk through the bitmaps in increasing address order, and find the object pointers that 158 // Size in bytes of the memory that the bitmaps spans.
|
/external/chromium_org/remoting/host/ |
disconnect_window_linux.cc | 121 // window would be remembered, preventing the generation of bitmaps for the 192 // Only generate bitmaps if the size has actually changed.
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
cursor.cc | 125 // Make sure the bitmaps will be freed. 211 // The two bitmaps combine as follows:
|
/external/chromium_org/tools/site_compare/ |
site_compare.py | 10 performs comparison operations on the resulting bitmaps and 23 import operators # Functions that, given two bitmaps as input, produce
|
/external/e2fsprogs/lib/ext2fs/ |
alloc.c | 29 * Check for uninit block bitmaps and deal with them appropriately 78 * Check for uninit inode bitmaps and deal with them appropriately
|
imager.c | 281 * Write the block/inode bitmaps. 356 * Read the block/inode bitmaps.
|
/frameworks/ex/framesequence/src/android/support/rastermill/ |
FrameSequenceDrawable.java | 238 * Bitmaps drawable to its BitmapProvider, if attached. 240 * If no BitmapProvider is attached to the drawable, recycle() is called on the Bitmaps.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
CacheProcessing.java | 242 // Let's see if we can cleanup the cache for unused bitmaps 303 Log.v(LOGTAG, "nb bitmaps in cache: " + nbBitmapsCached + " / " + mSteps.size());
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
sbitmap.h | 1 /* Simple bitmaps. 78 representations like linked-list bitmaps. For larger problems, the size
|
/art/runtime/gc/collector/ |
semi_space.cc | 72 // Bind the bitmaps of the main free list space and the non-moving space we are doing a 396 // Swap the live and mark bitmaps for each space which we modified space. This is an 398 // bitmaps. 400 // Unbind the live and mark bitmaps. 501 // Handle the bitmaps marking. [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageCache.java | 52 * This class handles disk and memory caching of bitmaps in conjunction with the 138 // If we're running on Honeycomb or newer, create a set of reusable bitmaps that can be 142 // would be to use a strongly references bitmaps, however this would require some 144 // require knowledge of the expected size of the bitmaps. From Honeycomb to JellyBean 146 // be the upper bound (due to changes in how inBitmap can re-use bitmaps). 500 * http://developer.android.com/training/displaying-bitmaps/
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageCache.java | 52 * This class handles disk and memory caching of bitmaps in conjunction with the 138 // If we're running on Honeycomb or newer, create a set of reusable bitmaps that can be 142 // would be to use a strongly references bitmaps, however this would require some 144 // require knowledge of the expected size of the bitmaps. From Honeycomb to JellyBean 146 // be the upper bound (due to changes in how inBitmap can re-use bitmaps). 500 * http://developer.android.com/training/displaying-bitmaps/
|
Completed in 1182 milliseconds
<<11121314151617181920>>