toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.conversation.extension.component.emoticon
/
AndroidEmoji
/
EmojiImageSpan
Emoji
Image
Span
public
class
EmojiImageSpan
Members
Constructors
Android
Emoji.
Emoji
Image
Span
Link copied to clipboard
public
void
AndroidEmoji.EmojiImageSpan
(
int codePoint
,
float textSize
)
Properties
ALIGN_BOTTOM
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
draw
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
)
get
Drawable
Link copied to clipboard
public
Drawable
getDrawable
(
)
Your subclass must implement this method to provide the bitmap to be drawn.
get
Size
Link copied to clipboard
public
int
getSize
(
Paint paint
,
CharSequence
text
,
int start
,
int end
,
FontMetricsInt fm
)