Searched refs:mIsShelfShowing (Results 1 – 2 of 2) sorted by relevance
91 private boolean mIsShelfShowing; field in PinnedStackController218 notifyShelfVisibilityChanged(mIsShelfShowing, mShelfHeight); in registerPinnedStackListener()305 mIsShelfShowing ? mShelfHeight : 0), in getDefaultBounds()391 if (shelfShowing == mIsShelfShowing && shelfHeight == mShelfHeight) { in setAdjustedForShelf()395 mIsShelfShowing = shelfShowing; in setAdjustedForShelf()548 (adjustForShelf && mIsShelfShowing) ? mShelfHeight : 0)); in getMovementBounds()590 pw.println(prefix + " mIsShelfShowing=" + mIsShelfShowing); in dump()
123 private boolean mIsShelfShowing; field in PipTouchHandler255 mIsShelfShowing = shelfVisible; in onShelfVisibilityChanged()288 mIsShelfShowing ? mShelfHeight : 0); in onMovementBoundsChanged()830 pw.println(innerPrefix + "mIsShelfShowing=" + mIsShelfShowing); in dump()