Searched refs:viewBounds (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarViewController.java | 469 Rect viewBounds = new Rect(0, 0, view.getWidth(), view.getHeight()); in createRevealAnimForView() local 470 int centerY = viewBounds.centerY(); in createRevealAnimForView() 480 right = viewBounds.right; in createRevealAnimForView() 483 left = viewBounds.left; in createRevealAnimForView() 487 int widthDelta = (int) ((viewBounds.width() - newWidth) / 2); in createRevealAnimForView() 489 left = viewBounds.left + widthDelta; in createRevealAnimForView() 490 right = viewBounds.right - widthDelta; in createRevealAnimForView() 496 ? viewBounds.height() / 2f in createRevealAnimForView() 501 stashedRadius, viewBounds, stashedRect) in createRevealAnimForView()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingAppPairView.kt | 71 val viewBounds = Rect(0, 0, originalView.width, originalView.height) in init() constant 75 viewBounds, in init()
|
D | FloatingTaskView.java | 185 Rect viewBounds = new Rect(0, 0, originalView.getWidth(), originalView.getHeight()); in updateInitialPositionForView() local 187 viewBounds, false /* ignoreTransform */, null /* recycle */, in updateInitialPositionForView() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 254 Rect viewBounds, boolean ignoreTransform, float[] recycle, RectF outRect) { in getBoundsForViewInDragLayer() argument 256 points[0] = viewBounds.left; in getBoundsForViewInDragLayer() 257 points[1] = viewBounds.top; in getBoundsForViewInDragLayer() 258 points[2] = viewBounds.right; in getBoundsForViewInDragLayer() 259 points[3] = viewBounds.bottom; in getBoundsForViewInDragLayer()
|