Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java388 updateBounds(mDividerPosition); in initDividerPosition()
391 private void updateBounds(int position) { in updateBounds() method in SplitLayout
392 updateBounds(position, mBounds1, mBounds2, mDividerBounds, true /* setEffectBounds */); in updateBounds()
396 private void updateBounds(int position, Rect bounds1, Rect bounds2, Rect dividerBounds, in updateBounds() method in SplitLayout
500 updateBounds(position); in updateDividerBounds()
507 updateBounds(mDividerPosition); in setDividerPosition()
530 updateBounds(mDividerPosition); in resetDividerPosition()
690 updateBounds(dividerPos, distBounds2, distBounds1, distDividerBounds, in splitSwitching()
717 updateBounds(mDividerPosition); in splitSwitching()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt178 updateBounds() in applyCurrentState()
233 private fun updateBounds() { in updateBounds() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java421 animator.updateBounds(a.getAnimatedFraction(), animator.mView); in setupIndicatorAnimation()
448 private void updateBounds(float fraction, View view) { in updateBounds() method in DesktopModeVisualIndicator.VisualIndicatorAnimator
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationStackAppearanceIntegrationTest.kt66 fun updateBounds() = in <lambda>() method in com.android.systemui.statusbar.notification.NotificationStackAppearanceIntegrationTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt57 import androidx.core.graphics.drawable.updateBounds in <lambda>()
943 background.updateBounds( in <lambda>()
1001 background.updateBounds( in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java1473 private void setSideStagePosition(@SplitPosition int sideStagePosition, boolean updateBounds, in setSideStagePosition() argument
1479 if (mSideStageListener.mVisible && updateBounds) { in setSideStagePosition()