Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 68) sorted by relevance

123

/development/ndk/platforms/android-3/include/linux/
Dtransport_class.h26 int (*remove)(struct transport_container *, struct device *, member
30 …ransport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure…
Dplatform_device.h29 int (*remove)(struct platform_device *); member
Dsysdev.h40 int (*remove)(struct sys_device *); member
Ddevice.h52 int (*remove)(struct device * dev); member
81 int (*remove) (struct device * dev); member
159 void (*remove) (struct class_device *, struct class_interface *); member
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java151 final boolean remove;
156 remove = true;
161 remove = false;
165 animateSwipe(v, endX, duration, remove);
185 private void animateSwipe(final View view, float endX, long duration, final boolean remove) { in animateSwipe() argument
190 alpha(remove ? 0 : 1).translationX(endX). in animateSwipe()
197 if (remove) { in animateSwipe()
210 AlphaAnimation alphaAnim = new AlphaAnimation(mCurrentAlpha, remove ? 0 : 1); in animateSwipe()
219 if (remove) { in animateSwipe()
277 mAdapter.remove(mAdapter.getItem(position)); in animateOtherViews()
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
DListViewDeletion.java81 adapter.remove(item); in onCreate()
101 adapter.remove(item); in onCreate()
110 adapter.remove(item); in onCreate()
144 mCheckedViews.remove(view); in onCreate()
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DListViewRemovalAnimation.java123 final boolean remove;
129 remove = true;
135 remove = false;
152 if (remove) {
191 mAdapter.remove(mAdapter.getItem(position)); in animateRemoval()
/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java72 imv.mDevices.remove(id); in handleMessage()
120 mListeners.remove(listener); in registerInputDeviceListener()
129 mListeners.remove(listener); in unregisterInputDeviceListener()
DInputManagerV16.java84 V16InputDeviceListener curListener = mListeners.remove(listener); in unregisterInputDeviceListener()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DMessengerService.java92 mClients.remove(msg.replyTo); in handleMessage()
104 mClients.remove(i); in handleMessage()
DDialogActivity.java63 button = (Button)findViewById(R.id.remove); in onCreate()
DRedirectMain.java108 preferences.edit().remove("text").commit();
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/
DListViewAnimations.java70 cheeseList.remove(item); in onCreate()
93 cheeseList.remove(item); in onCreate()
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DMediaCodecWrapper.java194 int index = mAvailableInputBuffers.remove(); in writeSample()
249 int index = mAvailableInputBuffers.remove(); in writeSample()
311 int index = mAvailableOutputBuffers.remove(); in popSample()
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
DStatusTracker.java53 if (mStatusMap.containsKey(activityName)) mStatusMap.remove(activityName); in setStatus()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DPlayer.java50 public abstract PlaylistItem remove(String iid); in remove() method in Player
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DDiskLruCache.java376 lruEntries.remove(key); in readJournalLine()
417 i.remove(); in processJournal()
606 lruEntries.remove(entry.key); in completeEdit()
631 public synchronized boolean remove(String key) throws IOException { in remove() method in DiskLruCache
650 lruEntries.remove(key); in remove()
702 remove(toEvict.getKey()); in trimToSize()
843 remove(entry.key); // the previous entry is stale in commit()
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/
DMainActivity.java106 mPrefs.edit().remove(PREF_SPINNER_POS).commit(); in onCreate()
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java217 listViewItemBounds.remove(itemId); in addRow()
218 listViewItemDrawables.remove(itemId); in addRow()
255 listViewItemBounds.remove(itemId); in addRow()
256 listViewItemDrawables.remove(itemId); in addRow()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLFace.java61 mVertexList.remove(last + 1); in setColor()
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java94 it.remove(); in filter()
/development/ndk/platforms/android-3/include/linux/mmc/
Dcard.h94 void (*remove)(struct mmc_card *); member
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
DTouchDisplayView.java212 mTouches.remove(id); in onTouchEvent()
235 mTouches.remove(id); in onTouchEvent()
/development/samples/browseable/ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/
DPopupListFragment.java92 adapter.remove(item); in showPopupMenu()
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
DCardFlip.java188 rightStack.remove(rightStack.size() - 1); in rotateCardView()
204 leftStack.remove(leftStack.size() - 1); in rotateCardView()

123