Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java58 protected final int mLabelResId; field in SystemShortcut
76 mLabelResId = labelResId; in SystemShortcut()
86 labelView.setText(mLabelResId); in setIconAndLabelFor()
91 view.setContentDescription(view.getContext().getText(mLabelResId)); in setIconAndContentDescriptionFor()
96 mAccessibilityActionId, context.getText(mLabelResId)); in createAccessibilityAction()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java65 public final int mLabelResId; field in KeyboardLayoutSetNavigateMoreKeysBase.ExpectedMoreKey
69 mLabelResId = NO_LABEL; in ExpectedMoreKey()
74 mLabelResId = labelResId; in ExpectedMoreKey()
108 final int expectedLabelResId = expectedMoreKeys[index].mLabelResId; in doTestMoreKeysOf()