ExpandableListView.GetFlatListPosition(Int64) Method

Definition

Converts a group and/or child position to a flat list position.

[Android.Runtime.Register("getFlatListPosition", "(J)I", "GetGetFlatListPosition_JHandler")]
public virtual int GetFlatListPosition (long packedPosition);
[<Android.Runtime.Register("getFlatListPosition", "(J)I", "GetGetFlatListPosition_JHandler")>]
abstract member GetFlatListPosition : int64 -> int
override this.GetFlatListPosition : int64 -> int

Parameters

packedPosition
Int64

The group and/or child positions to be converted in packed position representation. Use #getPackedPositionForChild(int, int) or #getPackedPositionForGroup(int).

Returns

Int32

The flat list position for the given child or group.

Attributes

Remarks

Java documentation for android.widget.ExpandableListView.getFlatListPosition(long).

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