Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 13 of 13) sorted by relevance

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlayer.java48 public abstract PlaylistItem remove(String iid); in remove() method in Player
DSessionManager.java132 public PlaylistItem remove(String iid) { in remove() method in SessionManager
DRemotePlayer.java299 public PlaylistItem remove(String itemId) { in remove() method in RemotePlayer
DLocalPlayer.java208 public PlaylistItem remove(String iid) { in remove() method in LocalPlayer
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DEventScheduler.java71 public SchedulableEvent remove() { in remove() method in EventScheduler.FastEventQueue
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DEventScheduler.java71 public SchedulableEvent remove() { in remove() method in EventScheduler.FastEventQueue
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DMain.java239 final Button remove = (Button) view.findViewById(R.id.remove); in bindView() local
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java185 private void animateSwipe(final View view, float endX, long duration, final boolean remove) { in animateSwipe()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DMain.java304 final Button remove = (Button) view.findViewById(R.id.remove); in bindView() local
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java281 void remove(View removeView) { in remove() method in AttractionsGridPagerAdapter.DelayedHide
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java338 Button remove = (Button) view.findViewById(R.id.item_remove); in insertItemRow() local
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java631 public synchronized boolean remove(String key) throws IOException { in remove() method in DiskLruCache
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py2144 def remove(self, lib): member in ELFLibDict