Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DSeascapePagedViewHandler.kt191 splitInstructionsHeight: Int, in getDistanceToBottomOfRect()
195 out.pivotY = splitInstructionsHeight.toFloat() in getDistanceToBottomOfRect()
207 (-splitInstructionsHeight + splitInstructionsWidth) / 2f + insetCorrectionY in getDistanceToBottomOfRect()
DLandscapePagedViewHandler.kt384 splitInstructionsHeight: Int, in getPlaceholderSizeAdjustment()
388 out.pivotY = splitInstructionsHeight.toFloat() in getPlaceholderSizeAdjustment()
400 (-splitInstructionsHeight - splitInstructionsWidth) / 2f + insetCorrectionY in getPlaceholderSizeAdjustment()
DRecentsPagedOrientationHandler.kt145 splitInstructionsHeight: Int, in setSecondary()
DPortraitPagedViewHandler.java441 public void setSplitInstructionsParams(View out, DeviceProfile dp, int splitInstructionsHeight, in setSplitInstructionsParams() argument
444 out.setPivotY(splitInstructionsHeight); in setSplitInstructionsParams()