Searched refs:childPos (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ExpandableListPosition.java | 53 public int childPos; field in ExpandableListPosition 68 childPos = 0; in resetState() 77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos); in getPackedPosition() 99 elp.childPos = ExpandableListView.getPackedPositionChild(packedPosition); in obtainPosition() 106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { in obtain() argument 110 elp.childPos = childPos; in obtain()
|
H A D | ExpandableListConnector.java | 175 final int childPos = flPos - (midExpGm.flPos + 1); in getUnflattenedPos() local 177 midExpGm.gPos, childPos, midExpGm, midExpGroupIndex); in getUnflattenedPos() 275 pos.groupPos, pos.childPos, null, 0); in getFlattenedPos() 305 pos.groupPos, pos.childPos, midExpGm, midExpGroupIndex); in getFlattenedPos() 308 return PositionMetadata.obtain(midExpGm.flPos + pos.childPos in getFlattenedPos() 309 + 1, pos.type, pos.groupPos, pos.childPos, in getFlattenedPos() 348 pos.childPos, null, leftExpGroupIndex); in getFlattenedPos() 362 pos.childPos, null, rightExpGroupIndex); in getFlattenedPos() 409 posMetadata.position.childPos); in getItem() 429 posMetadata.position.childPos); in getItemId() [all …]
|
H A D | ExpandableListView.java | 725 posMetadata.position.childPos, id); in handleItemClick() 1176 return mAdapter.getChildId(position.groupPos, position.childPos); in getChildOrGroupId()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowStateTests.java | 679 final Point childPos = new Point(); in testCompatOverrideScale() local 680 child.transformFrameToSurfacePosition(childFrame.left, childFrame.top, childPos); in testCompatOverrideScale() 681 assertEquals(expectedChildPos, childPos); in testCompatOverrideScale()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 67458 Landroid/widget/ExpandableListPosition;->childPos:I
|