Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationStackAppearanceIntegrationTest.kt66 fun updateBounds() = in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt233 private fun updateBounds() { in updateBounds() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java391 private void updateBounds(int position) { in updateBounds() method in SplitLayout
396 private void updateBounds(int position, Rect bounds1, Rect bounds2, Rect dividerBounds, in updateBounds() method in SplitLayout
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java448 private void updateBounds(float fraction, View view) { in updateBounds() method in DesktopModeVisualIndicator.VisualIndicatorAnimator
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java1473 private void setSideStagePosition(@SplitPosition int sideStagePosition, boolean updateBounds, in setSideStagePosition()