Searched refs:getSizeAdjustment (Results 1 – 2 of 2) sorted by relevance
1394 * 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()
1428 fun getSizeAdjustment(fullscreenEnabled: Boolean) = if (fullscreenEnabled) nonGridScale else 1f in <lambda>() method