Home
last modified time | relevance | path

Searched refs:addItem (Results 1 – 7 of 7) sorted by relevance

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DLayoutChangesActivity.java72 addItem(); in onOptionsItemSelected()
79 private void addItem() { in addItem() method in LayoutChangesActivity
/development/samples/Support7Demos/src/com/example/android/supportv7/
DSupport7Demos.java95 addItem(myData, nextLabel, activityIntent( in getData()
100 addItem(myData, nextLabel, browseIntent( in getData()
136 protected void addItem(List<Map<String, Object>> data, String name, Intent intent) { in addItem() method in Support7Demos
/development/samples/Support13Demos/src/com/example/android/supportv13/
DSupport13Demos.java95 addItem(myData, nextLabel, activityIntent( in getData()
100addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel)); in getData()
134 protected void addItem(List<Map<String, Object>> data, String name, Intent intent) { in addItem() method in Support13Demos
/development/samples/Support4Demos/src/com/example/android/supportv4/
DSupport4Demos.java95 addItem(myData, nextLabel, activityIntent( in getData()
100addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel)); in getData()
134 protected void addItem(List<Map<String, Object>> data, String name, Intent intent) { in addItem() method in Support4Demos
/development/samples/ApiDemos/src/com/example/android/apis/
DApiDemos.java95 addItem(myData, nextLabel, activityIntent( in getData()
100addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel)); in getData()
134 protected void addItem(List<Map<String, Object>> data, String name, Intent intent) { in addItem() method in ApiDemos
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DExploreByTouchHelperActivity.java78 customView.addItem(getString(R.string.sample_item_a), 0, 0, 0.5f, 0.5f); in onCreate()
81 customView.addItem(getString(R.string.sample_item_b), 0.5f, 0.5f, 1, 1); in onCreate()
145 public void addItem(String description, float top, float left, float bottom, float right) { in addItem() method in ExploreByTouchHelperActivity.CustomView
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DAnimatedRecyclerView.java171 addItem(view); in addDeleteItem()
177 addItem(view); in deleteAddItem()
180 public void addItem(View view) { in addItem() method in AnimatedRecyclerView