Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java421 public void setShelfHeight(boolean visible, int shelfHeight) { in setShelfHeight() argument
422 boolean changed = visible != mLastShelfVisible || shelfHeight != mLastShelfHeight; in setShelfHeight()
425 mLastShelfHeight = shelfHeight; in setShelfHeight()
427 mPip.setShelfHeight(visible, shelfHeight); in setShelfHeight()
430 + " height: " + shelfHeight, e); in setShelfHeight()
451 PictureInPictureParams pictureInPictureParams, int launcherRotation, int shelfHeight) { in startSwipePipToHome() argument
455 pictureInPictureParams, launcherRotation, shelfHeight); in startSwipePipToHome()