/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | LayoutChangesActivity.java | 72 addItem(); in onOptionsItemSelected() 79 private void addItem() { in addItem() method in LayoutChangesActivity
|
/development/samples/Support7Demos/src/com/example/android/supportv7/ |
D | Support7Demos.java | 95 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/ |
D | Support13Demos.java | 95 addItem(myData, nextLabel, activityIntent( in getData() 100 …addItem(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/ |
D | Support4Demos.java | 95 addItem(myData, nextLabel, activityIntent( in getData() 100 …addItem(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/ |
D | ApiDemos.java | 95 addItem(myData, nextLabel, activityIntent( in getData() 100 …addItem(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/ |
D | ExploreByTouchHelperActivity.java | 78 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/ |
D | AnimatedRecyclerView.java | 171 addItem(view); in addDeleteItem() 177 addItem(view); in deleteAddItem() 180 public void addItem(View view) { in addItem() method in AnimatedRecyclerView
|