Home
last modified time | relevance | path

Searched refs:line1 (Results 1 – 6 of 6) sorted by relevance

/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DBaseActivityListFragment.java171 final TextView line1 = (TextView) view.findViewById(R.id.line1); in bindView() local
174 line1.setText(ai.getLabel()); in bindView()
DShortcutListFragment.java205 return R.id.line1; in getText1Id()
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DMain.java232 final TextView line1 = (TextView) view.findViewById(R.id.line1); in bindView() local
235 line1.setText(shortcut.getLongLabel()); in bindView()
/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
DShortcutAdapter.java159 final TextView line1 = (TextView) view.findViewById(getText1Id()); in bindView() local
164 line1.setText(si.getShortLabel()); in bindView()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DMain.java298 final TextView line1 = (TextView) view.findViewById(R.id.line1); in bindView() local
301 line1.setText(shortcut.getLongLabel()); in bindView()
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java357 return R.id.line1; in getText1Id()