Home
last modified time | relevance | path

Searched refs:getLaunchId (Results 1 – 3 of 3) sorted by relevance

/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
DShortcutAdapter.java62 protected abstract int getLaunchId(); in getLaunchId() method in ShortcutAdapter
142 final View v = view.findViewById(getLaunchId()); in bindView()
194 if (v.getId() == getLaunchId()) { in onClick()
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java219 protected int getLaunchId() { in getLaunchId() method in ShortcutListFragment.MyAdapter
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java371 protected int getLaunchId() { in getLaunchId() method in ShortcutPublisher.MyAdapter