HomeSort by relevance Sort by last modified time
    Searched refs:bitmapSize (Results 1 - 25 of 37) sorted by null

1 2

  /packages/apps/Car/Media/src/com/android/car/media/drawer/
MediaItemsFetcher.java 87 int bitmapSize =
97 .height(bitmapSize)
98 .width(bitmapSize)
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
BitmapUploadActivity.java 60 int bitmapSize = Math.min((int) (minDisplayDimen * 0.75), 720);
62 || mBitmap.getWidth() != bitmapSize
63 || mBitmap.getHeight() != bitmapSize) {
64 mBitmap = Bitmap.createBitmap(bitmapSize, bitmapSize, Bitmap.Config.ARGB_8888);
  /frameworks/base/libs/hwui/
TextureCache.cpp 71 mSize -= texture->bitmapSize;
73 texture->id, texture->bitmapSize, mSize);
75 ALOGD("Texture deleted, size = %d", texture->bitmapSize);
106 texture->bitmapSize = bitmap->rowBytes() * bitmap->height();
122 ALOGD("Texture created for hw bitmap size = %d", texture->bitmapSize);
TextDropShadowCache.cpp 132 ALOGD("Shadow texture deleted, size = %d", texture->bitmapSize);
190 ALOGD("Shadow texture created, size = %d", texture->bitmapSize);
Texture.h 176 uint32_t bitmapSize = 0;
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java 90 final int bitmapSize = getBitmapSize(bitmap) / 1024;
91 return bitmapSize == 0 ? 1 : bitmapSize;
  /frameworks/base/core/java/android/view/
DisplayListCanvas.java 227 int bitmapSize = bitmap.getByteCount();
228 if (bitmapSize > MAX_BITMAP_SIZE) {
230 "Canvas: trying to draw too large(" + bitmapSize + "bytes) bitmap.");
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 68 * @param bitmapSize the size of the bitmap
69 * @return a bitmapSize x bitmapSize grayscale bitmap that is represented
71 * value at pixel [i%bitmapSize, i/bitmapSize]
73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) {
74 return spatialSampling(gesture, bitmapSize, false);
82 * @param bitmapSize the size of the bitmap
86 * @return a bitmapSize x bitmapSize grayscale bitmap that is represented
    [all...]
  /frameworks/base/core/java/android/util/
LauncherIcons.java 75 int bitmapSize = (int) (shadowSize + 2 * blur + keyShadowDistance);
76 Bitmap shadow = Bitmap.createBitmap(bitmapSize, bitmapSize, Bitmap.Config.ARGB_8888);
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperCropActivity.java 189 int bitmapSize = b.getWidth() * b.getHeight();
190 if ((bitmapSize >= count) && (bitmapSize < currentBitmapSize)) {
192 currentBitmapSize = bitmapSize;
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 181 final int bitmapSize = getBitmapSize(value) / 1024;
182 return bitmapSize == 0 ? 1 : bitmapSize;
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 181 final int bitmapSize = getBitmapSize(value) / 1024;
182 return bitmapSize == 0 ? 1 : bitmapSize;
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 181 final int bitmapSize = getBitmapSize(value) / 1024;
182 return bitmapSize == 0 ? 1 : bitmapSize;
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 241 var p, bitmapSize, spansSize, pSize, limit uintptr
283 bitmapSize = arenaSize / (sys.PtrSize * 8 / 2)
295 pSize = bitmapSize + spansSize + arenaSize + _PageSize
326 bitmapSize = (_MaxArena32 + 1) / (sys.PtrSize * 8 / 2)
328 if limit > 0 && arenaSize+bitmapSize+spansSize > limit {
329 bitmapSize = (limit / 9) &^ ((1 << _PageShift) - 1)
330 arenaSize = bitmapSize * 8
345 pSize = bitmapSize + spansSize + arenaSize + _PageSize
362 mheap_.bitmap = p1 + spansSize + bitmapSize
368 mheap_.arena_start = p1 + (spansSize + bitmapSize)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 241 var p, bitmapSize, spansSize, pSize, limit uintptr
283 bitmapSize = arenaSize / (sys.PtrSize * 8 / 2)
295 pSize = bitmapSize + spansSize + arenaSize + _PageSize
326 bitmapSize = (_MaxArena32 + 1) / (sys.PtrSize * 8 / 2)
328 if limit > 0 && arenaSize+bitmapSize+spansSize > limit {
329 bitmapSize = (limit / 9) &^ ((1 << _PageShift) - 1)
330 arenaSize = bitmapSize * 8
345 pSize = bitmapSize + spansSize + arenaSize + _PageSize
362 mheap_.bitmap = p1 + spansSize + bitmapSize
368 mheap_.arena_start = p1 + (spansSize + bitmapSize)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 426 final int bitmapSize = 31; // size in pixels of start, pass, and alpha resources
427 final int pixelCount = bitmapSize * bitmapSize;
436 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888);
441 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888);
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/
leakcanary-analyzer-1.4.jar 
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 445 final int bitmapSize = Math.round(48f * res.getDisplayMetrics().density);
446 assertEquals(bitmapSize, scaleDrawable.getIntrinsicWidth());
447 assertEquals(bitmapSize, scaleDrawable.getIntrinsicHeight());
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 175 const VkDeviceSize bitmapSize = tcu::getPixelSize(mapVkFormat(m_colorFormat)) * m_renderSize.x() * m_renderSize.y();
177 vk, device, allocator, makeBufferCreateInfo(bitmapSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
181 deMemset(alloc.getHostPtr(), 0, (size_t)bitmapSize);
182 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), bitmapSize);
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 909 milliseconds

1 2