Skip navigation links
A B C D E F G H I O P R S T V 

A

addEmoji(Emoji) - Method in interface com.vanniktech.emoji.RecentEmoji
Should add the emoji to the recent ones.
addVariant(Emoji) - Method in interface com.vanniktech.emoji.VariantEmoji
Should add the emoji to the variants.

B

backspace() - Method in class com.vanniktech.emoji.EmojiEditText
 
build(EmojiEditText) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 

C

com.vanniktech.emoji - package com.vanniktech.emoji
 
com.vanniktech.emoji.emoji - package com.vanniktech.emoji.emoji
 
com.vanniktech.emoji.listeners - package com.vanniktech.emoji.listeners
 

D

dismiss() - Method in class com.vanniktech.emoji.EmojiPopup
 

E

Emoji - Class in com.vanniktech.emoji.emoji
 
Emoji(int[], int) - Constructor for class com.vanniktech.emoji.emoji.Emoji
 
Emoji(int, int) - Constructor for class com.vanniktech.emoji.emoji.Emoji
 
Emoji(int, int, Emoji...) - Constructor for class com.vanniktech.emoji.emoji.Emoji
 
Emoji(int[], int, Emoji...) - Constructor for class com.vanniktech.emoji.emoji.Emoji
 
emoji - Variable in class com.vanniktech.emoji.EmojiRange
 
EmojiButton - Class in com.vanniktech.emoji
 
EmojiButton(Context) - Constructor for class com.vanniktech.emoji.EmojiButton
 
EmojiButton(Context, AttributeSet) - Constructor for class com.vanniktech.emoji.EmojiButton
 
EmojiCategory - Interface in com.vanniktech.emoji.emoji
Interface for defining a category.
EmojiEditText - Class in com.vanniktech.emoji
 
EmojiEditText(Context) - Constructor for class com.vanniktech.emoji.EmojiEditText
 
EmojiEditText(Context, AttributeSet) - Constructor for class com.vanniktech.emoji.EmojiEditText
 
EmojiImageView - Class in com.vanniktech.emoji
 
EmojiImageView(Context, AttributeSet) - Constructor for class com.vanniktech.emoji.EmojiImageView
 
EmojiInformation - Class in com.vanniktech.emoji
 
emojiInformation(String) - Static method in class com.vanniktech.emoji.EmojiUtils
returns a class that contains all of the emoji information that was found in the given text
EmojiManager - Class in com.vanniktech.emoji
EmojiManager where an EmojiProvider can be installed for further usage.
EmojiPopup - Class in com.vanniktech.emoji
 
EmojiPopup.Builder - Class in com.vanniktech.emoji
 
EmojiProvider - Interface in com.vanniktech.emoji
Interface for a custom emoji implementation that can be used with EmojiManager.
EmojiRange - Class in com.vanniktech.emoji
 
emojis - Variable in class com.vanniktech.emoji.EmojiInformation
 
emojis(String) - Static method in class com.vanniktech.emoji.EmojiUtils
returns the emojis that were found in the given text
emojisCount(String) - Static method in class com.vanniktech.emoji.EmojiUtils
returns the number of all emojis that were found in the given text
EmojiTextView - Class in com.vanniktech.emoji
 
EmojiTextView(Context) - Constructor for class com.vanniktech.emoji.EmojiTextView
 
EmojiTextView(Context, AttributeSet) - Constructor for class com.vanniktech.emoji.EmojiTextView
 
EmojiUtils - Class in com.vanniktech.emoji
 
end - Variable in class com.vanniktech.emoji.EmojiRange
 
equals(Object) - Method in class com.vanniktech.emoji.emoji.Emoji
 
equals(Object) - Method in class com.vanniktech.emoji.EmojiInformation
 
equals(Object) - Method in class com.vanniktech.emoji.EmojiRange
 

F

fromRootView(View) - Static method in class com.vanniktech.emoji.EmojiPopup.Builder
 

G

getBase() - Method in class com.vanniktech.emoji.emoji.Emoji
 
