Searched refs:sourceBounds (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | LauncherAppsCompatVL.java | 69 Rect sourceBounds, Bundle opts) { in startActivityForProfile() argument 70 mLauncherApps.startMainActivity(component, user, sourceBounds, opts); in startActivityForProfile() 101 Rect sourceBounds, Bundle opts) { in showAppDetailsForProfile() argument 102 mLauncherApps.startAppDetailsActivity(component, user, sourceBounds, opts); in showAppDetailsForProfile()
|
D | LauncherAppsCompat.java | 77 Rect sourceBounds, Bundle opts); in startActivityForProfile() argument 81 Rect sourceBounds, Bundle opts); in showAppDetailsForProfile() argument
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
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 | 136 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut() argument 139 mLauncherApps.startShortcut(packageName, id, sourceBounds, in startShortcut()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PackageManagerHelper.java | 184 public void startDetailsActivityForInfo(ItemInfo info, Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo() argument 203 componentName, info.user, sourceBounds, opts); in startDetailsActivityForInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | SystemShortcut.java | 162 Rect sourceBounds = activity.getViewBounds(view); in getOnClickListener() 164 itemInfo, sourceBounds, ActivityOptions.makeBasic().toBundle()); in getOnClickListener()
|
/packages/apps/Launcher3/go/src/com/android/launcher3/shortcuts/ |
D | DeepShortcutManager.java | 96 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut() argument
|