Searched refs:mShelfHeight (Results 1 – 3 of 3) sorted by relevance
94 private int mShelfHeight; field in PinnedStackController220 notifyShelfVisibilityChanged(mIsShelfShowing, mShelfHeight); in registerPinnedStackListener()307 mIsShelfShowing ? mShelfHeight : 0), in getDefaultBounds()393 if (shelfShowing == mIsShelfShowing && shelfHeight == mShelfHeight) { in setAdjustedForShelf()398 mShelfHeight = shelfHeight; in setAdjustedForShelf()560 (adjustForShelf && mIsShelfShowing) ? mShelfHeight : 0)); in getMovementBounds()606 pw.println(prefix + " mShelfHeight=" + mShelfHeight); in dump()
127 private int mShelfHeight; field in PipTouchHandler263 mShelfHeight = shelfHeight; in onShelfVisibilityChanged()291 !mIsImeShowing && mIsShelfShowing ? mShelfHeight : 0); in onMovementBoundsChanged()839 pw.println(innerPrefix + "mShelfHeight=" + mShelfHeight); in dump()
420 private int mShelfHeight; field in NotificationPanelView581 mShelfHeight = getResources().getDimensionPixelSize(R.dimen.notification_shelf_height); in loadDimens()822 - mShelfHeight / 2.0f - mDarkIconSize / 2.0f), in positionClockAndNotifications()2085 position += mShelfHeight / 2.0f + mDarkIconSize / 2.0f; in getMaxPanelHeightBypass()