Searched refs:getCombinedGroupId (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)}
95 public long getCombinedGroupId(long groupId) { method in class:BaseExpandableListAdapter
H A DExpandableListAdapter.java77 * {@link #getCombinedGroupId(long)}) must be unique across ALL items
208 long getCombinedGroupId(long groupId); method in interface:ExpandableListAdapter
H A DExpandableListConnector.java426 retValue = mExpandableListAdapter.getCombinedGroupId(groupId);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java166 public long getCombinedGroupId(long groupId) { method in class:FakeExpandableAdapter

Completed in 22 milliseconds