Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1394 * tv.getSizeAdjustment(showAsFullscreen())); in isTaskViewWithinBounds()
1404 * tv.getSizeAdjustment(showAsFullscreen())); in isTaskViewFullyWithinBounds()
4001 .getSizeAdjustment(/*fullscreenEnabled=*/false)); in createTaskDismissAnimation()
5712 return (int) (super.getChildVisibleSize(index) * taskView.getSizeAdjustment( in getChildVisibleSize()
DTaskView.kt1428 fun getSizeAdjustment(fullscreenEnabled: Boolean) = if (fullscreenEnabled) nonGridScale else 1f in <lambda>() method