OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sbgworkspaceitems
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java
129
//
sBgWorkspaceItems
is passed to bindItems, which expects a list of all folders and shortcuts
132
static final ArrayList<ItemInfo>
sBgWorkspaceItems
= new ArrayList<ItemInfo>();
241
/** Unbinds all the
sBgWorkspaceItems
and sBgAppWidgets on the main thread */
248
tmpWorkspaceItems.addAll(
sBgWorkspaceItems
);
374
if (!
sBgWorkspaceItems
.contains(modelItem)) {
375
sBgWorkspaceItems
.add(modelItem);
382
sBgWorkspaceItems
.remove(modelItem);
656
sBgWorkspaceItems
.add(item);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java
152
//
sBgWorkspaceItems
is passed to bindItems, which expects a list of all folders and shortcuts
155
static final ArrayList<ItemInfo>
sBgWorkspaceItems
= new ArrayList<ItemInfo>();
596
/** Unbinds all the
sBgWorkspaceItems
and sBgAppWidgets on the main thread */
602
tmpItems.addAll(
sBgWorkspaceItems
);
[
all
...]
Completed in 60 milliseconds