HomeSort by relevance Sort by last modified time
    Searched refs:CorpusView (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 34 public class CorpusView extends RelativeLayout implements Checkable {
44 public CorpusView(Context context, AttributeSet attrs) {
48 public CorpusView(Context context) {
CorporaAdapter.java 133 CorpusView view = (CorpusView) convertView;
143 protected void bindView(CorpusView view, Corpus corpus) {
177 protected CorpusView createView(ViewGroup parent) {
178 return (CorpusView) LayoutInflater.from(mContext).inflate(mCorpusViewRes, parent, false);

Completed in 101 milliseconds