/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
D | PipSurfaceTransactionHelper.java | 47 Rect sourceBounds, Rect destinationBounds) { in scale() 65 Rect sourceBounds, Rect destinationBounds, in scale() 83 Rect sourceRectHint, Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop() 119 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndRotate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipSurfaceTransactionHelper.java | 83 Rect sourceBounds, Rect destinationBounds) { in scale() 92 Rect sourceBounds, Rect destinationBounds, float degrees) { in scale() 111 Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop() 150 SurfaceControl leash, Rect sourceBounds, Rect destinationBounds, Rect insets, in rotateAndScaleWithCrop()
|
D | PipAnimationController.java | 609 final Rect sourceBounds = new Rect(initialContainerRect); in ofBounds() local 657 final Rect sourceBounds = new Rect(initialContainerRect); in ofBounds() local
|
D | PipBoundsAlgorithm.java | 173 public static Rect getValidSourceHintRect(PictureInPictureParams params, Rect sourceBounds) { in getValidSourceHintRect()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnifierCallback.java | 39 void onSourceBoundsChanged(int displayId, Rect sourceBounds); in onSourceBoundsChanged()
|
D | WindowMagnificationConnectionImpl.java | 113 void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged()
|
D | WindowMagnification.java | 207 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged()
|
/frameworks/base/core/java/android/content/pm/ |
D | ILauncherApps.aidl | 57 in Rect sourceBounds, in Bundle opts, in UserHandle user); in startSessionDetailsActivityAsUser() 59 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in startActivityAsUser() 64 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser() 83 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
|
D | LauncherApps.java | 810 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, in startMainActivity() 819 component, sourceBounds, opts, user); in startMainActivity() local 833 @Nullable Rect sourceBounds, @Nullable Bundle opts) { in startPackageInstallerSessionDetailsActivity() 837 sourceBounds, opts, sessionInfo.getUser()); in startPackageInstallerSessionDetailsActivity() local 853 Rect sourceBounds, Bundle opts) { in startAppDetailsActivity() 858 component, sourceBounds, opts, user); in startAppDetailsActivity() local 1555 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() 1579 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut() 1581 sourceBounds, startActivityOptions, in startShortcut() local 1587 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | IWindowMagnificationConnectionCallback.aidl | 52 void onSourceBoundsChanged(int displayId, in Rect sourceBounds); in onSourceBoundsChanged()
|
/frameworks/base/core/java/android/app/ |
D | SearchManager.java | 625 Rect sourceBounds) { in startSearch() 652 Bundle appSearchData, Rect sourceBounds) { in startGlobalSearch()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 152 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut() 1080 String shortcutId, Rect sourceBounds, Bundle startActivityOptions, in startShortcut() 1089 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcutInner() 1210 Rect sourceBounds, Bundle opts, UserHandle userHandle) throws RemoteException { in startSessionDetailsActivityAsUser() 1260 String callingFeatureId, ComponentName component, Rect sourceBounds, in startActivityAsUser() 1332 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException { in showAppDetailsAsUser() 1925 String packageName, String featureId, String shortcutId, Rect sourceBounds, in startShortcut()
|
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
D | MirrorSurfaceActivity.java | 313 Rect sourceBounds = getSourceBounds(displayFrame, scale); in updateMirror() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | WindowMagnificationManager.java | 909 public void onSourceBoundsChanged(int displayId, Rect sourceBounds) { in onSourceBoundsChanged() 1177 public void onSourceBoundsChanged(Rect sourceBounds) { in onSourceBoundsChanged()
|