/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationItemViewCoordinates.java | 158 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/ |
D | AutoInstallsLayout.java | 71 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()
|
D | DefaultLayoutParser.java | 48 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/ |
D | SuggestionViewInflater.java | 47 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/ |
D | MockKeyboardSwitcher.java | 65 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/ |
D | JoinContactListAdapter.java | 179 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/ |
D | EncryptionInterstitial.java | 83 final int layoutId = R.layout.encryption_interstitial; in onCreateView() local 84 View view = inflater.inflate(layoutId, container, false); in onCreateView()
|
D | ZonePicker.java | 101 boolean sortedByName, int layoutId) { in constructTimezoneAdapter() argument 112 layoutId, in constructTimezoneAdapter()
|