Searched refs:mShelfHeight (Results 1 – 2 of 2) sorted by relevance
92 private int mShelfHeight; field in PinnedStackController218 notifyShelfVisibilityChanged(mIsShelfShowing, mShelfHeight); in registerPinnedStackListener()305 mIsShelfShowing ? mShelfHeight : 0), in getDefaultBounds()391 if (shelfShowing == mIsShelfShowing && shelfHeight == mShelfHeight) { in setAdjustedForShelf()396 mShelfHeight = shelfHeight; in setAdjustedForShelf()548 (adjustForShelf && mIsShelfShowing) ? mShelfHeight : 0)); in getMovementBounds()591 pw.println(prefix + " mShelfHeight=" + mShelfHeight); in dump()
124 private int mShelfHeight; field in PipTouchHandler256 mShelfHeight = shelfHeight; in onShelfVisibilityChanged()288 mIsShelfShowing ? mShelfHeight : 0); in onMovementBoundsChanged()312 int offsetAdjustment = fromImeAdjustment ? mImeOffset : mShelfHeight; in onMovementBoundsChanged()831 pw.println(innerPrefix + "mShelfHeight=" + mShelfHeight); in dump()