Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java58 private static String sPrependShortcutLabel; field in IconMenuItemView
63 if (sPrependShortcutLabel == null) { in IconMenuItemView()
68 sPrependShortcutLabel = getResources().getString( in IconMenuItemView()
DMenuItemImpl.java97 private static String sPrependShortcutLabel; field in MenuItemImpl
119 if (sPrependShortcutLabel == null || !lang.equals(sLanguage)) { in MenuItemImpl()
122 sPrependShortcutLabel = menu.getContext().getResources().getString( in MenuItemImpl()
284 StringBuilder sb = new StringBuilder(sPrependShortcutLabel); in getShortcutLabel()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DMenuItemImpl.java101 private static String sPrependShortcutLabel; field in MenuItemImpl
301 StringBuilder sb = new StringBuilder(sPrependShortcutLabel); in getShortcutLabel()