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

/frameworks/base/graphics/java/android/graphics/
H A DShader.java123 public long getNativeInstance() { method in class:Shader
H A DBitmap.java143 long getNativeInstance() { method in class:Bitmap
1634 long nativePaint = paint != null ? paint.getNativeInstance() : 0;
H A DPaint.java476 mNativePaint = nInitWithPaint(paint.getNativeInstance());
566 public long getNativeInstance() { method in class:Paint
567 long newNativeShader = mShader == null ? 0 : mShader.getNativeInstance();
1051 // Defer setting the shader natively until getNativeInstance() is called

Completed in 168 milliseconds