Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DTaskViewPanel.java415 updateBounds(rect); in setupGripBar()
457 updateBounds(mActiveState.mBounds); in setInsets()
479 updateBounds(mActiveState.mBounds); in onParentDimensionChanged()
554 updateBounds(mActiveState.mBounds); in setActiveState()
560 updateBounds(mActiveState.mBounds); in setActiveState()
590 private void updateBounds(Rect bounds) { in updateBounds() method in TaskViewPanel
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/animation/
DFadeInPanelAnimator.java59 updateBounds(mBounds); in animate()
78 updateBounds(mBounds); in cancel()
DPanelAnimator.java56 protected void updateBounds(Rect bounds) { in updateBounds() method in PanelAnimator
DExpandPanelAnimator.java64 updateBounds(mBounds); in animate()
DFullScreenPanelAnimator.java74 updateBounds(bounds); in animate()
DFadeOutPanelAnimator.java123 updateBounds(mBounds); in cancel()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java123 updateBounds(mBarViewController.getBubbleBarLocation())); in init()
131 private void updateBounds(BubbleBarLocation bubbleBarLocation) { in updateBounds() method in BubbleStashedHandleViewController
308 updateBounds(bubbleBarLocation); in setBubbleBarLocation()
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownRenderer.java126 synchronized void updateBounds(RectF loopBounds, float totalDiameter) { in updateBounds() method in CountDownRenderer
DLoopingAnimationThread.java232 mCountDownRenderer.updateBounds(mLoopBounds, mTotalDiameter); in updateSize()