Lines Matching defs:groupPosition
288 public int getChildrenCount(int groupPosition) { in getChildrenCount()
297 public UserHandle getGroup(int groupPosition) { in getGroup()
302 public CertHolder getChild(int groupPosition, int childPosition) { in getChild()
308 public long getGroupId(int groupPosition) { in getGroupId()
312 private int getUserIdByGroup(int groupPosition) { in getUserIdByGroup()
316 public UserInfo getUserInfoByGroup(int groupPosition) { in getUserInfoByGroup()
321 public long getChildId(int groupPosition, int childPosition) { in getChildId()
331 public View getGroupView(int groupPosition, boolean isExpanded, View convertView, in getGroupView()
355 public View getChildView(int groupPosition, int childPosition, boolean isLastChild, in getChildView()
362 public boolean isChildSelectable(int groupPosition, int childPosition) { in isChildSelectable()
368 int groupPosition, int childPosition, long id) { in onChildClick()
375 int groupPosition, long id) { in onGroupClick()
387 ChildAdapter createChildAdapter(int groupPosition) { in createChildAdapter()
393 public boolean checkGroupExpandableAndStartWarningActivity(int groupPosition) { in checkGroupExpandableAndStartWarningActivity()
397 public boolean checkGroupExpandableAndStartWarningActivity(int groupPosition, in checkGroupExpandableAndStartWarningActivity()
461 private String getKey(int groupPosition) { in getKey()
512 private ChildAdapter(GroupAdapter parent, int groupPosition) { in ChildAdapter()