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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionViewInflater.java43 * @param layoutId resource ID of layout to use.
47 int layoutId, Context context) {
50 mLayoutId = layoutId;
65 int layoutId = mLayoutId;
66 convertView = getInflater().inflate(layoutId, parent, false);
46 SuggestionViewInflater(String viewType, Class<? extends SuggestionView> viewClass, int layoutId, Context context) argument
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMockKeyboardSwitcher.java65 public static String getLayoutName(final int layoutId) { argument
66 switch (layoutId) {
74 default: return "UNKNOWN<" + layoutId + ">";
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemViewCoordinates.java173 public View getView(final int layoutId) { argument
174 return mViewsCache.get(layoutId);
181 public void put(final int layoutId, final View view) { argument
182 mViewsCache.put(layoutId, view);
305 final int layoutId;
307 layoutId = R.layout.conversation_item_view_wide;
310 layoutId = R.layout.conversation_item_view_normal_spacious;
312 layoutId = R.layout.conversation_item_view_normal;
316 ViewGroup view = (ViewGroup) cache.getView(layoutId);
318 view = (ViewGroup) LayoutInflater.from(context).inflate(layoutId, nul
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java178 private View inflate(int layoutId, ViewGroup parent) { argument
179 return LayoutInflater.from(getContext()).inflate(layoutId, parent, false);
/packages/apps/Settings/src/com/android/settings/
H A DZonePicker.java95 boolean sortedByName, int layoutId) {
105 layoutId,
94 constructTimezoneAdapter(Context context, boolean sortedByName, int layoutId) argument
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOutgoingFragment.java98 final int layoutId = mSettingsMode
102 final View view = inflater.inflate(layoutId, container, false);
H A DAccountSetupIncomingFragment.java119 final int layoutId = mSettingsMode
123 final View view = inflater.inflate(layoutId, container, false);

Completed in 97 milliseconds