Loading core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -14340,7 +14340,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** * Return the width of the your view. * Return the width of your view. * * @return The width of your view, in pixels. */ rs/java/android/renderscript/ScriptIntrinsic.java +3 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ package android.renderscript; /** * Base class for all Intrinsic scripts. An intrinsic a script * which implements a pre-defined function. Intrinsics are * provided to provide effecient implemtations of common * Base class for all Intrinsic scripts. An intrinsic is a script * that implements a pre-defined function. Intrinsics are * provided to provide efficient implementations of common * operations. * * Not intended for direct use. Loading Loading
core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -14340,7 +14340,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** * Return the width of the your view. * Return the width of your view. * * @return The width of your view, in pixels. */
rs/java/android/renderscript/ScriptIntrinsic.java +3 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ package android.renderscript; /** * Base class for all Intrinsic scripts. An intrinsic a script * which implements a pre-defined function. Intrinsics are * provided to provide effecient implemtations of common * Base class for all Intrinsic scripts. An intrinsic is a script * that implements a pre-defined function. Intrinsics are * provided to provide efficient implementations of common * operations. * * Not intended for direct use. Loading