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
/packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java
106
TextView
shortcutView
= (TextView) view.findViewById(R.id.shortcut);
107
if (
shortcutView
!= null) {
108
shortcutView
.setText(String.valueOf(mShortcut));
Completed in 311 milliseconds