Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompat.java77 Rect sourceBounds, Bundle opts); in startActivityForProfile()
81 Rect sourceBounds, Bundle opts); in showAppDetailsForProfile()
DLauncherAppsCompatVL.java69 Rect sourceBounds, Bundle opts) { in startActivityForProfile()
101 Rect sourceBounds, Bundle opts) { in showAppDetailsForProfile()
/packages/apps/Launcher3/go/src/com/android/launcher3/shortcuts/
DDeepShortcutManager.java96 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageManagerHelper.java184 public void startDetailsActivityForInfo(ItemInfo info, Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo()
/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/shortcuts/
DDeepShortcutManager.java136 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java596 final Rect sourceBounds = new Rect(0, 0, source.getHeight(), source.getWidth()); in getAlertAnimator() local