HomeSort by relevance Sort by last modified time
    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 134 milliseconds