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

/packages/apps/Browser/src/com/android/browser/
H A DBrowserHistoryPage.java83 private ExpandableListView mHistoryList; field in class:BrowserHistoryPage
225 mHistoryList = (ExpandableListView) mRoot.findViewById(R.id.history);
226 mHistoryList.setAdapter(mAdapter);
227 mHistoryList.setOnChildClickListener(this);
228 registerForContextMenu(mHistoryList);

Completed in 150 milliseconds