Searched refs:mIsShelfShowing (Results 1 – 2 of 2) sorted by relevance
93 private boolean mIsShelfShowing; field in PinnedStackController220 notifyShelfVisibilityChanged(mIsShelfShowing, mShelfHeight); in registerPinnedStackListener()307 mIsShelfShowing ? mShelfHeight : 0), in getDefaultBounds()393 if (shelfShowing == mIsShelfShowing && shelfHeight == mShelfHeight) { in setAdjustedForShelf()397 mIsShelfShowing = shelfShowing; in setAdjustedForShelf()560 (adjustForShelf && mIsShelfShowing) ? mShelfHeight : 0)); in getMovementBounds()605 pw.println(prefix + " mIsShelfShowing=" + mIsShelfShowing); in dump()
126 private boolean mIsShelfShowing; field in PipTouchHandler262 mIsShelfShowing = shelfVisible; in onShelfVisibilityChanged()291 !mIsImeShowing && mIsShelfShowing ? mShelfHeight : 0); in onMovementBoundsChanged()838 pw.println(innerPrefix + "mIsShelfShowing=" + mIsShelfShowing); in dump()