Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
DPipSurfaceTransactionHelper.java45 Rect sourceBounds, Rect destinationBounds) { in scale()
62 Rect sourceBounds, Rect destinationBounds, in scale()
79 Rect sourceBounds, Rect destinationBounds, Rect insets) { in scaleAndCrop()
102 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndRotate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java75 Rect sourceBounds, Rect destinationBounds) { in scale()
84 Rect sourceBounds, Rect destinationBounds, float degrees) { in scale()
103 Rect sourceBounds, Rect destinationBounds, Rect insets) { in scaleAndCrop()
127 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
DPipBoundsAlgorithm.java175 public static Rect getValidSourceHintRect(PictureInPictureParams params, Rect sourceBounds) { in getValidSourceHintRect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnifierCallback.java39 void onSourceBoundsChanged(int displayId, Rect sourceBounds); in onSourceBoundsChanged()
DWindowMagnificationConnectionImpl.java104 void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged()
DWindowMagnification.java205 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged()
/frameworks/base/core/java/android/view/accessibility/
DIWindowMagnificationConnectionCallback.aidl52 void onSourceBoundsChanged(int displayId, in Rect sourceBounds); in onSourceBoundsChanged()
/frameworks/base/core/java/android/content/pm/
DILauncherApps.aidl55 in Rect sourceBounds, in Bundle opts, in UserHandle user); in startSessionDetailsActivityAsUser()
57 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in startActivityAsUser()
62 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser()
79 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
DLauncherApps.java790 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity()
799 component, sourceBounds, opts, user); in startMainActivity() local
813 @Nullable Rect sourceBounds, @Nullable Bundle opts) { in startPackageInstallerSessionDetailsActivity()
817 sourceBounds, opts, sessionInfo.getUser()); in startPackageInstallerSessionDetailsActivity() local
833 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity()
838 component, sourceBounds, opts, user); in startAppDetailsActivity() local
1515 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
1539 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut()
1541 sourceBounds, startActivityOptions, in startShortcut() local
1547 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
/frameworks/base/core/java/android/app/
DSearchManager.java625 Rect sourceBounds) { in startSearch()
652 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationManager.java534 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged()
674 public void onSourceBoundsChanged(Rect sourceBounds) { in onSourceBoundsChanged()
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/
DMirrorSurfaceActivity.java313 Rect sourceBounds = getSourceBounds(displayFrame, scale); in updateMirror() local
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java971 String shortcutId, Rect sourceBounds, Bundle startActivityOptions, in startShortcut()
1079 Rect sourceBounds, Bundle opts, UserHandle userHandle) throws RemoteException { in startSessionDetailsActivityAsUser()
1128 String callingFeatureId, ComponentName component, Rect sourceBounds, in startActivityAsUser()
1200 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException { in showAppDetailsAsUser()