Searched defs:getCombinedChildId (Results 1 - 3 of 3) 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
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java156 public long getCombinedChildId(long groupId, long childId) { method in class:FakeExpandableAdapter

Completed in 65 milliseconds