Searched refs:sourceBounds (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | LauncherAppsCompatVL.java | 74 Rect sourceBounds, Bundle opts) { in startActivityForProfile() argument 75 mLauncherApps.startMainActivity(component, user, sourceBounds, opts); in startActivityForProfile() 106 Rect sourceBounds, Bundle opts) { in showAppDetailsForProfile() argument 107 mLauncherApps.startAppDetailsActivity(component, user, sourceBounds, opts); in showAppDetailsForProfile()
|
D | LauncherAppsCompat.java | 81 Rect sourceBounds, Bundle opts); in startActivityForProfile() argument 85 Rect sourceBounds, Bundle opts); in showAppDetailsForProfile() argument
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.kt | 578 val sourceBounds = Rect(0, 0, source.getHeight(), source.getWidth()) in getAlertAnimator() constant 579 containerView.offsetDescendantRectToMyCoords(source, sourceBounds) in getAlertAnimator() 581 val centerX: Int = sourceBounds.centerX() in getAlertAnimator() 582 val centerY: Int = sourceBounds.centerY() in getAlertAnimator() 587 val startRadius: Float = max(sourceBounds.width(), sourceBounds.height()) / 2.0f in getAlertAnimator()
|
D | AlarmActivity.java | 596 final Rect sourceBounds = new Rect(0, 0, source.getHeight(), source.getWidth()); in getAlertAnimator() local 597 containerView.offsetDescendantRectToMyCoords(source, sourceBounds); in getAlertAnimator() 599 final int centerX = sourceBounds.centerX(); in getAlertAnimator() 600 final int centerY = sourceBounds.centerY(); in getAlertAnimator() 605 final float startRadius = Math.max(sourceBounds.width(), sourceBounds.height()) / 2.0f; in getAlertAnimator()
|
/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/shortcuts/ |
D | DeepShortcutManager.java | 116 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut() argument 119 mLauncherApps.startShortcut(packageName, id, sourceBounds, in startShortcut()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | SystemShortcut.java | 167 Rect sourceBounds = activity.getViewBounds(view); in getOnClickListener() 169 itemInfo, sourceBounds, ActivityOptions.makeBasic().toBundle()); in getOnClickListener()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PackageManagerHelper.java | 187 public void startDetailsActivityForInfo(ItemInfo info, Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo() argument 206 componentName, info.user, sourceBounds, opts); in startDetailsActivityForInfo()
|
/packages/apps/Launcher3/go/src/com/android/launcher3/shortcuts/ |
D | DeepShortcutManager.java | 82 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut() argument
|