Home
last modified time | relevance | path

Searched refs:PhotoGridFeature (Results 1 – 5 of 5) sorted by relevance

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/photogrid/
DPhotoGridFeature.kt50 class PhotoGridFeature : PhotopickerUiFeature { class
59 override fun build(featureManager: FeatureManager) = PhotoGridFeature() in isEnabled()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/albumgrid/
DAlbumGrid.kt54 import com.android.photopicker.features.photogrid.PhotoGridFeature in <lambda>()
101 if (featureManager.isFeatureEnabled(PhotoGridFeature::class.java)) { in <lambda>()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/photogrid/
DPhotoGridFeatureTest.kt188 .that(PhotoGridFeature.Registration.isEnabled(configOne)) in testPhotoGridIsAlwaysEnabled()
194 .that(PhotoGridFeature.Registration.isEnabled(configTwo)) in testPhotoGridIsAlwaysEnabled()
200 .that(PhotoGridFeature.Registration.isEnabled(configThree)) in testPhotoGridIsAlwaysEnabled()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/categorygrid/
DCategoryGrid.kt65 import com.android.photopicker.features.photogrid.PhotoGridFeature in <lambda>()
113 if (featureManager.isFeatureEnabled(PhotoGridFeature::class.java)) { in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/features/
DFeatureManager.kt32 import com.android.photopicker.features.photogrid.PhotoGridFeature
86 PhotoGridFeature.Registration,