Home
last modified time | relevance | path

Searched defs:textResId (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
H A DActionButtonsPreference.java241 public ActionButtonsPreference setButton1Text(@StringRes int textResId) { in setButton1Text()
306 public ActionButtonsPreference setButton2Text(@StringRes int textResId) { in setButton2Text()
371 public ActionButtonsPreference setButton3Text(@StringRes int textResId) { in setButton3Text()
436 public ActionButtonsPreference setButton4Text(@StringRes int textResId) { in setButton4Text()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DSplitConfigurationOptions.java78 public final int textResId; field in SplitConfigurationOptions.SplitPositionOption
85 public SplitPositionOption(int iconResId, int textResId, int stagePosition, int stageType) { in SplitPositionOption()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMigrationTooltipView.java48 final int textResId = R.string.accessibility_floating_button_migration_tooltip; in MigrationTooltipView() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarEduView.java141 void updateStartButton(int textResId, OnClickListener onClickListener) { in updateStartButton()
146 void updateEndButton(int textResId, OnClickListener onClickListener) { in updateEndButton()
/aosp12/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
H A DBannerMessagePreference.java270 public BannerMessagePreference setPositiveButtonText(@StringRes int textResId) { in setPositiveButtonText()
288 public BannerMessagePreference setNegativeButtonText(@StringRes int textResId) { in setNegativeButtonText()
307 public BannerMessagePreference setSubtitle(@StringRes int textResId) { in setSubtitle()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java298 private Button createButton(@StringRes int textResId, int keyCode) { in createButton()
302 private Button createButton(@StringRes int textResId, int keyCode, int targetDisplay) { in createButton()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
H A DSidePanelHelper.java41 public BySelector byViewText(int textResId) { in byViewText()
/aosp12/packages/apps/Dialer/java/com/android/dialer/widget/
H A DTextViewPreference.java139 public void setTitle(int textResId) { in setTitle()
/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DTextViewPreference.java143 public void setTitle(int textResId) { in setTitle()
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
H A DSuwUiFragment.java72 int textResId = arguments.getInt(TEXT_RES_ID_KEY, 0); in onCreateView() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java383 final int textResId = sa.getResourceId(R.styleable.Shortcut_shortcutLongLabel, 0); in parseShortcutAttributes() local
421 int titleResId, int textResId, int disabledMessageResId, in createShortcutFromManifest()
H A DShortcutPackage.java1995 int textResId; in parseShortcut() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuActionButton.java75 final int textResId = typedArray.getResourceId(1, 0); in TvPipMenuActionButton() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DActionButtonInfo.java76 public ActionButtonInfo setText(@StringRes int textResId) { in setText()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java83 public void switchIndication(int textResId) { in switchIndication()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DAppGridView.java77 public AppsAdapter(Context context, int layout, int textResId, int iconResId) { in AppsAdapter()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestActivity.java271 private void showWarningView(int textResId) { in showWarningView()
/aosp12/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java420 private int addStaticItem(ListView listView, int textResId) { in addStaticItem()
/aosp12/packages/apps/Contacts/src/com/android/contacts/drawer/
H A DDrawerAdapter.java368 public BaseDrawerItem(int adapterViewType, int viewId, int textResId, int iconResId) { in BaseDrawerItem()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java2482 CharSequence text, int textResId, String textResName, in ShortcutInfo()