Lines Matching defs:groupPosition
319 public int getChildrenCount(int groupPosition) { in getChildrenCount()
328 public UserHandle getGroup(int groupPosition) { in getGroup()
333 public CertHolder getChild(int groupPosition, int childPosition) { in getChild()
339 public long getGroupId(int groupPosition) { in getGroupId()
343 private int getUserIdByGroup(int groupPosition) { in getUserIdByGroup()
347 public UserInfo getUserInfoByGroup(int groupPosition) { in getUserInfoByGroup()
352 public long getChildId(int groupPosition, int childPosition) { in getChildId()
362 public View getGroupView(int groupPosition, boolean isExpanded, View convertView, in getGroupView()
393 public View getChildView(int groupPosition, int childPosition, boolean isLastChild, in getChildView()
400 public boolean isChildSelectable(int groupPosition, int childPosition) { in isChildSelectable()
406 int groupPosition, int childPosition, long id) { in onChildClick()
413 int groupPosition, long id) { in onGroupClick()
425 ChildAdapter createChildAdapter(int groupPosition) { in createChildAdapter()
431 public boolean checkGroupExpandableAndStartWarningActivity(int groupPosition) { in checkGroupExpandableAndStartWarningActivity()
435 public boolean checkGroupExpandableAndStartWarningActivity(int groupPosition, in checkGroupExpandableAndStartWarningActivity()
499 private String getKey(int groupPosition) { in getKey()
550 private ChildAdapter(GroupAdapter parent, int groupPosition) { in ChildAdapter()