/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SwipeUpAnimationLogic.java | 209 public void update(RectF currentRect, float progress, float radius, int overlayAlpha) { } in update() argument 449 public void onUpdate(RectF currentRect, float progress) { in onUpdate() argument 455 mHomeToWindowPositionMap.mapRect(mWindowCurrentRect, currentRect); in onUpdate() 471 currentRect, in onUpdate() 487 float currentWidth = currentRect.width(); in onUpdate() 488 float currentHeight = currentRect.height(); in onUpdate() 514 currentRect.centerX() - mThumbnailStartBounds.centerX()); in onUpdate() 516 currentRect.centerY() - mThumbnailStartBounds.centerY()); in onUpdate()
|
D | LauncherSwipeHandlerV2.java | 187 RectF currentRect, 191 floatingIconView.update(1f /* alpha */, currentRect, progress, windowAlphaThreshold, 277 public void update(RectF currentRect, float progress, float radius, int overlayAlpha) { 278 super.update(currentRect, progress, radius, overlayAlpha); 283 floatingWidgetView.update(currentRect, floatingWidgetAlpha, foregroundAlpha,
|
D | FallbackSwipeHandler.java | 392 public void update(RectF currentRect, float progress, float radius, int overlayAlpha) { in update() argument 394 currentRect.roundOut(mTempRect); in update()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AttachmentPreview.java | 252 final Rect currentRect = UiUtils.getMeasuredBoundsOnScreen(leftoverView); in onAttachmentsChanged() local 253 if (!currentRect.isEmpty() && in onAttachmentsChanged() 255 ((MediaPickerMessagePartData) attachment).setStartRect(currentRect); in onAttachmentsChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SwipePipToHomeAnimator.java | 240 private void onAnimationUpdate(RectF currentRect, float progress) { in onAnimationUpdate() argument 244 mHomeToWindowPositionMap.mapRect(mCurrentBoundsF, currentRect); in onAnimationUpdate() 250 RectF currentRect, float progress) { in onAnimationUpdate() argument 251 currentRect.round(mCurrentBounds); in onAnimationUpdate()
|
D | RectFSpringAnim.java | 503 void onUpdate(RectF currentRect, float progress); in onUpdate() argument
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/ |
D | RecentsWindowSwipeHandler.java | 414 public void update(RectF currentRect, float progress, float radius, int overlayAlpha) { in update() argument 416 currentRect.roundOut(mTempRect); in update()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1353 Rect currentRect = new Rect(x, y, x + xSize, y + ySize); in findNearestArea() local 1356 if (r.contains(currentRect)) { in findNearestArea() 1361 validRegions.push(currentRect); in findNearestArea() 1365 currentRect.contains(bestRect)) { in findNearestArea() 1373 bestRect.set(currentRect); in findNearestArea()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 2227 public void transferRectToTargetCoordinate(RemoteAnimationTarget target, RectF currentRect, 2230 target, currentRect, toLauncher, resultRect); 2242 void transferRectToTargetCoordinate(RemoteAnimationTarget target, RectF currentRect, 2258 currentRect.round(mTmpResult); 2262 resultRect.set(currentRect);
|