Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java44 private final int mLabelResId; field in SystemShortcut
52 mLabelResId = labelResId; in SystemShortcut()
60 mLabelResId = other.mLabelResId; in SystemShortcut()
75 labelView.setText(mLabelResId); in setIconAndLabelFor()
80 view.setContentDescription(view.getContext().getText(mLabelResId)); in setIconAndContentDescriptionFor()
85 mAccessibilityActionId, context.getText(mLabelResId)); in createAccessibilityAction()
/packages/apps/DeskClock/src/com/android/deskclock/uidata/
DUiDataModel.java49 private final @StringRes int mLabelResId; field in UiDataModel.Tab
54 mLabelResId = labelResId; in Tab()
59 public @StringRes int getLabelResId() { return mLabelResId; } in getLabelResId()
/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()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DDataModel.java82 private final @StringRes int mLabelResId; field in DataModel.SilentSetting
89 mLabelResId = labelResId; in SilentSetting()
95 public @StringRes int getLabelResId() { return mLabelResId; } in getLabelResId()
99 return mLabelResId != 0 && mActionEnabled.apply(context); in isActionEnabled()