OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcutview
(Results
1 - 2
of
2
) 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));
/packages/apps/IM/src/com/android/im/app/
ChatSwitcher.java
405
TextView
shortcutView
= (TextView) view.findViewById(R.id.shortcut);
407
shortcutView
.setVisibility(mPreferMenuShortcut ? View.VISIBLE : View.GONE);
409
shortcutView
.setText(mMenuPlus + shortcut);
411
shortcutView
.setText("");
Completed in 25 milliseconds