Home
last modified time | relevance | path

Searched refs:mActionKeyDrawable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
DModifierKeysPickerDialogFragment.java69 private Drawable mActionKeyDrawable; field in ModifierKeysPickerDialogFragment
116 mActionKeyDrawable = DrawableCompat.wrap(drawable); in onCreateDialog()
270 if (mActionKeyDrawable != null && i == 2) { in getView()
278 if (mActionKeyDrawable != null && i == 2) { in getView()
301 mActionKeyIcon.setImageDrawable(mActionKeyDrawable); in setActionKeyIcon()
307 DrawableCompat.setTint(mActionKeyDrawable, color); in setActionKeyColor()