Home
last modified time | relevance | path

Searched refs:layoutId (Results 1 – 8 of 8) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewCoordinates.java158 public View getView(final int layoutId) { in getView() argument
159 return mViewsCache.get(layoutId); in getView()
166 public void put(final int layoutId, final View view) { in put() argument
167 mViewsCache.put(layoutId, view); in put()
249 final int layoutId = R.layout.conversation_item_view; in ConversationItemViewCoordinates() local
251 ViewGroup view = (ViewGroup) cache.getView(layoutId); in ConversationItemViewCoordinates()
253 view = (ViewGroup) LayoutInflater.from(context).inflate(layoutId, null); in ConversationItemViewCoordinates()
254 cache.put(layoutId, view); in ConversationItemViewCoordinates()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java71 int layoutId = res.getIdentifier(LAYOUT_RES, "xml", pkg); in get() local
72 if (layoutId == 0) { in get()
76 return new AutoInstallsLayout(context, appWidgetHost, callback, res, layoutId, in get()
131 int layoutId, String rootTag) { in AutoInstallsLayout() argument
141 mLayoutId = layoutId; in AutoInstallsLayout()
162 protected int parseLayout(int layoutId, ArrayList<Long> screenIds) in parseLayout() argument
164 XmlResourceParser parser = mSourceRes.getXml(layoutId); in parseLayout()
DDefaultLayoutParser.java48 LayoutParserCallback callback, Resources sourceRes, int layoutId) { in DefaultLayoutParser() argument
49 super(context, appWidgetHost, callback, sourceRes, layoutId, TAG_FAVORITES); in DefaultLayoutParser()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionViewInflater.java47 int layoutId, Context context) { in SuggestionViewInflater() argument
50 mLayoutId = layoutId; in SuggestionViewInflater()
65 int layoutId = mLayoutId; in getView() local
66 convertView = getInflater().inflate(layoutId, parent, false); in getView()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java65 public static String getLayoutName(final int layoutId) { in getLayoutName() argument
66 switch (layoutId) { in getLayoutName()
74 default: return "UNKNOWN<" + layoutId + ">"; in getLayoutName()
/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java179 private View inflate(int layoutId, ViewGroup parent) { in inflate() argument
180 return LayoutInflater.from(getContext()).inflate(layoutId, parent, false); in inflate()
/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java83 final int layoutId = R.layout.encryption_interstitial; in onCreateView() local
84 View view = inflater.inflate(layoutId, container, false); in onCreateView()
DZonePicker.java101 boolean sortedByName, int layoutId) { in constructTimezoneAdapter() argument
112 layoutId, in constructTimezoneAdapter()