Home
last modified time | relevance | path

Searched defs:updateBounds (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java247 public int updateBounds(int minTopPosition, int minBottomPosition, in updateBounds() method in NotificationSection
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java429 private void updateBounds() { in updateBounds() method in KeyguardDisplayManager.KeyguardPresentation
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt233 private fun updateBounds() { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java393 private void updateBounds(float fraction, View view) { in updateBounds() method in DesktopModeVisualIndicator.VisualIndicatorAnimator
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java360 private void updateBounds(int position) { in updateBounds() method in SplitLayout
365 private void updateBounds(int position, Rect bounds1, Rect bounds2, Rect dividerBounds, in updateBounds() method in SplitLayout
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java1306 private void setSideStagePosition(@SplitPosition int sideStagePosition, boolean updateBounds, in setSideStagePosition()