HomeSort by relevance Sort by last modified time
    Searched defs:getNativeInstance (Results 1 - 4 of 4) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 56 init(nativeCreate1(shaderA.getNativeInstance(), shaderB.getNativeInstance(),
72 init(nativeCreate2(shaderA.getNativeInstance(), shaderB.getNativeInstance(),
Shader.java 123 public long getNativeInstance() {
Bitmap.java 143 long getNativeInstance() {
    [all...]
Paint.java 476 mNativePaint = nInitWithPaint(paint.getNativeInstance());
566 public long getNativeInstance() {
567 long newNativeShader = mShader == null ? 0 : mShader.getNativeInstance();
    [all...]

Completed in 59 milliseconds