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

/frameworks/base/graphics/java/android/graphics/
H A DColorFilter.java59 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.java154 public long getNativeInstance() { method in class:Bitmap
1972 long nativePaint = paint != null ? paint.getNativeInstance() : 0;
H A DPaint.java497 mNativePaint = nInitWithPaint(paint.getNativeInstance());
638 public long getNativeInstance() { method in class:Paint
639 long newNativeShader = mShader == null ? 0 : mShader.getNativeInstance();
644 long newNativeColorFilter = mColorFilter == null ? 0 : mColorFilter.getNativeInstance();
1124 // Defer setting the shader natively until getNativeInstance() is called
1151 // Defer setting the filter natively until getNativeInstance() is called

Completed in 84 milliseconds