Home
last modified time | relevance | path

Searched defs:applyShape (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/grid/domain/interactor/
DAppIconInteractor.kt45 suspend fun applyShape(shapeKey: String) = shapeRepository.applyShape(shapeKey) method in com.android.customization.picker.grid.domain.interactor.AppIconInteractor
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/data/repository/
DShapeRepository.kt66 suspend fun applyShape(shapeKey: String) = in <lambda>() method in com.android.customization.picker.grid.data.repository.ShapeRepository