Searched refs:shelfHeight (Results 1 – 1 of 1) sorted by relevance
421 public void setShelfHeight(boolean visible, int shelfHeight) { in setShelfHeight() argument422 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() argument455 pictureInPictureParams, launcherRotation, shelfHeight); in startSwipePipToHome()