Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/view/
DWallpaperPickerEntry.kt57 private var expandedHeight = 0 variable
94 expandedHeight = height in <lambda>()
146 params.height = (expandedHeight - (expandedHeight - collapsedHeight) * progress).toInt() in setProgress()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java973 int expandedHeight = Math.max(collapsedHeight, taskbarDp.taskbarHeight + offsetY); in createIconAlignmentController() local
975 anim.getAnimatedFraction() > 0 ? expandedHeight : collapsedHeight)); in createIconAlignmentController()