getCategories() - Method in interface com.vanniktech.emoji.EmojiProvider
 
getEmojis() - Method in interface com.vanniktech.emoji.emoji.EmojiCategory
Returns all of the emojis it can display.
getIcon() - Method in interface com.vanniktech.emoji.emoji.EmojiCategory
Returns the icon of the category that should be displayed.
getLength() - Method in class com.vanniktech.emoji.emoji.Emoji
 
getRecentEmojis() - Method in interface com.vanniktech.emoji.RecentEmoji
Returns the recent emojis.
getResource() - Method in class com.vanniktech.emoji.emoji.Emoji
 
getUnicode() - Method in class com.vanniktech.emoji.emoji.Emoji
 
getVariant(Emoji) - Method in interface com.vanniktech.emoji.VariantEmoji
Returns the variant for the passed emoji.
getVariants() - Method in class com.vanniktech.emoji.emoji.Emoji
 

H

hashCode() - Method in class com.vanniktech.emoji.emoji.Emoji
 
hashCode() - Method in class com.vanniktech.emoji.EmojiInformation
 
hashCode() - Method in class com.vanniktech.emoji.EmojiRange
 
hasVariants() - Method in class com.vanniktech.emoji.emoji.Emoji
 

I

input(Emoji) - Method in class com.vanniktech.emoji.EmojiEditText
 
install(EmojiProvider) - Static method in class com.vanniktech.emoji.EmojiManager
Installs the given EmojiProvider.
isOnlyEmojis - Variable in class com.vanniktech.emoji.EmojiInformation
 
isOnlyEmojis(String) - Static method in class com.vanniktech.emoji.EmojiUtils
returns true when the string contains only emojis.
isShowing() - Method in class com.vanniktech.emoji.EmojiPopup
 

O

onDetachedFromWindow() - Method in class com.vanniktech.emoji.EmojiImageView
 
onDraw(Canvas) - Method in class com.vanniktech.emoji.EmojiImageView
 
onEmojiBackspaceClick(View) - Method in interface com.vanniktech.emoji.listeners.OnEmojiBackspaceClickListener
 
OnEmojiBackspaceClickListener - Interface in com.vanniktech.emoji.listeners
 
onEmojiClick(EmojiImageView, Emoji) - Method in interface com.vanniktech.emoji.listeners.OnEmojiClickListener
 
OnEmojiClickListener - Interface in com.vanniktech.emoji.listeners
 
onEmojiLongClick(EmojiImageView, Emoji) - Method in interface com.vanniktech.emoji.listeners.OnEmojiLongClickListener
 
OnEmojiLongClickListener - Interface in com.vanniktech.emoji.listeners
 
onEmojiPopupDismiss() - Method in interface com.vanniktech.emoji.listeners.OnEmojiPopupDismissListener
 
OnEmojiPopupDismissListener - Interface in com.vanniktech.emoji.listeners
 
onEmojiPopupShown() - Method in interface com.vanniktech.emoji.listeners.OnEmojiPopupShownListener
 
OnEmojiPopupShownListener - Interface in com.vanniktech.emoji.listeners
 
onKeyboardClose() - Method in interface com.vanniktech.emoji.listeners.OnSoftKeyboardCloseListener
 
onKeyboardOpen(int) - Method in interface com.vanniktech.emoji.listeners.OnSoftKeyboardOpenListener
 
onMeasure(int, int) - Method in class com.vanniktech.emoji.EmojiImageView
 
onSizeChanged(int, int, int, int) - Method in class com.vanniktech.emoji.EmojiImageView
 
OnSoftKeyboardCloseListener - Interface in com.vanniktech.emoji.listeners
 
OnSoftKeyboardOpenListener - Interface in com.vanniktech.emoji.listeners
 
onTextChanged(CharSequence, int, int, int) - Method in class com.vanniktech.emoji.EmojiEditText
 
onTouch(View, MotionEvent) - Method in class com.vanniktech.emoji.listeners.RepeatListener
 

P

