HomeSort by relevance Sort by last modified time
    Searched defs:groupSize (Results 1 - 3 of 3) 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...]
  /external/expat/lib/
xmlparse.c 646 #define groupSize (parser->m_groupSize)
764 groupSize = 0;
    [all...]

Completed in 1004 milliseconds