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.java64 protected final int mLabelResId; field in SystemShortcut
82 mLabelResId = labelResId; in SystemShortcut()
92 labelView.setText(mLabelResId); in setIconAndLabelFor()
97 view.setContentDescription(view.getContext().getText(mLabelResId)); in setIconAndContentDescriptionFor()
102 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()