Searched refs:EmojiPalettesView (Results 1 – 2 of 2) sorted by relevance
65 public final class EmojiPalettesView extends LinearLayout implements OnTabChangeListener, class94 public EmojiPalettesView(final Context context, final AttributeSet attrs) { in EmojiPalettesView() method in EmojiPalettesView98 public EmojiPalettesView(final Context context, final AttributeSet attrs, final int defStyle) { in EmojiPalettesView() method in EmojiPalettesView118 R.styleable.EmojiPalettesView, defStyle, R.style.EmojiPalettesView); in EmojiPalettesView()
32 import com.android.inputmethod.keyboard.emoji.EmojiPalettesView;57 private EmojiPalettesView mEmojiPalettesView;472 mEmojiPalettesView = (EmojiPalettesView)mCurrentInputView.findViewById( in onCreateInputView()