Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/
DCustomizationPickerActivity2.kt215 addOnLayoutChangeListener { view, _, _, _, _, _, topWas, _, bottomWas -> in <lambda>() method
216 val isHeightChanged = (bottomWas - topWas) != view.height in <lambda>()