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

A

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

B

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

C

CacheKey - Class in com.vanniktech.emoji.emoji
 
CacheKey(int, int) - Constructor for class com.vanniktech.emoji.emoji.CacheKey
 
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

destroy() - Method in class com.vanniktech.emoji.emoji.Emoji
 
destroy() - Static method in class com.vanniktech.emoji.EmojiManager
Destroys the EmojiManager.
destroyItem(ViewGroup, int, Object) - Method in class com.vanniktech.emoji.EmojiPagerAdapter
 
dismiss() - Method in class com.vanniktech.emoji.EmojiPopup
 
dismiss() - Method in class com.vanniktech.emoji.EmojiVariantPopup
 

E

Emoji - Class in com.vanniktech.emoji.emoji
 
Emoji(int[], int, boolean) - Constructor for class com.vanniktech.emoji.emoji.Emoji
 
Emoji(int, int, boolean) - Constructor for class com.vanniktech.emoji.emoji.Emoji
 
Emoji(int, int, boolean, Emoji...) - Constructor for class com.vanniktech.emoji.emoji.Emoji
 
Emoji(int[], int, boolean, Emoji...) - Constructor for class com.vanniktech.emoji.emoji.Emoji
 
emoji - Variable in class com.vanniktech.emoji.EmojiRange
 
EmojiAutoCompleteTextView - Class in com.vanniktech.emoji
Reference implementation for an EmojiAutoCompleteTextView with emoji support.
EmojiAutoCompleteTextView(Context) - Constructor for class com.vanniktech.emoji.EmojiAutoCompleteTextView
 
EmojiAutoCompleteTextView(Context, AttributeSet) - Constructor for class com.vanniktech.emoji.EmojiAutoCompleteTextView
 
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
Reference implementation for an EditText with emoji support.
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.
EmojiMultiAutoCompleteTextView - Class in com.vanniktech.emoji
Reference implementation for an EmojiAutoCompleteTextView with emoji support.
EmojiMultiAutoCompleteTextView(Context) - Constructor for class com.vanniktech.emoji.EmojiMultiAutoCompleteTextView
 
EmojiMultiAutoCompleteTextView(Context, AttributeSet) - Constructor for class com.vanniktech.emoji.EmojiMultiAutoCompleteTextView
 
EmojiPagerAdapter - Class in com.vanniktech.emoji
 
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
 
EmojiReplacer - Interface in com.vanniktech.emoji
EmojiProviders can implement this interface to perform text emoji image replacement in a more efficient way.
EmojiResultReceiver - Class in com.vanniktech.emoji
 
EmojiResultReceiver.Receiver - Interface 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
 
EmojiVariantPopup - Class in com.vanniktech.emoji
 
EmojiVariantPopup(View, OnEmojiClickListener) - Constructor for class com.vanniktech.emoji.EmojiVariantPopup
 
EmojiView - Class in com.vanniktech.emoji
 
EmojiView(Context, OnEmojiClickListener, OnEmojiLongClickListener, RecentEmoji, VariantEmoji, int, int, int, ViewPager.PageTransformer) - Constructor for class com.vanniktech.emoji.EmojiView
 
end - Variable in class com.vanniktech.emoji.EmojiRange
 
equals(Object) - Method in class com.vanniktech.emoji.emoji.CacheKey
 
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
 
getCount() - Method in class com.vanniktech.emoji.EmojiPagerAdapter
 
getDrawable(Context) - Method in class com.vanniktech.emoji.emoji.Emoji
 
getEmojis() - Method in interface com.vanniktech.emoji.emoji.EmojiCategory
Returns all of the emojis it can display.
getEmojiSize() - Method in class com.vanniktech.emoji.EmojiAutoCompleteTextView
returns the emoji size
getEmojiSize() - Method in class com.vanniktech.emoji.EmojiEditText
returns the emoji size
getEmojiSize() - Method in class com.vanniktech.emoji.EmojiMultiAutoCompleteTextView
returns the emoji size
getIcon() - Method in interface com.vanniktech.emoji.emoji.EmojiCategory
Returns the icon of the category that should be displayed.
getInstance() - Static method in class com.vanniktech.emoji.EmojiManager
 
getLength() - Method in class com.vanniktech.emoji.emoji.Emoji
 
getRecentEmojis() - Method in interface com.vanniktech.emoji.RecentEmoji
Returns the recent emojis.
getRecentEmojis() - Method in class com.vanniktech.emoji.RecentEmojiManager
 
