Searched refs:shelfHeight (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIPinnedStackListener.aidl66 void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight);
H A DIWindowManager.aidl293 void setShelfHeight(boolean visible, int shelfHeight);
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DWindowManagerWrapper.java138 public void setShelfHeight(boolean visible, int shelfHeight) { argument
140 WindowManagerGlobal.getWindowManagerService().setShelfHeight(visible, shelfHeight);
/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedStackController.java389 void setAdjustedForShelf(boolean adjustedForShelf, int shelfHeight) { argument
390 final boolean shelfShowing = adjustedForShelf && shelfHeight > 0;
391 if (shelfShowing == mIsShelfShowing && shelfHeight == mShelfHeight) {
396 mShelfHeight = shelfHeight;
397 notifyShelfVisibilityChanged(shelfShowing, shelfHeight);
443 private void notifyShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { argument
446 mPinnedStackListener.onShelfVisibilityChanged(shelfVisible, shelfHeight);
H A DWindowManagerService.java5997 public void setShelfHeight(boolean visible, int shelfHeight) { argument
6002 shelfHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipManager.java136 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { argument
138 mTouchHandler.onShelfVisibilityChanged(shelfVisible, shelfHeight);
H A DPipTouchHandler.java254 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { argument
256 mShelfHeight = shelfHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java583 int shelfHeight = ambientState.getShelf() == null ? 0 :
586 - shelfHeight + ambientState.getTopPadding()
593 float factor = (notificationEnd - shelfStart) / shelfHeight;
H A DNotificationStackScrollLayout.java2630 int shelfHeight = 0;
2632 shelfHeight = mShelf.getIntrinsicHeight();
2634 return mIntrinsicPadding + firstChildMinHeight + shelfHeight;
/frameworks/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java390 public void setShelfHeight(boolean visible, int shelfHeight) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipManager.java203 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) {} argument

Completed in 644 milliseconds