OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShortcut
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupPopulator.java
66
public final boolean
isShortcut
;
68
Item(int layoutId, boolean
isShortcut
) {
70
this.
isShortcut
=
isShortcut
;
PopupContainerWithArrow.java
261
&& itemTypeToPopulate.
isShortcut
^ nextItemTypeToPopulate.
isShortcut
;
263
if (itemTypeToPopulate.
isShortcut
) {
[
all
...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java
209
public SuggestionData setIsShortcut(boolean
isShortcut
) {
210
mIsShortcut =
isShortcut
;
/packages/apps/Settings/src/com/android/settings/
Utils.java
534
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
);
[
all
...]
Completed in 764 milliseconds