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

/packages/apps/Settings/src/com/android/settings/
H A DSmsListPreference.java45 public SmsArrayAdapter(Context context, int textViewResourceId, argument
47 super(context, textViewResourceId, objects);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateAdapter.java39 public StateAdapter(Context context, int textViewResourceId) { argument
40 super(context, textViewResourceId);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryAdapter.java43 public CategoryAdapter(Context context, int textViewResourceId) { argument
44 super(context, textViewResourceId);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
H A DUserPresetsAdapter.java47 public UserPresetsAdapter(Context context, int textViewResourceId) { argument
48 super(context, textViewResourceId);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java89 public SuggestedMemberListAdapter(Context context, int textViewResourceId) { argument
90 super(context, textViewResourceId);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java96 public GroupMembershipAdapter(Context context, int textViewResourceId) { argument
97 super(context, textViewResourceId);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java971 public ImageLabelAdapter(Context context, int textViewResourceId, argument
974 super(context, textViewResourceId, strings);
983 public ImageLabelAdapter(Context context, int textViewResourceId, argument
987 super(context, textViewResourceId, strings);

Completed in 219 milliseconds