Searched refs:textResourceId (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateTextToast.java35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { argument
41 tv.setText(textResourceId);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateTextToast.java35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { argument
41 tv.setText(textResourceId);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateTextToast.java35 public RotateTextToast(Activity activity, int textResourceId, int orientation) { argument
41 tv.setText(textResourceId);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAddAdapter.java54 public ListItem(Resources res, int textResourceId, int imageResourceId, int actionTag) { argument
55 text = res.getString(textResourceId);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAddAdapter.java52 public ListItem(Resources res, int textResourceId, int imageResourceId, int actionTag) { argument
53 text = res.getString(textResourceId);
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DMoreContactUtils.java187 * containing {@link android.widget.TextView} is set using the given textResourceId.
189 public static View createHeaderView(Context context, int textResourceId) { argument
192 textView.setText(context.getString(textResourceId));
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DRecurrencePickerDialog.java1205 int itemResourceId, int textResourceId) {
1209 mTextResourceId = textResourceId;
1204 EndSpinnerAdapter(Context context, ArrayList<CharSequence> strings, int itemResourceId, int textResourceId) argument

Completed in 268 milliseconds