Searched refs:shelfHeight (Results 1 – 8 of 8) sorted by relevance
147 public boolean setShelfHeight(boolean shelfVisible, int shelfHeight) { in setShelfHeight() argument148 final boolean shelfShowing = shelfVisible && shelfHeight > 0; in setShelfHeight()149 if (shelfShowing == mIsShelfShowing && shelfHeight == mShelfHeight) { in setShelfHeight()154 mShelfHeight = shelfHeight; in setShelfHeight()
232 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local236 mPipBoundsHandler.setShelfHeight(true, shelfHeight); in setShelfHeight_offsetBounds()240 oldPosition.offset(0, -shelfHeight); in setShelfHeight_offsetBounds()
122 void setShelfHeight(boolean visible, int shelfHeight) = 20; in setShelfHeight() argument
334 final int shelfHeight = visible ? height : 0; in setShelfHeight() local335 final boolean changed = mPipBoundsHandler.setShelfHeight(visible, shelfHeight); in setShelfHeight()337 mTouchHandler.onShelfVisibilityChanged(visible, shelfHeight); in setShelfHeight()
419 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged() argument421 mShelfHeight = shelfHeight; in onShelfVisibilityChanged()
720 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local723 - shelfHeight + ambientState.getTopPadding() in updateChildZValue()730 float factor = (notificationEnd - shelfStart) / shelfHeight; in updateChildZValue()
3001 int shelfHeight = 0;3003 shelfHeight = mShelf.getIntrinsicHeight();3005 return mIntrinsicPadding + firstChildMinHeight + shelfHeight;
374 public void setShelfHeight(boolean visible, int shelfHeight) {380 mPipUI.setShelfHeight(visible, shelfHeight);