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

  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 69 return nativeGetHeight(mNativeLargeBitmap);
116 private static native int nativeGetHeight(long nativeLbm);
BitmapRegionDecoder.java 211 return nativeGetHeight(mNativeBitmapRegionDecoder);
267 private static native int nativeGetHeight(long lbm);
Picture.java 118 return nativeGetHeight(mNativePicture);
200 private static native int nativeGetHeight(long nativePicture);
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 236 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) {
261 { "nativeGetHeight", "(J)I", (void*)nativeGetHeight},
  /frameworks/base/core/jni/
android_view_Surface.cpp 493 static jint nativeGetHeight(JNIEnv* env, jclass clazz, jlong nativeObject) {
618 {"nativeGetHeight", "(J)I", (void*)nativeGetHeight },
  /frameworks/base/media/java/android/media/
ImageWriter.java 714 mHeight = nativeGetHeight();
    [all...]
ImageReader.java     [all...]
  /frameworks/base/core/java/android/view/
Surface.java 72 private static native int nativeGetHeight(long nativeObject);
415 nativeGetHeight(mNativeObject));
452 nativeGetHeight(mNativeObject));
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 3645 milliseconds