/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/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
D | ItemAddFragment.java | 76 if (addItem()) { in onClick() 83 private boolean addItem() { in addItem() method in ItemAddFragment
|
/development/samples/SupportDesignDemos/src/com/example/android/support/design/ |
D | SupportDesignDemos.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 SupportDesignDemos
|
/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/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/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/SupportPercentDemos/src/com/example/android/support/percent/ |
D | SupportPercentDemos.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 SupportPercentDemos
|
/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/util/ |
D | SortedListActivity.java | 63 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/ |
D | AnimatedRecyclerView.java | 415 addItem(view); in addDeleteItem() 421 addItem(view); in deleteAddItem() 424 public void addItem(View view) { in addItem() method
|