Lines Matching defs:groupPosition
282 public int getChildrenCount(int groupPosition) { in getChildrenCount()
291 public UserHandle getGroup(int groupPosition) { in getGroup()
296 public CertHolder getChild(int groupPosition, int childPosition) { in getChild()
302 public long getGroupId(int groupPosition) { in getGroupId()
306 private int getUserIdByGroup(int groupPosition) { in getUserIdByGroup()
310 public UserInfo getUserInfoByGroup(int groupPosition) { in getUserInfoByGroup()
315 public long getChildId(int groupPosition, int childPosition) { in getChildId()
325 public View getGroupView(int groupPosition, boolean isExpanded, View convertView, in getGroupView()
349 public View getChildView(int groupPosition, int childPosition, boolean isLastChild, in getChildView()
356 public boolean isChildSelectable(int groupPosition, int childPosition) { in isChildSelectable()
362 int groupPosition, int childPosition, long id) { in onChildClick()
369 int groupPosition, long id) { in onGroupClick()
381 ChildAdapter createChildAdapter(int groupPosition) { in createChildAdapter()
387 public boolean checkGroupExpandableAndStartWarningActivity(int groupPosition) { in checkGroupExpandableAndStartWarningActivity()
391 public boolean checkGroupExpandableAndStartWarningActivity(int groupPosition, in checkGroupExpandableAndStartWarningActivity()
455 private String getKey(int groupPosition) { in getKey()
506 private ChildAdapter(GroupAdapter parent, int groupPosition) { in ChildAdapter()