Searched refs:getCombinedChildId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DBaseExpandableListAdapter.java27 * {@link #getCombinedChildId(long, long)} and {@link #getCombinedGroupId(long)}
80 public long getCombinedChildId(long groupId, long childId) { method in class:BaseExpandableListAdapter
H A DExpandableListAdapter.java88 * {@link #getCombinedChildId(long, long)}) must be unique across ALL items
194 long getCombinedChildId(long groupId, long childId); method in interface:ExpandableListAdapter
H A DExpandableListConnector.java430 retValue = mExpandableListAdapter.getCombinedChildId(groupId, childId);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java171 public long getCombinedChildId(long groupId, long childId) { method in class:FakeExpandableAdapter

Completed in 131 milliseconds