ExpandableListView.GetPackedPositionForChild(Int32, Int32) Method

Definition

Returns the packed position representation of a child's position.

[Android.Runtime.Register("getPackedPositionForChild", "(II)J", "")]
public static long GetPackedPositionForChild (int groupPosition, int childPosition);
[<Android.Runtime.Register("getPackedPositionForChild", "(II)J", "")>]
static member GetPackedPositionForChild : int * int -> int64

Parameters

groupPosition
Int32

The child's parent group's position.

childPosition
Int32

The child position within the group.

Returns

Int64

The packed position representation of the child (and parent group).

Attributes

Remarks

Java documentation for android.widget.ExpandableListView.getPackedPositionForChild(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to