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

/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java533 int newGPos = findGroupPosition(curGm.gId, curGm.gPos);
897 long gId; field in class:ExpandableListConnector.GroupMetadata
902 static GroupMetadata obtain(int flPos, int lastChildFlPos, int gPos, long gId) { argument
907 gm.gId = gId;
927 dest.writeLong(gId);

Completed in 43 milliseconds