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

Commit 66c6aed2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use `` for code font rather than ||." into main am: aedcfe83 am:...

Merge "Use `` for code font rather than ||." into main am: aedcfe83 am: ba1dae5b am: e35dba52 am: 04c0922f am: 7ba60782

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2753315



Change-Id: I9c76c9c344c75be12769c53d38de3a1ed5330e43
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a3f59eb0 7ba60782
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ enum AndroidBitmapCompressFormat {
 *
 *  @param userContext Pointer to user-defined data passed to
 *         {@link AndroidBitmap_compress}.
 *  @param data Compressed data of |size| bytes to write.
 *  @param data Compressed data of `size` bytes to write.
 *  @param size Length in bytes of data to write.
 *  @return Whether the operation succeeded.
 */
@@ -205,7 +205,7 @@ typedef bool (*AndroidBitmap_CompressWriteFunc)(void* userContext,
                                                size_t size) __INTRODUCED_IN(30);

/**
 *  Compress |pixels| as described by |info|.
 *  Compress `pixels` as described by `info`.
 *
 *  Available since API level 30.
 *