Searched refs:applySelectable (Results 1 – 3 of 3) sorted by relevance
23 import com.android.avatarpicker.domain.applySelectable33 .applySelectable(viewModel.isSelected, select)) in DrawableWithDescription()
25 import com.android.avatarpicker.domain.applySelectable35 .applySelectable(viewModel.isSelected, select)) in ColoredIconWithDescription()
31 fun Modifier.applySelectable(isSelected: Boolean, select:() ->Unit): Modifier { in applySelectable() method