Home
last modified time | relevance | path

Searched refs:FixedWidthDisplayRatioFrameLayout (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewSectionController.kt38 import com.android.wallpaper.picker.FixedWidthDisplayRatioFrameLayout in <lambda>()
103 view.requireViewById<FixedWidthDisplayRatioFrameLayout>(R.id.preview_host) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DFixedWidthDisplayRatioFrameLayout.kt30 class FixedWidthDisplayRatioFrameLayout( in <lambda>() class
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DScreenPreviewBinder.kt53 import com.android.wallpaper.picker.FixedWidthDisplayRatioFrameLayout in <lambda>()
116 val fixedWidthDisplayFrameLayout = previewView.parent as? FixedWidthDisplayRatioFrameLayout in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DClockCarouselView.kt37 import com.android.wallpaper.picker.FixedWidthDisplayRatioFrameLayout in <lambda>()
347 val scaleView = motionLayout.requireViewById<FixedWidthDisplayRatioFrameLayout>(it) in <lambda>()