Home
last modified time | relevance | path

Searched refs:showLine2 (Results 1 – 2 of 2) sorted by relevance

/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java193 public MyAdapter(Context context, boolean showLine2) { in MyAdapter() argument
195 mShowLine2 = showLine2; in MyAdapter()
254 protected boolean showLine2() { in showLine2() method in ShortcutListFragment.MyAdapter
/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
DShortcutAdapter.java65 protected boolean showLine2() { in showLine2() method in ShortcutAdapter
165 if (showLine2()) { in bindView()