Home
last modified time | relevance | path

Searched refs:addItem (Results 1 – 5 of 5) 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/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/ReceiveContentDemo/src/com/example/android/receivecontent/
DUtils.java71 clip.addItem(items.get(i)); in buildClipData()
/development/apps/ShareTest/src/com/android/sharetest/
DShareTestActivity.kt301 addItem(ClipData.Item(imageUris[i])) in <lambda>()
410 chooserIntent.clipData?.addItem(ClipData.Item(additionalContentUri)) in <lambda>()