Searched refs:mInflate (Results 1 – 1 of 1) sorted by relevance
64 private LayoutInflater mInflate; field in ContactListTreeAdapter145 mInflate = activity.getLayoutInflater(); in ContactListTreeAdapter()472 return mInflate.inflate(R.layout.contact_view, parent, false); in newChildView()476 return mInflate.inflate(R.layout.empty_conversation_group_view, parent, false); in newEmptyView()480 return mInflate.inflate(R.layout.group_view, parent, false); in newGroupView()589 return mInflate.inflate(R.layout.empty_contact_group_view, parent, false); in newEmptyView()