Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
DShortcutAdapter.java63 protected abstract int getAction2Id(); in getAction2Id() method in ShortcutAdapter
150 final Button v = (Button) view.findViewById(getAction2Id()); in bindView()
196 } else if (v.getId() == getAction2Id()) { in onClick()
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java224 protected int getAction2Id() { in getAction2Id() method in ShortcutListFragment.MyAdapter
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java376 protected int getAction2Id() { in getAction2Id() method in ShortcutPublisher.MyAdapter