Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java209 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()
DLauncherSwipeHandlerV2.java187 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,
DFallbackSwipeHandler.java392 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/
DAttachmentPreview.java252 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/
DSwipePipToHomeAnimator.java240 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()
DRectFSpringAnim.java503 void onUpdate(RectF currentRect, float progress); in onUpdate() argument
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsWindowSwipeHandler.java414 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/
DCellLayout.java1353 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/
DQuickstepTransitionManager.java2227 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);