Home | History | Annotate | Download | only in widget

Lines Matching refs:retValue

378         boolean retValue;
380 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos);
383 retValue = true;
388 return retValue;
403 Object retValue;
405 retValue = mExpandableListAdapter
408 retValue = mExpandableListAdapter.getChild(posMetadata.position.groupPos,
417 return retValue;
424 long retValue;
426 retValue = mExpandableListAdapter.getCombinedGroupId(groupId);
430 retValue = mExpandableListAdapter.getCombinedChildId(groupId, childId);
438 return retValue;
444 View retValue;
446 retValue = mExpandableListAdapter.getGroupView(posMetadata.position.groupPos,
451 retValue = mExpandableListAdapter.getChildView(posMetadata.position.groupPos,
460 return retValue;
468 int retValue;
473 retValue = adapter.getGroupType(pos.groupPos);
476 retValue = adapter.getGroupTypeCount() + childType;
480 retValue = 0;
482 retValue = 1;
488 return retValue;
601 boolean retValue = collapseGroup(pm);
603 return retValue;
642 boolean retValue = expandGroup(pm);
644 return retValue;