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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java63 * that can be used with {@link #getPackedPositionType(long)} and the other
880 * {@link ExpandableListView#getPackedPositionType} ,
950 if (getPackedPositionType(packedPos) == PACKED_POSITION_TYPE_GROUP) {
1033 public static int getPackedPositionType(long packedPosition) { method in class:ExpandableListView
1061 * {@link #PACKED_POSITION_TYPE_CHILD} type (use {@link #getPackedPositionType(long)}).
1091 * {@link #getPackedPositionType(long)}.
1269 * {@link ExpandableListView#getPackedPositionType},

Completed in 36 milliseconds