Searched refs:mShelfHeight (Results 1 – 2 of 2) sorted by relevance
95 private int mShelfHeight; field in PipBoundsState374 if (shelfShowing == mIsShelfShowing && height == mShelfHeight) { in setShelfVisibility()379 mShelfHeight = height; in setShelfVisibility()381 mOnShelfVisibilityChangeCallback.accept(mIsShelfShowing, mShelfHeight, in setShelfVisibility()442 return mShelfHeight; in getShelfHeight()622 pw.println(innerPrefix + "mShelfHeight=" + mShelfHeight); in dump()
115 private int mShelfHeight; field in PipTouchHandler351 mShelfHeight = shelfHeight; in onShelfVisibilityChanged()422 !mIsImeShowing && mIsShelfShowing ? mShelfHeight : 0); in onMovementBoundsChanged()1061 pw.println(innerPrefix + "mShelfHeight=" + mShelfHeight);