Searched defs:selectionLimit (Results 1 – 8 of 8) sorted by relevance
148 val selectionLimit = featureInfo.maxSelectionLimit in <lambda>() constant196 val selectionLimit = in <lambda>() constant
81 val selectionLimit: Int = DEFAULT_SELECTION_LIMIT, constant in com.android.photopicker.core.configuration.PhotopickerConfiguration
64 private var selectionLimit: Int = DEFAULT_SELECTION_LIMIT in build() variable in com.android.photopicker.core.configuration.TestPhotopickerConfiguration.Builder79 fun selectionLimit(value: Int) = apply { this.selectionLimit = value } in build() method
104 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in MediasetContentGrid() constant
116 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in AlbumMediaGrid() constant
117 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in AlbumMediaGrid() constant
132 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in <lambda>() constant
917 val selectionLimit = LocalPhotopickerConfiguration.current.selectionLimit in ResultMediaGrid() constant