Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java210 public void update(RectF currentRect, float progress, float radius, int overlayAlpha) { } in update() argument
448 public void onUpdate(RectF currentRect, float progress) { in onUpdate() argument
454 mHomeToWindowPositionMap.mapRect(mWindowCurrentRect, currentRect); in onUpdate()
470 currentRect, in onUpdate()
486 float scale = Math.min(currentRect.width(), currentRect.height()) in onUpdate()
492 currentRect.centerX() - mThumbnailStartBounds.centerX()); in onUpdate()
494 currentRect.centerY() - mThumbnailStartBounds.centerY()); in onUpdate()
DLauncherSwipeHandlerV2.java195 RectF currentRect,
199 floatingIconView.update(1f /* alpha */, currentRect, progress, windowAlphaThreshold,
276 public void update(RectF currentRect, float progress, float radius, int overlayAlpha) {
277 super.update(currentRect, progress, radius, overlayAlpha);
282 floatingWidgetView.update(currentRect, floatingWidgetAlpha, foregroundAlpha,
DFallbackSwipeHandler.java388 public void update(RectF currentRect, float progress, float radius, int overlayAlpha) { in update() argument
390 currentRect.roundOut(mTempRect); in update()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java228 private void onAnimationUpdate(RectF currentRect, float progress) { in onAnimationUpdate() argument
232 mHomeToWindowPositionMap.mapRect(mCurrentBoundsF, currentRect); in onAnimationUpdate()
238 RectF currentRect, float progress) { in onAnimationUpdate() argument
239 currentRect.round(mCurrentBounds); in onAnimationUpdate()
DRectFSpringAnim.java503 void onUpdate(RectF currentRect, float progress); in onUpdate() argument
/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/src/com/android/launcher3/
DCellLayout.java1320 Rect currentRect = new Rect(x, y, x + xSize, y + ySize); in findNearestArea() local
1323 if (r.contains(currentRect)) { in findNearestArea()
1328 validRegions.push(currentRect); in findNearestArea()
1332 currentRect.contains(bestRect)) { in findNearestArea()
1340 bestRect.set(currentRect); in findNearestArea()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java2026 public void transferRectToTargetCoordinate(RemoteAnimationTarget target, RectF currentRect, in transferRectToTargetCoordinate() argument
2029 target, currentRect, toLauncher, resultRect); in transferRectToTargetCoordinate()
2041 void transferRectToTargetCoordinate(RemoteAnimationTarget target, RectF currentRect, in transferRectToTargetCoordinate() argument
2057 currentRect.round(mTmpResult); in transferRectToTargetCoordinate()
2061 resultRect.set(currentRect); in transferRectToTargetCoordinate()