/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | PinnedStackListenerForwarder.java | 73 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) in onShelfVisibilityChanged() argument 76 listener.onShelfVisibilityChanged(shelfVisible, shelfHeight); in onShelfVisibilityChanged()
|
D | WindowManagerWrapper.java | 146 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/ |
D | PinnedStackController.java | 391 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()
|
D | WindowManagerService.java | 5663 public void setShelfHeight(boolean visible, int shelfHeight) { in setShelfHeight() argument 5668 shelfHeight); in setShelfHeight()
|
/frameworks/base/core/java/android/view/ |
D | IPinnedStackListener.aidl | 66 void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight); in onShelfVisibilityChanged() argument
|
D | IWindowManager.aidl | 330 void setShelfHeight(boolean visible, int shelfHeight); in setShelfHeight() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipManager.java | 136 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged() argument 138 mTouchHandler.onShelfVisibilityChanged(shelfVisible, shelfHeight); in onShelfVisibilityChanged()
|
D | PipTouchHandler.java | 261 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/ |
D | StackScrollAlgorithm.java | 674 int shelfHeight = ambientState.getShelf() == null ? 0 : 677 - shelfHeight + ambientState.getTopPadding() 684 float factor = (notificationEnd - shelfStart) / shelfHeight;
|
D | NotificationStackScrollLayout.java | 2822 int shelfHeight = 0; 2824 shelfHeight = mShelf.getIntrinsicHeight(); 2826 return mIntrinsicPadding + firstChildMinHeight + shelfHeight;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | EdgeBackGestureHandler.java | 84 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipManager.java | 208 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) {} in onShelfVisibilityChanged() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 899 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) in onShelfVisibilityChanged() argument
|