Searched defs:childPosition (Results 1 - 1 of 1) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DNotificationAdapter.java90 public Notification getChild(int groupPosition, int childPosition) { argument
91 return getGroup(groupPosition).get(childPosition);
100 public long getChildId(int groupPosition, int childPosition) { argument
101 return childPosition;
129 public View getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent) { argument
134 Notification notification = getChild(groupPosition, childPosition);
142 public boolean isChildSelectable(int groupPosition, int childPosition) { argument

Completed in 39 milliseconds