Searched refs:textResourceId (Results 1 - 3 of 3) 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/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/Contacts/src/com/android/contacts/
H A DContactsUtils.java217 * containing {@link TextView} is set using the given textResourceId.
219 public static View createHeaderView(Context context, int textResourceId) { argument
222 textView.setText(context.getString(textResourceId));

Completed in 83 milliseconds