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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
IntentProvider.java 65 final CallLogAdapter adapter, final int position, final long id, final int groupSize) {
84 if (groupSize > 1) {
86 long[] ids = new long[groupSize];
88 for (int index = 0; index < groupSize; ++index) {
CallLogAdapter.java 481 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
483 bindView(view, cursor, groupSize);
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 150 final int groupSize = group.getPreferenceCount();
151 for (int i = 0; i < groupSize; i++) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 395 final int groupSize = getCharGroupMaximumSize(g, options);
396 g.mCachedSize = groupSize;
397 size += groupSize;
555 int groupSize = getGroupHeaderSize(group, formatOptions);
556 if (group.isTerminal()) groupSize += FormatSpec.GROUP_FREQUENCY_SIZE;
558 groupSize += FormatSpec.SIGNED_CHILDREN_ADDRESS_SIZE;
560 final int offsetBasePoint = groupSize + node.mCachedAddress + size;
566 groupSize += FormatSpec.SIGNED_CHILDREN_ADDRESS_SIZE;
568 groupSize += getByteSize(offset);
571 groupSize += getShortcutListSize(group.mShortcutTargets)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 135 int groupSize = 3;
136 List<MyThread> newThreads = populateGroupsWithThreads(group, groupSize);
  /frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java 83 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
  /frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java 131 protected abstract void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
  /external/expat/lib/
xmlparse.c 658 #define groupSize (parser->m_groupSize)
804 groupSize = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 243 milliseconds