isSameGroup

fun isSameGroup(@IntRange(from = 0.toLong()position: Int, @IntRange(from = 0.toLong()otherPosition: Int): Boolean

判断两个位置的item是否属于同一分组下, 要求这两个位置的item都展开才有效 如果其中一个item都属于根节点则返回-1, 这种情况不算属于同一分组下