Loading graphics/java/android/renderscript/BaseObj.java +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ class BaseObj { } public int getID() { if (mDestroyed) { throw new IllegalStateException("using a destroyed object."); } return mID; } Loading Loading
graphics/java/android/renderscript/BaseObj.java +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ class BaseObj { } public int getID() { if (mDestroyed) { throw new IllegalStateException("using a destroyed object."); } return mID; } Loading