Searched refs:getCombinedChildId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | BaseExpandableListAdapter.java | 80 public long getCombinedChildId(long groupId, long childId) { in getCombinedChildId() method in BaseExpandableListAdapter
|
D | ExpandableListAdapter.java | 194 long getCombinedChildId(long groupId, long childId); in getCombinedChildId() method
|
D | ExpandableListConnector.java | 430 retValue = mExpandableListAdapter.getCombinedChildId(groupId, childId); in getItemId()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | FakeExpandableAdapter.java | 171 public long getCombinedChildId(long groupId, long childId) { in getCombinedChildId() method in FakeExpandableAdapter
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37035 method public long getCombinedChildId(long, long); 37309 method public abstract long getCombinedChildId(long, long);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 56584 method public long getCombinedChildId(long, long); 56873 method public long getCombinedChildId(long, long);
|
/frameworks/base/api/ |
D | current.txt | 56728 method public long getCombinedChildId(long, long); 57017 method public long getCombinedChildId(long, long);
|