Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java58 private String mShortcutCaption; field in IconMenuItemView
179 if (mShortcutCaption == null) { in setCaptionMode()
180 mShortcutCaption = mItemData.getShortcutLabel(); in setCaptionMode()
183 text = mShortcutCaption; in setCaptionMode()
323 mShortcutCaption = null; in setShortcut()