Loading api/current.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -28013,7 +28013,7 @@ package android.renderscript { method public final android.content.Context getApplicationContext(); method public final android.content.Context getApplicationContext(); method public android.renderscript.RenderScript.RSErrorHandler getErrorHandler(); method public android.renderscript.RenderScript.RSErrorHandler getErrorHandler(); method public android.renderscript.RenderScript.RSMessageHandler getMessageHandler(); method public android.renderscript.RenderScript.RSMessageHandler getMessageHandler(); method public static long getMinorID(); method public static long getMinorVersion(); method public static void releaseAllContexts(); method public static void releaseAllContexts(); method public void sendMessage(int, int[]); method public void sendMessage(int, int[]); method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler); method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler); api/system-current.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -30027,7 +30027,7 @@ package android.renderscript { method public final android.content.Context getApplicationContext(); method public final android.content.Context getApplicationContext(); method public android.renderscript.RenderScript.RSErrorHandler getErrorHandler(); method public android.renderscript.RenderScript.RSErrorHandler getErrorHandler(); method public android.renderscript.RenderScript.RSMessageHandler getMessageHandler(); method public android.renderscript.RenderScript.RSMessageHandler getMessageHandler(); method public static long getMinorID(); method public static long getMinorVersion(); method public static void releaseAllContexts(); method public static void releaseAllContexts(); method public void sendMessage(int, int[]); method public void sendMessage(int, int[]); method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler); method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler); rs/java/android/renderscript/RenderScript.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -131,7 +131,7 @@ public class RenderScript { // this should be a monotonically increasing ID // this should be a monotonically increasing ID // used in conjunction with the API version of a device // used in conjunction with the API version of a device static final long sMinorID = 1; static final long sMinorVersion = 1; /** /** * Returns an identifier that can be used to identify a particular * Returns an identifier that can be used to identify a particular Loading @@ -140,8 +140,8 @@ public class RenderScript { * @return The minor RenderScript version number * @return The minor RenderScript version number * * */ */ public static long getMinorID() { public static long getMinorVersion() { return sMinorID; return sMinorVersion; } } /** /** Loading Loading
api/current.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -28013,7 +28013,7 @@ package android.renderscript { method public final android.content.Context getApplicationContext(); method public final android.content.Context getApplicationContext(); method public android.renderscript.RenderScript.RSErrorHandler getErrorHandler(); method public android.renderscript.RenderScript.RSErrorHandler getErrorHandler(); method public android.renderscript.RenderScript.RSMessageHandler getMessageHandler(); method public android.renderscript.RenderScript.RSMessageHandler getMessageHandler(); method public static long getMinorID(); method public static long getMinorVersion(); method public static void releaseAllContexts(); method public static void releaseAllContexts(); method public void sendMessage(int, int[]); method public void sendMessage(int, int[]); method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler); method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler);
api/system-current.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -30027,7 +30027,7 @@ package android.renderscript { method public final android.content.Context getApplicationContext(); method public final android.content.Context getApplicationContext(); method public android.renderscript.RenderScript.RSErrorHandler getErrorHandler(); method public android.renderscript.RenderScript.RSErrorHandler getErrorHandler(); method public android.renderscript.RenderScript.RSMessageHandler getMessageHandler(); method public android.renderscript.RenderScript.RSMessageHandler getMessageHandler(); method public static long getMinorID(); method public static long getMinorVersion(); method public static void releaseAllContexts(); method public static void releaseAllContexts(); method public void sendMessage(int, int[]); method public void sendMessage(int, int[]); method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler); method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler);
rs/java/android/renderscript/RenderScript.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -131,7 +131,7 @@ public class RenderScript { // this should be a monotonically increasing ID // this should be a monotonically increasing ID // used in conjunction with the API version of a device // used in conjunction with the API version of a device static final long sMinorID = 1; static final long sMinorVersion = 1; /** /** * Returns an identifier that can be used to identify a particular * Returns an identifier that can be used to identify a particular Loading @@ -140,8 +140,8 @@ public class RenderScript { * @return The minor RenderScript version number * @return The minor RenderScript version number * * */ */ public static long getMinorID() { public static long getMinorVersion() { return sMinorID; return sMinorVersion; } } /** /** Loading