Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java600 public void setShelfHeight(boolean visible, int shelfHeight) { in setShelfHeight() method in SystemUiProxy
614 pip.setShelfHeight(visible, shelfHeight); in setShelfHeightAsync()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java5506 systemUiProxy.setShelfHeight(true, mContainer.getDeviceProfile().hotseatBarSizePx); in finishRecentsAnimation()