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

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

Completed in 45 milliseconds