Searched refs:isSticky (Results 1 – 2 of 2) sorted by relevance
23 val isSticky: Boolean = false constant in androidx.compose.integration.macrobenchmark.target.complexdifferenttypeslist.common.AdapterItemWrapper43 if (isSticky != other.isSticky) return false in equals()53 isSticky: Boolean = this.isSticky55 AdapterItemWrapper(type = type, data = data, id = id, isSticky = isSticky)
29 infix fun AdapterItemWrapper.sticky(sticky: Boolean): AdapterItemWrapper = copy(isSticky = sticky)