Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bda69cf1 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Make Camera#native_instance private"

parents f48d64c5 e1e6a5bf
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

package android.graphics;

import android.compat.annotation.UnsupportedAppUsage;

/**
 * A camera instance can be used to compute 3D transformations and
 * generate a matrix that can be applied, for instance, on a
@@ -168,6 +166,5 @@ public class Camera {
    private native void nativeGetMatrix(long native_matrix);
    private native void nativeApplyToCanvas(long native_canvas);

    @UnsupportedAppUsage
    long native_instance;
    private long native_instance;
}