BRV
/
com.drake.brv
/
BindingAdapter
/
isSameGroup
is
Same
Group
fun
isSameGroup
(
@
IntRange
(
from =
0.toLong()
)
position:
Int
,
@
IntRange
(
from =
0.toLong()
)
otherPosition:
Int
):
Boolean
Content copied to clipboard
判断两个位置的item是否属于同一分组下, 要求这两个位置的item都展开才有效 如果其中一个item都属于根节点则返回-1, 这种情况不算属于同一分组下