Home
last modified time | relevance | path

Searched defs:targetRect (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DOptionsPopupView.java77 public void setTargetRect(RectF targetRect) { in setTargetRect()
138 Launcher launcher, RectF targetRect, List<OptionItem> items, boolean shouldAddArrow) { in show()
143 Launcher launcher, RectF targetRect, List<OptionItem> items, boolean shouldAddArrow, in show()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/view/
H A DScaleSpan.java61 Rect targetRect = new Rect(); in draw() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRectFSpringAnim.java132 public RectFSpringAnim(RectF startRect, RectF targetRect, Context context, in RectFSpringAnim()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DRecyclerViewCaptureHelper.java128 static View findChildNearestTarget(ViewGroup parent, Rect targetRect) { in findChildNearestTarget()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSurfaceHolderTarget.java168 RectF targetRect = getTargetRect(sourceRect, surfaceRect); in renderCanvas() local
H A DFrameImage2D.java95 public void copyToFrame(FrameImage2D target, RectF sourceRect, RectF targetRect) { in copyToFrame()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSwipeUpAnimationLogic.java262 final RectF targetRect = homeAnimationFactory.getWindowTargetRect(); in createWindowAnimationToHome() local
277 HomeAnimationFactory homeAnimationFactory, RectF targetRect, in getWindowAnimationToHomeInternal()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DOldSpeedDialFragment.java412 Uri contactUri, Rect targetRect, CallSpecificAppData callSpecificAppData) { in onContactSelected()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1303 RectF targetRect = new RectF(); in getClosingWindowAnimators() local
1789 SpringAnimRunner(RemoteAnimationTargetCompat[] appTargets, RectF targetRect, in SpringAnimRunner()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java851 final RectF targetRect = new RectF(left, top, left + scaledWidth, top + scaledHeight); in scaleCenterCrop() local