persist() - Method in interface com.vanniktech.emoji.RecentEmoji
Should persist all emojis.
persist() - Method in interface com.vanniktech.emoji.VariantEmoji
Should persist all emojis.

R

RecentEmoji - Interface in com.vanniktech.emoji
Interface for providing some custom implementation for recent emojis.
RepeatListener - Class in com.vanniktech.emoji.listeners
 
RepeatListener(long, long, View.OnClickListener) - Constructor for class com.vanniktech.emoji.listeners.RepeatListener
 

S

setEmojiSize(int) - Method in class com.vanniktech.emoji.EmojiButton
sets the emoji size in pixels and automatically invalidates the text and renders it with the new size
setEmojiSize(int, boolean) - Method in class com.vanniktech.emoji.EmojiButton
sets the emoji size in pixels and automatically invalidates the text and renders it with the new size when shouldInvalidate is true
setEmojiSize(int) - Method in class com.vanniktech.emoji.EmojiEditText
sets the emoji size in pixels and automatically invalidates the text and renders it with the new size
setEmojiSize(int, boolean) - Method in class com.vanniktech.emoji.EmojiEditText
sets the emoji size in pixels and automatically invalidates the text and renders it with the new size when shouldInvalidate is true
setEmojiSize(int) - Method in class com.vanniktech.emoji.EmojiTextView
sets the emoji size in pixels and automatically invalidates the text and renders it with the new size
setEmojiSize(int, boolean) - Method in class com.vanniktech.emoji.EmojiTextView
sets the emoji size in pixels and automatically invalidates the text and renders it with the new size when shouldInvalidate is true
setEmojiSizeRes(int) - Method in class com.vanniktech.emoji.EmojiButton
sets the emoji size in pixels with the provided resource and automatically invalidates the text and renders it with the new size
setEmojiSizeRes(int, boolean) - Method in class com.vanniktech.emoji.EmojiButton
sets the emoji size in pixels with the provided resource and invalidates the text and renders it with the new size when shouldInvalidate is true
setEmojiSizeRes(int) - Method in class com.vanniktech.emoji.EmojiEditText
sets the emoji size in pixels with the provided resource and automatically invalidates the text and renders it with the new size
setEmojiSizeRes(int, boolean) - Method in class com.vanniktech.emoji.EmojiEditText
sets the emoji size in pixels with the provided resource and invalidates the text and renders it with the new size when shouldInvalidate is true
setEmojiSizeRes(int) - Method in class com.vanniktech.emoji.EmojiTextView
sets the emoji size in pixels with the provided resource and automatically invalidates the text and renders it with the new size
setEmojiSizeRes(int, boolean) - Method in class com.vanniktech.emoji.EmojiTextView
sets the emoji size in pixels with the provided resource and invalidates the text and renders it with the new size when shouldInvalidate is true
setOnEmojiBackspaceClickListener(OnEmojiBackspaceClickListener) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setOnEmojiClickListener(OnEmojiClickListener) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setOnEmojiPopupDismissListener(OnEmojiPopupDismissListener) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setOnEmojiPopupShownListener(OnEmojiPopupShownListener) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setOnSoftKeyboardCloseListener(OnSoftKeyboardCloseListener) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setOnSoftKeyboardOpenListener(OnSoftKeyboardOpenListener) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setRecentEmoji(RecentEmoji) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
Allows you to pass your own implementation of recent emojis.
setText(CharSequence, BufferType) - Method in class com.vanniktech.emoji.EmojiButton
 
setText(CharSequence, BufferType) - Method in class com.vanniktech.emoji.EmojiTextView
 
setVariantEmoji(VariantEmoji) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
Allows you to pass your own implementation of variant emojis.
start - Variable in class com.vanniktech.emoji.EmojiRange
 

T

toggle() - Method in class com.vanniktech.emoji.EmojiPopup
 

V

VariantEmoji - Interface in com.vanniktech.emoji
Interface for providing some custom implementation for variant emojis.
A B C D E F G H I O P R S T V 
Skip navigation links