Home
last modified time | relevance | path

Searched defs:sourceBounds (Results 1 – 25 of 205) sorted by relevance

123456789

/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java100 Rect sourceBounds, Rect destinationBounds) { in scale()
111 @NonNull SurfaceControl leash, @NonNull Rect sourceBounds, in scale()
124 @NonNull SurfaceControl leash, @NonNull Rect sourceBounds, in scale()
136 @NonNull SurfaceControl leash, @NonNull Rect sourceBounds, in scale()
148 @NonNull SurfaceControl leash, @NonNull Rect sourceBounds, in scale()
161 @NonNull SurfaceControl leash, @NonNull Rect sourceBounds, in scale()
184 @NonNull SurfaceControl leash, @NonNull Rect sourceRectHint, @NonNull Rect sourceBounds, in scaleAndCrop()
230 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
H A DPipAnimationController.java765 final Rect sourceBounds = new Rect(initialContainerRect); in ofBounds() local
812 final Rect sourceBounds = new Rect(initialContainerRect); in ofBounds() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/
H A DPipSurfaceTransactionHelper.java82 Rect sourceBounds, Rect destinationBounds) { in scale()
92 Rect sourceBounds, RectF destinationBounds) { in scale()
101 Rect sourceBounds, Rect destinationBounds, float degrees) { in scale()
111 Rect sourceBounds, RectF destinationBounds, float degrees) { in scale()
130 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop()
169 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java47 Rect sourceBounds, Rect destinationBounds) { in scale()
65 Rect sourceBounds, Rect destinationBounds, in scale()
83 Rect sourceRectHint, Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop()
124 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndRotate()
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java1058 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity()
1067 component, sourceBounds, opts, user); in startMainActivity() local
1081 @Nullable Rect sourceBounds, @Nullable Bundle opts) { in startPackageInstallerSessionDetailsActivity()
1085 sourceBounds, opts, sessionInfo.getUser()); in startPackageInstallerSessionDetailsActivity() local
1110 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity()
1115 component, sourceBounds, opts, user); in startAppDetailsActivity() local
1901 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
1925 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut()
1927 sourceBounds, startActivityOptions, in startShortcut() local
1933 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
H A DILauncherApps.aidl60 in Rect sourceBounds, in Bundle opts, in UserHandle user); in startSessionDetailsActivityAsUser()
62 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in startActivityAsUser()
72 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser()
91 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLauncherApps.java185 @NonNull SessionInfo sessionInfo, @Nullable Rect sourceBounds, @Nullable Bundle opts) { in startPackageInstallerSessionDetailsActivity()
192 ComponentName component, UserHandle user, Rect sourceBounds, Bundle opts) { in startAppDetailsActivity()
353 @Nullable Rect sourceBounds, in startShortcut()
363 @Nullable Rect sourceBounds, in startShortcut()
/aosp_15_r20/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java498 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in findNudgeTargetFocusArea() local
570 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in shouldNudgeOutOfIme() local
624 Rect sourceBounds = new Rect(); in addWindowsInDirection() local
884 private AccessibilityNodeInfo chooseBestNudgeCandidate(@NonNull Rect sourceBounds, in chooseBestNudgeCandidate()
921 private boolean isCandidate(@NonNull Rect sourceBounds, in isCandidate()
/aosp_15_r20/external/skia/src/text/gpu/
H A DSlugImpl.cpp32 SkRect sourceBounds, in SlugImpl()
47 SkRect sourceBounds = buffer.readRect(); in MakeFromBuffer() local
H A DSlugImpl.h51 SkRect sourceBounds() const override { return fSourceBounds; } in sourceBounds() function
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java212 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut()
1497 String shortcutId, Rect sourceBounds, Bundle startActivityOptions, in startShortcut()
1506 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcutInner()
1656 Rect sourceBounds, Bundle opts, UserHandle userHandle) throws RemoteException { in startSessionDetailsActivityAsUser()
1913 String callingFeatureId, ComponentName component, Rect sourceBounds, in startActivityAsUser()
2007 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException { in showAppDetailsAsUser()
2844 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java179 public static Rect getValidSourceHintRect(PictureInPictureParams params, Rect sourceBounds) { in getValidSourceHintRect()
195 public static Rect getValidSourceHintRect(PictureInPictureParams params, Rect sourceBounds, in getValidSourceHintRect()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java189 Rect sourceBounds = Utilities.getViewBounds(view); in onClick() local
194 sourceBounds, options.toBundle()); in onClick() local
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DSearchManager.java625 Rect sourceBounds) { in startSearch()
652 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch()
/aosp_15_r20/frameworks/base/core/java/android/view/accessibility/
H A DIMagnificationConnectionCallback.aidl55 void onSourceBoundsChanged(int displayId, in Rect sourceBounds); in onSourceBoundsChanged()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnifierCallback.java41 void onSourceBoundsChanged(int displayId, Rect sourceBounds); in onSourceBoundsChanged()
H A DMagnificationConnectionImpl.java128 void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged()
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.kt585 val sourceBounds = Rect(0, 0, source.getHeight(), source.getWidth()) in getAlertAnimator() constant
/aosp_15_r20/external/skia/src/text/
H A DGlyphRun.h115 SkRect sourceBounds() const { return fSourceBounds; } in sourceBounds() function
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageManagerHelper.java126 Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo()
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DLayerSnapshot.cpp333 FloatRect LayerSnapshot::sourceBounds() const { in sourceBounds() function in android::surfaceflinger::frontend::LayerSnapshot
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationConnectionManager.java994 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged()
1283 public void onSourceBoundsChanged(Rect sourceBounds) { in onSourceBoundsChanged()
/aosp_15_r20/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/
H A DMirrorSurfaceActivity.java313 Rect sourceBounds = getSourceBounds(displayFrame, scale); in updateMirror() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/display/
H A DDisplayTopology.java339 RectF sourceBounds = bounds.get(sourceDisplay); in normalize() local
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityWindowQueryTest.java526 Rect sourceBounds = new Rect(); in testGetEventSource() local

123456789