HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetWidth (Results 1 - 8 of 8) sorted by null

  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 63 return nativeGetWidth(mNativeLargeBitmap);
115 private static native int nativeGetWidth(long nativeLbm);
Picture.java 110 return nativeGetWidth(mNativePicture);
199 private static native int nativeGetWidth(long nativePicture);
BitmapRegionDecoder.java 203 return nativeGetWidth(mNativeBitmapRegionDecoder);
266 private static native int nativeGetWidth(long lbm);
  /frameworks/base/core/java/android/view/
Surface.java 71 private static native int nativeGetWidth(long nativeObject);
414 nativeGetWidth(mNativeObject),
451 nativeGetWidth(mNativeObject),
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 242 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) {
263 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
  /frameworks/base/media/java/android/media/
ImageWriter.java 703 mWidth = nativeGetWidth();
    [all...]
ImageReader.java     [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 485 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) {
617 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },

Completed in 209 milliseconds