Searched refs:getPackedPositionType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java96 if (ExpandableListView.getPackedPositionType(packedPosition) ==
H A DExpandableListView.java61 * that can be used with {@link #getPackedPositionType(long)} and the other
878 * {@link ExpandableListView#getPackedPositionType} ,
948 if (getPackedPositionType(packedPos) == PACKED_POSITION_TYPE_GROUP) {
1031 public static int getPackedPositionType(long packedPosition) { method in class:ExpandableListView
1059 * {@link #PACKED_POSITION_TYPE_CHILD} type (use {@link #getPackedPositionType(long)}).
1089 * {@link #getPackedPositionType(long)}.
1267 * {@link ExpandableListView#getPackedPositionType},

Completed in 99 milliseconds