Home
last modified time | relevance | path

Searched refs:shelfHeight (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DPinnedStackListenerForwarder.java73 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) in onShelfVisibilityChanged() argument
76 listener.onShelfVisibilityChanged(shelfVisible, shelfHeight); in onShelfVisibilityChanged()
DWindowManagerWrapper.java146 public void setShelfHeight(boolean visible, int shelfHeight) { in setShelfHeight() argument
148 WindowManagerGlobal.getWindowManagerService().setShelfHeight(visible, shelfHeight); in setShelfHeight()
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java391 void setAdjustedForShelf(boolean adjustedForShelf, int shelfHeight) { in setAdjustedForShelf() argument
392 final boolean shelfShowing = adjustedForShelf && shelfHeight > 0; in setAdjustedForShelf()
393 if (shelfShowing == mIsShelfShowing && shelfHeight == mShelfHeight) { in setAdjustedForShelf()
398 mShelfHeight = shelfHeight; in setAdjustedForShelf()
399 notifyShelfVisibilityChanged(shelfShowing, shelfHeight); in setAdjustedForShelf()
454 private void notifyShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in notifyShelfVisibilityChanged() argument
457 mPinnedStackListener.onShelfVisibilityChanged(shelfVisible, shelfHeight); in notifyShelfVisibilityChanged()
DWindowManagerService.java5663 public void setShelfHeight(boolean visible, int shelfHeight) { in setShelfHeight() argument
5668 shelfHeight); in setShelfHeight()
/frameworks/base/core/java/android/view/
DIPinnedStackListener.aidl66 void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight); in onShelfVisibilityChanged() argument
DIWindowManager.aidl330 void setShelfHeight(boolean visible, int shelfHeight); in setShelfHeight() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java136 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged() argument
138 mTouchHandler.onShelfVisibilityChanged(shelfVisible, shelfHeight); in onShelfVisibilityChanged()
DPipTouchHandler.java261 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged() argument
263 mShelfHeight = shelfHeight; in onShelfVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java674 int shelfHeight = ambientState.getShelf() == null ? 0 :
677 - shelfHeight + ambientState.getTopPadding()
684 float factor = (notificationEnd - shelfStart) / shelfHeight;
DNotificationStackScrollLayout.java2822 int shelfHeight = 0;
2824 shelfHeight = mShelf.getIntrinsicHeight();
2826 return mIntrinsicPadding + firstChildMinHeight + shelfHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java84 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipManager.java208 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) {} in onShelfVisibilityChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java899 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) in onShelfVisibilityChanged() argument