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

Commit 2b300a99 authored by Miao Wang's avatar Miao Wang Committed by Android Git Automerger
Browse files

am 782b4339: Merge "[RenderScript] typo fix in Allocation.java"

* commit '782b4339':
  [RenderScript] typo fix in Allocation.java
parents 91d2f27b 782b4339
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ public class Allocation extends BaseObj {
     * @hide
     * Enable/Disable AutoPadding for Vec3 elements.
     *
     * @param useAutoPadding True: enable AutoPadding; flase: disable AutoPadding
     * @param useAutoPadding True: enable AutoPadding; False: disable AutoPadding
     *
     */
    public void setAutoPadding(boolean useAutoPadding) {