HomeSort by relevance Sort by last modified time
    Searched defs:getSizeInBytes (Results 1 - 6 of 6) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
BitmapPreFiller.java 68 int bytesPerBitmap = getSizeInBytes(size);
76 private static int getSizeInBytes(PreFillType size) {
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemData.java 134 public long getSizeInBytes() {
225 builder.mSizeInBytes = data.getSizeInBytes();
  /external/llvm/include/llvm/IR/
DataLayout.h 479 uint64_t getSizeInBytes() const { return StructSize; }
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java 266 mSizeInBytes -= page.getSizeInBytes();
278 final int contentSizeInBytes = renderedPage.getSizeInBytes();
306 mSizeInBytes -= renderedPage.getSizeInBytes();
314 mSizeInBytes -= renderedPage.getSizeInBytes();
318 public int getSizeInBytes() {
406 public int getSizeInBytes() {
775 if (mPageContentCache.getSizeInBytes() <= 0
776 || mPageContentCache.getSizeInBytes() + bitmapSizeInBytes
796 + mPageContentCache.getSizeInBytes() + " bytes");
805 + mPageContentCache.getSizeInBytes() + " bytes")
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 583 milliseconds