Home
last modified time | relevance | path

Searched refs:addItem (Results 1 – 11 of 11) 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/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DItemAddFragment.java76 if (addItem()) { in onClick()
83 private boolean addItem() { in addItem() method in ItemAddFragment
/development/samples/SupportDesignDemos/src/com/example/android/support/design/
DSupportDesignDemos.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 SupportDesignDemos
/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/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/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/SupportPercentDemos/src/com/example/android/support/percent/
DSupportPercentDemos.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 SupportPercentDemos
/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/util/
DSortedListActivity.java63 mAdapter.addItem(new Item(text)); in onCreate()
112 public void addItem(Item item) { in addItem() method in SortedListActivity.SortedListAdapter
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DAnimatedRecyclerView.java415 addItem(view); in addDeleteItem()
421 addItem(view); in deleteAddItem()
424 public void addItem(View view) { in addItem() method