Home
last modified time | relevance | path

Searched defs:selectionLimit (Results 1 – 8 of 8) sorted by relevance

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/configuration/
DConfigurationManager.kt148 val selectionLimit = featureInfo.maxSelectionLimit in <lambda>() constant
196 val selectionLimit = in <lambda>() constant
DPhotopickerConfiguration.kt81 val selectionLimit: Int = DEFAULT_SELECTION_LIMIT, constant in com.android.photopicker.core.configuration.PhotopickerConfiguration
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DTestPhotopickerConfiguration.kt64 private var selectionLimit: Int = DEFAULT_SELECTION_LIMIT in build() variable in com.android.photopicker.core.configuration.TestPhotopickerConfiguration.Builder
79 fun selectionLimit(value: Int) = apply { this.selectionLimit = value } in build() method
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/categorygrid/
DMediaSetContentGrid.kt104 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in MediasetContentGrid() constant
DAlbumMediaGrid.kt116 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in AlbumMediaGrid() constant
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/albumgrid/
DAlbumMediaGrid.kt117 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in AlbumMediaGrid() constant
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/photogrid/
DPhotoGrid.kt132 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in <lambda>() constant
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/search/
DSearch.kt917 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in ResultMediaGrid() constant