OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeDestructor
(Results
1 - 18
of
18
) sorted by null
/frameworks/base/graphics/java/android/graphics/
MaskFilter.java
27
nativeDestructor
(native_instance);
30
private static native void
nativeDestructor
(int native_filter);
PathEffect.java
27
nativeDestructor
(native_instance);
30
private static native void
nativeDestructor
(int native_patheffect);
DrawFilter.java
32
nativeDestructor
(mNativeInt);
38
private static native void
nativeDestructor
(int nativeDrawFilter);
RegionIterator.java
45
nativeDestructor
(mNativeIter);
49
private static native void
nativeDestructor
(int native_iter);
Camera.java
165
nativeDestructor
();
172
private native void
nativeDestructor
();
Shader.java
89
nativeDestructor
(native_instance, native_shader);
115
private static native void
nativeDestructor
(int native_shader, int native_skiaShader);
Movie.java
63
private static native void
nativeDestructor
(int nativeMovie);
79
nativeDestructor
(mNativeMovie);
Interpolator.java
149
nativeDestructor
(native_instance);
157
private static native void
nativeDestructor
(int native_instance);
Picture.java
161
nativeDestructor
(mNativePicture);
189
private static native void
nativeDestructor
(int nativePicture);
Region.java
382
nativeDestructor
(mNativeRegion);
408
private static native void
nativeDestructor
(int native_region);
Bitmap.java
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DrawFilter_Delegate.java
59
/*package*/ static void
nativeDestructor
(int nativeDrawFilter) {
MaskFilter_Delegate.java
59
/*package*/ static void
nativeDestructor
(int native_filter) {
PathEffect_Delegate.java
63
/*package*/ static void
nativeDestructor
(int native_patheffect) {
Shader_Delegate.java
79
/*package*/ static void
nativeDestructor
(int native_shader, int native_skiaShader) {
Region_Delegate.java
273
/*package*/ static void
nativeDestructor
(int native_region) {
Bitmap_Delegate.java
306
/*package*/ static void
nativeDestructor
(int nativeBitmap) {
/frameworks/base/core/java/android/emoji/
EmojiFactory.java
80
nativeDestructor
(mNativeEmojiFactory);
275
private native void
nativeDestructor
(int factory);
Completed in 94 milliseconds