getResource() - Method in class com.vanniktech.emoji.emoji.Emoji
Deprecated.
Please migrate to getDrawable(). May return -1 in the future for providers that don't use resources.
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.
getVariant(Emoji) - Method in class com.vanniktech.emoji.VariantEmojiManager
 
getVariants() - Method in class com.vanniktech.emoji.emoji.Emoji
 

H

hashCode() - Method in class com.vanniktech.emoji.emoji.CacheKey
 
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.EmojiAutoCompleteTextView
 
input(Emoji) - Method in class com.vanniktech.emoji.EmojiEditText
 
input(Emoji) - Method in class com.vanniktech.emoji.EmojiMultiAutoCompleteTextView
 
install(EmojiProvider) - Static method in class com.vanniktech.emoji.EmojiManager
Installs the given EmojiProvider.
instantiateItem(ViewGroup, int) - Method in class com.vanniktech.emoji.EmojiPagerAdapter
 
isDuplicate() - Method in class com.vanniktech.emoji.emoji.Emoji
 
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
 
isViewFromObject(View, Object) - Method in class com.vanniktech.emoji.EmojiPagerAdapter
 

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
 
onPageScrolled(int, float, int) - Method in class com.vanniktech.emoji.EmojiView
 
onPageScrollStateChanged(int) - Method in class com.vanniktech.emoji.EmojiView
 
onPageSelected(int) - Method in class com.vanniktech.emoji.EmojiView
 
onReceiveResult(int, Bundle) - Method in class com.vanniktech.emoji.EmojiPopup
 
onReceiveResult(int, Bundle) - Method in class com.vanniktech.emoji.EmojiResultReceiver
 
onReceiveResult(int, Bundle) - Method in interface com.vanniktech.emoji.EmojiResultReceiver.Receiver
 
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.EmojiAutoCompleteTextView
 
onTextChanged(CharSequence, int, int, int) - Method in class com.vanniktech.emoji.EmojiEditText
 
onTextChanged(CharSequence, int, int, int) - Method in class com.vanniktech.emoji.EmojiMultiAutoCompleteTextView
 
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 class com.vanniktech.emoji.RecentEmojiManager
 
persist() - Method in interface com.vanniktech.emoji.VariantEmoji
Should persist all emojis.
persist() - Method in class com.vanniktech.emoji.VariantEmojiManager
 

R

RecentEmoji - Interface in com.vanniktech.emoji
Interface for providing some custom implementation for recent emojis.
RecentEmojiManager - Class in com.vanniktech.emoji
 
RecentEmojiManager(Context) - Constructor for class com.vanniktech.emoji.RecentEmojiManager
 
release() - Static method in class com.vanniktech.emoji.EmojiManager
Releases all data associated with installed Emojis.
RepeatListener - Class in com.vanniktech.emoji.listeners
 
RepeatListener(long, long, View.OnClickListener) - Constructor for class com.vanniktech.emoji.listeners.RepeatListener
 
replaceWithImages(Context, Spannable, float, float) - Method in class com.vanniktech.emoji.EmojiManager
 
replaceWithImages(Context, Spannable, float, float, EmojiReplacer) - Method in interface com.vanniktech.emoji.EmojiReplacer
 

S

setBackgroundColor(int) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setDividerColor(int) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setEmojiSize(int) - Method in class com.vanniktech.emoji.EmojiAutoCompleteTextView
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.EmojiAutoCompleteTextView
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.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.EmojiMultiAutoCompleteTextView
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.EmojiMultiAutoCompleteTextView
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.EmojiAutoCompleteTextView
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.EmojiAutoCompleteTextView
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.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.EmojiMultiAutoCompleteTextView
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.EmojiMultiAutoCompleteTextView
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
setIconColor(int) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setKeyboardAnimationStyle(int) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setOnEmojiBackspaceClickListener(OnEmojiBackspaceClickListener) - Method in class com.vanniktech.emoji.EmojiPopup.Builder
 
setOnEmojiBackspaceClickListener(OnEmojiBackspaceClickListener) - Method in class com.vanniktech.emoji.EmojiView
 
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
 
setPageTransformer(ViewPager.PageTransformer) - 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, TextView.BufferType) - Method in class com.vanniktech.emoji.EmojiButton
 
setText(CharSequence, TextView.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.
show(EmojiImageView, Emoji) - Method in class com.vanniktech.emoji.EmojiVariantPopup
 
start - Variable in class com.vanniktech.emoji.EmojiRange
 

T

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

U

updateEmoji(Emoji) - Method in class com.vanniktech.emoji.EmojiImageView
Updates the emoji image directly.

V

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