Home
last modified time | relevance | path

Searched refs:mShelfHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java94 private int mShelfHeight; field in PinnedStackController
220 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java127 private int mShelfHeight; field in PipTouchHandler
263 mShelfHeight = shelfHeight; in onShelfVisibilityChanged()
291 !mIsImeShowing && mIsShelfShowing ? mShelfHeight : 0); in onMovementBoundsChanged()
839 pw.println(innerPrefix + "mShelfHeight=" + mShelfHeight); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java420 private int mShelfHeight; field in NotificationPanelView
581 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()