Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
DShortcutAdapter.java160 final TextView line2 = (TextView) view.findViewById(getText2Id()); in bindView() local
166 line2.setText( in bindView()
173 line2.setVisibility(View.VISIBLE); in bindView()
175 line2.setVisibility(View.GONE); in bindView()
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DMain.java233 final TextView line2 = (TextView) view.findViewById(R.id.line2); in bindView() local
237 line2.setText(getType(shortcut)); in bindView()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DMain.java299 final TextView line2 = (TextView) view.findViewById(R.id.line2); in bindView() local
302 line2.setText(getType(shortcut)); in bindView()
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DBaseActivityListFragment.java172 final TextView line2 = (TextView) view.findViewById(R.id.line2); in bindView() local
DShortcutListFragment.java210 return R.id.line2; in getText2Id()
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java362 return R.id.line2; in getText2Id()