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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java61 * that can be used with {@link #getPackedPositionType(long)} and the other
747 * {@link ExpandableListView#getPackedPositionType} ,
817 if (getPackedPositionType(packedPos) == PACKED_POSITION_TYPE_GROUP) {
900 public static int getPackedPositionType(long packedPosition) { method in class:ExpandableListView
928 * {@link #PACKED_POSITION_TYPE_CHILD} type (use {@link #getPackedPositionType(long)}).
958 * {@link #getPackedPositionType(long)}.
1100 * {@link ExpandableListView#getPackedPositionType},

Completed in 74 milliseconds