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

  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 150 final int groupSize = group.getPreferenceCount();
151 for (int i = 0; i < groupSize; i++) {
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 159 TextView groupSize;
591 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
598 views.groupSize.setText("(" + groupSize + ")");
614 views.groupSize = (TextView) view.findViewById(R.id.groupSize);
    [all...]
GroupingListAdapter.java 133 protected abstract void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
  /packages/apps/Contacts/tests/src/com/android/contacts/
GroupingListAdapterTests.java 88 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
  /external/expat/lib/
xmlparse.c 646 #define groupSize (parser->m_groupSize)
764 groupSize = 0;
    [all...]

Completed in 121 milliseconds