Searched defs:getNativeInstance (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DColorFilter.java65 public long getNativeInstance() { method in class:ColorFilter
H A DShader.java44 * Current native shader instance. Created and updated lazily when {@link #getNativeInstance()}
155 public final long getNativeInstance() { method in class:Shader
H A DBitmap.java137 public long getNativeInstance() { method in class:Bitmap
1854 long nativePaint = paint != null ? paint.getNativeInstance() : 0;
H A DPaint.java500 mNativePaint = nInitWithPaint(paint.getNativeInstance());
590 public long getNativeInstance() { method in class:Paint
591 long newNativeShader = mShader == null ? 0 : mShader.getNativeInstance();
596 long newNativeColorFilter = mColorFilter == null ? 0 : mColorFilter.getNativeInstance();
1042 // Defer setting the shader natively until getNativeInstance() is called
1069 // Defer setting the filter natively until getNativeInstance() is called

Completed in 1145 milliseconds