OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortcutView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutsItemView.java
123
public void addShortcutView(View
shortcutView
, PopupPopulator.Item shortcutType) {
124
addShortcutView(
shortcutView
, shortcutType, -1);
127
private void addShortcutView(View
shortcutView
, PopupPopulator.Item shortcutType, int index) {
129
mDeepShortcutViews.add((DeepShortcutView)
shortcutView
);
131
mSystemShortcutViews.add(
shortcutView
);
140
mSystemShortcutIcons.addView(
shortcutView
, index);
148
mShortcutsLayout.addView(
shortcutView
, index);
220
DeepShortcutView
shortcutView
= ((DeepShortcutView) mShortcutsLayout.getChildAt(i));
221
View deepShortcutIcon =
shortcutView
.getIconView();
239
DeepShortcutView
shortcutView
= ((DeepShortcutView) mShortcutsLayout.getChildAt(i))
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java
625
View
shortcutView
= inflater.inflate(R.layout.keyboard_shortcut_app_item,
629
ImageView shortcutIcon = (ImageView)
shortcutView
635
TextView shortcutKeyword = (TextView)
shortcutView
645
ViewGroup shortcutItemsContainer = (ViewGroup)
shortcutView
[
all
...]
Completed in 73 milliseconds