Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.java355 public void getInitialSplitPlaceholderBounds(int placeholderHeight, int placeholderInset, in getInitialSplitPlaceholderBounds() argument
365 out.inset(placeholderInset, 0); in getInitialSplitPlaceholderBounds()
369 int totalHeight = (int) (1.0f * screenHeight / 2 * (screenWidth - 2 * placeholderInset) in getInitialSplitPlaceholderBounds()
386 mTmpRectF.inset(0, placeholderInset); in getInitialSplitPlaceholderBounds()
391 int totalWidth = (int) (1.0f * screenWidth / 2 * (screenHeight - 2 * placeholderInset) in getInitialSplitPlaceholderBounds()
DLandscapePagedViewHandler.kt336 placeholderInset: Int, in getDistanceToBottomOfRect()
346 out.inset(placeholderInset, 0) in getDistanceToBottomOfRect()
353 (1.0f * screenHeight / 2 * (screenWidth - 2 * placeholderInset) / screenWidth).toInt() in getDistanceToBottomOfRect()
DRecentsPagedOrientationHandler.kt101 placeholderInset: Int, in setSecondary()