Loading core/java/android/widget/RichContentReceiver.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ import java.util.Set; * * <p>Example implementation:<br> * <pre class="prettyprint"> * public class MyRichContentReceiver extends RichContentReceiver<TextView> { * public class MyRichContentReceiver implements RichContentReceiver<TextView> { * * private static final Set<String> SUPPORTED_MIME_TYPES = Collections.unmodifiableSet( * Set.of("text/*", "image/gif", "image/png", "image/jpg")); Loading core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -13586,7 +13586,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * the clipboard). See {@link #setRichContentReceiver} for more info. * * @return The callback that this view is using to handle insertion of content. Returns * {@link #DEFAULT_RICH_CONTENT_RECEIVER} if not custom callback has been * {@link #DEFAULT_RICH_CONTENT_RECEIVER} if no custom callback has been * {@link #setRichContentReceiver set}. */ @NonNull Loading
core/java/android/widget/RichContentReceiver.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ import java.util.Set; * * <p>Example implementation:<br> * <pre class="prettyprint"> * public class MyRichContentReceiver extends RichContentReceiver<TextView> { * public class MyRichContentReceiver implements RichContentReceiver<TextView> { * * private static final Set<String> SUPPORTED_MIME_TYPES = Collections.unmodifiableSet( * Set.of("text/*", "image/gif", "image/png", "image/jpg")); Loading
core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -13586,7 +13586,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * the clipboard). See {@link #setRichContentReceiver} for more info. * * @return The callback that this view is using to handle insertion of content. Returns * {@link #DEFAULT_RICH_CONTENT_RECEIVER} if not custom callback has been * {@link #DEFAULT_RICH_CONTENT_RECEIVER} if no custom callback has been * {@link #setRichContentReceiver set}. */ @NonNull