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

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 224 private static final long NATIVE_ALLOCATION_SIZE = 40;
228 Matrix.class.getClassLoader(), nGetNativeFinalizer(), NATIVE_ALLOCATION_SIZE);
Bitmap.java 57 private static final long NATIVE_ALLOCATION_SIZE = 32;
139 long nativeSize = NATIVE_ALLOCATION_SIZE + getAllocationByteCount();
    [all...]
Canvas.java 76 private static final long NATIVE_ALLOCATION_SIZE = 525;
81 Canvas.class.getClassLoader(), nGetNativeFinalizer(), NATIVE_ALLOCATION_SIZE);
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java 104 private static final int NATIVE_ALLOCATION_SIZE = 500;
112 Binder.class.getClassLoader(), getNativeFinalizer(), NATIVE_ALLOCATION_SIZE);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 702 VMRuntime.getRuntime().registerNativeFree(mVectorState.NATIVE_ALLOCATION_SIZE);
    [all...]

Completed in 64 milliseconds