OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcutview
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java
598
View
shortcutView
= inflater.inflate(R.layout.keyboard_shortcut_app_item,
602
ImageView shortcutIcon = (ImageView)
shortcutView
608
TextView shortcutKeyword = (TextView)
shortcutView
618
ViewGroup shortcutItemsContainer = (ViewGroup)
shortcutView
644
shortcutContainer.addView(
shortcutView
);
[
all
...]
Completed in 58 milliseconds