-
public final class EmojiPackViewHolder extends RecyclerView.ViewHolder
A RecyclerView.ViewHolder for an item in the Emoji Picker. If you want to create a custom layout, all views here need to be included
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EmojiPackViewHolder(View view)
-
Method Summary
Modifier and Type Method Description final ConstraintLayoutgetItem()final ImageViewgetIcon()final TextViewgetName()final TextViewgetDescription()final ImageViewgetDownload()final RadioButtongetSelection()final ImageViewgetCancel()final ProgressBargetProgress()final ImageViewgetImportFile()final ConstraintLayoutgetExpandedItem()final TextViewgetDescriptionLong()final TextViewgetVersion()final ButtongetSelectCurrent()final ButtongetWebsite()final ButtongetLicense()final ButtongetDelete()final StringgetPackId()-
Methods inherited from class de.c1710.filemojicompat_ui.views.picker.EmojiPackViewHolder
addChangePayload, addFlags, clearOldPosition, clearPayload, clearReturnedFromScrapFlag, clearTmpDetachFlag, doesTransientStatePreventRecycling, flagRemovedAndOffsetPosition, getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, getUnmodifiedPayloads, hasAnyOfTheFlags, isAdapterPositionUnknown, isAttachedToTransitionOverlay, isBound, isInvalid, isRecyclable, isRemoved, isScrap, isTmpDetached, isUpdated, needsUpdate, offsetPosition, onEnteredHiddenState, onLeftHiddenState, resetInternal, saveOldPosition, setFlags, setIsRecyclable, setScrapContainer, shouldBeKeptAsChild, shouldIgnore, stopIgnoring, toString, unScrap, wasReturnedFromScrap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
EmojiPackViewHolder
EmojiPackViewHolder(View view)
-
-
Method Detail
-
getItem
final ConstraintLayout getItem()
-
getDescription
final TextView getDescription()
-
getDownload
final ImageView getDownload()
-
getSelection
final RadioButton getSelection()
-
getProgress
final ProgressBar getProgress()
-
getImportFile
final ImageView getImportFile()
-
getExpandedItem
final ConstraintLayout getExpandedItem()
-
getDescriptionLong
final TextView getDescriptionLong()
-
getVersion
final TextView getVersion()
-
getSelectCurrent
final Button getSelectCurrent()
-
getWebsite
final Button getWebsite()
-
getLicense
final Button getLicense()
-
-
-
-