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

Commit 1057fc37 authored by Todd Kopriva's avatar Todd Kopriva Committed by android-build-merger
Browse files

Merge "docs: fixing bug 36982027 and 30636712, typos" into oc-mr1-dev

am: 5b0a4eea

Change-Id: Iff4044c52e7ccdf6f7f879b9d5457ce1458b21bd
parents 87f98183 5b0a4eea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
     */
+3 −3
Original line number Diff line number Diff line
@@ -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.