OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeGetHeight
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/graphics/java/android/graphics/
LargeBitmap.java
69
return
nativeGetHeight
(mNativeLargeBitmap);
116
private static native int
nativeGetHeight
(long nativeLbm);
Picture.java
109
return
nativeGetHeight
(mNativePicture);
182
private static native int
nativeGetHeight
(long nativePicture);
BitmapRegionDecoder.java
205
return
nativeGetHeight
(mNativeBitmapRegionDecoder);
261
private static native int
nativeGetHeight
(long lbm);
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
207
static jint
nativeGetHeight
(JNIEnv* env, jobject, jlong brdHandle) {
232
{ "
nativeGetHeight
", "(J)I", (void*)
nativeGetHeight
},
/frameworks/base/core/java/android/view/
Surface.java
57
private static native int
nativeGetHeight
(long nativeObject);
364
nativeGetHeight
(mNativeObject));
/frameworks/base/media/java/android/media/
ImageReader.java
714
height =
nativeGetHeight
();
865
private synchronized native int
nativeGetHeight
()
[
all
...]
ImageWriter.java
668
mHeight =
nativeGetHeight
();
806
private synchronized native int
nativeGetHeight
();
[
all
...]
/frameworks/base/core/jni/
android_view_Surface.cpp
472
static jint
nativeGetHeight
(JNIEnv* env, jclass clazz, jlong nativeObject) {
564
{"
nativeGetHeight
", "(J)I", (void*)
nativeGetHeight
},
Completed in 376 milliseconds