Home
last modified time | relevance | path

Searched refs:sourceBounds (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompatVL.java74 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()
DLauncherAppsCompat.java81 Rect sourceBounds, Bundle opts); in startActivityForProfile() argument
85 Rect sourceBounds, Bundle opts); in showAppDetailsForProfile() argument
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.kt578 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()
DAlarmActivity.java596 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/
DDeepShortcutManager.java116 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/
DSystemShortcut.java167 Rect sourceBounds = activity.getViewBounds(view); in getOnClickListener()
169 itemInfo, sourceBounds, ActivityOptions.makeBasic().toBundle()); in getOnClickListener()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageManagerHelper.java187 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/
DDeepShortcutManager.java82 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut() argument