Searched refs:mGroupList (Results 1 – 2 of 2) sorted by relevance
140 private TextView mGroupList; field in GroupMembershipView174 if (mGroupList != null) { in setEnabled()175 mGroupList.setEnabled(enabled); in setEnabled()265 if (mGroupList == null) { in updateView()266 mGroupList = (TextView) findViewById(R.id.group_list); in updateView()267 mGroupList.setOnClickListener(this); in updateView()270 mGroupList.setEnabled(isEnabled()); in updateView()272 mGroupList.setText(mNoGroupString); in updateView()273 mGroupList.setTextColor(mHintTextColor); in updateView()275 mGroupList.setText(sb); in updateView()[all …]
80 ListView mGroupList, mChildList; field in BrowserHistoryPage166 if (!mAdapter.isEmpty() && mGroupList != null in onLoadFinished()167 && mGroupList.getCheckedItemPosition() == ListView.INVALID_POSITION) { in onLoadFinished()234 mGroupList = (ListView) mRoot.findViewById(android.R.id.list); in inflateTwoPane()240 mGroupList.setAdapter(new HistoryGroupWrapper(mAdapter)); in inflateTwoPane()241 mGroupList.setOnItemClickListener(mGroupItemClickListener); in inflateTwoPane()242 mGroupList.setChoiceMode(AbsListView.CHOICE_MODE_SINGLE); in inflateTwoPane()259 mGroupList.setItemChecked(position, true);