EmojiImageSpan

public class EmojiImageSpan

Constructors

Link copied to clipboard
public void AndroidEmoji.EmojiImageSpan(int codePoint, float textSize)

Properties

Link copied to clipboard
public final static int ALIGN_BOTTOM
A constant indicating that the bottom of this span should be aligned with the bottom of the surrounding text, i.e., at the same level as the lowest descender in the text.

Functions

Link copied to clipboard
public void draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint)
Link copied to clipboard
public Drawable getDrawable()
Your subclass must implement this method to provide the bitmap to be drawn.
Link copied to clipboard
public int getSize(Paint paint, CharSequence text, int start, int end, FontMetricsInt fm)