Searched defs:isShortcut (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java66 public final boolean isShortcut; field in class:PopupPopulator.Item
68 Item(int layoutId, boolean isShortcut) { argument
70 this.isShortcut = isShortcut;
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java209 public SuggestionData setIsShortcut(boolean isShortcut) { argument
210 mIsShortcut = isShortcut;
/packages/apps/Settings/src/com/android/settings/
H A DUtils.java534 CharSequence title, boolean isShortcut, int metricsCategory) {
536 null /* titleResPackageName */, titleResId, title, isShortcut, metricsCategory);
546 CharSequence title, boolean isShortcut, int metricsCategory) {
548 titleResId, title, isShortcut, metricsCategory);
557 int titleResId, CharSequence title, boolean isShortcut, int metricsCategory,
561 startWithFragment(context, fragmentName, args, null, 0, titleResId, title, isShortcut,
565 null /* titleResPackageName */, titleResId, title, isShortcut, metricsCategory);
584 * @param isShortcut tell if this is a Launcher Shortcut or not
591 boolean isShortcut, int sourceMetricsCategory) {
600 intent.putExtra(SettingsActivity.EXTRA_SHOW_FRAGMENT_AS_SHORTCUT, isShortcut);
532 startWithFragment(Context context, String fragmentName, Bundle args, Fragment resultTo, int resultRequestCode, int titleResId, CharSequence title, boolean isShortcut, int metricsCategory) argument
544 startWithFragment(Context context, String fragmentName, Bundle args, Fragment resultTo, int resultRequestCode, String titleResPackageName, int titleResId, CharSequence title, boolean isShortcut, int metricsCategory) argument
556 startWithFragmentAsUser(Context context, String fragmentName, Bundle args, int titleResId, CharSequence title, boolean isShortcut, int metricsCategory, UserHandle userHandle) argument
589 onBuildStartFragmentIntent(Context context, String fragmentName, Bundle args, String titleResPackageName, int titleResId, CharSequence title, boolean isShortcut, int sourceMetricsCategory) argument
[all...]

Completed in 83 milliseconds