Searched refs:mIconsSet (Results 1 – 6 of 6) sorted by relevance
84 public final KeyboardIconsSet mIconsSet; field in Keyboard109 mIconsSet = params.mIconsSet; in Keyboard()136 mIconsSet = keyboard.mIconsSet; in Keyboard()
253 mKeyboardView.getKeyVisualAttribute(), keyboard.mIconsSet); in setEmojiKeyboard()
382 final Drawable icon = key.getIcon(mKeyboard.mIconsSet, params.mAnimAlpha); in onDrawKeyTopVisuals()
478 mKeyPreviewChoreographer.placeAndShowKeyPreview(key, keyboard.mIconsSet, mKeyDrawParams, in showKeyPreview()
279 params.mIconsSet.loadIcons(keyboardAttr); in parseKeyboardAttributes()670 R.styleable.Keyboard_Case_isIconDefined, mParams.mIconsSet); in parseCaseCondition()
66 public final KeyboardIconsSet mIconsSet = new KeyboardIconsSet(); field in KeyboardParams