Home
last modified time | relevance | path

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

12345

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DCarHelper.java42 extras.remove(SLOT_RESERVATION_QUEUE); in setSlotReservationFlags()
47 extras.remove(SLOT_RESERVATION_SKIP_TO_PREV); in setSlotReservationFlags()
52 extras.remove(SLOT_RESERVATION_SKIP_TO_NEXT); in setSlotReservationFlags()
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java105 prefs.remove(getGeofenceFieldKey(id, KEY_LATITUDE)); in clearGeofence()
106 prefs.remove(getGeofenceFieldKey(id, KEY_LONGITUDE)); in clearGeofence()
107 prefs.remove(getGeofenceFieldKey(id, KEY_RADIUS)); in clearGeofence()
108 prefs.remove(getGeofenceFieldKey(id, KEY_EXPIRATION_DURATION)); in clearGeofence()
109 prefs.remove(getGeofenceFieldKey(id, KEY_TRANSITION_TYPE)); in clearGeofence()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamFragment.java106 mVisibleCards.remove(tag); in removeCard()
111 card = mHiddenCards.remove(tag); in removeCard()
137 mHiddenCards.remove(tag); in showCard()
157 mVisibleCards.remove(tag); in hideCard()
158 mDismissibleCards.remove(tag); in hideCard()
171 mDismissibleCards.remove(tag); in dismissCard()
172 mVisibleCards.remove(tag); in dismissCard()
/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/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
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
Dsysdev.h40 int (*remove)(struct sys_device *); member
/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()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DMessengerService.java92 mClients.remove(msg.replyTo); in handleMessage()
104 mClients.remove(i); in handleMessage()
/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.java195 int index = mAvailableInputBuffers.remove(); in writeSample()
250 int index = mAvailableInputBuffers.remove(); in writeSample()
312 int index = mAvailableOutputBuffers.remove(); in popSample()
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DMediaCodecWrapper.java195 int index = mAvailableInputBuffers.remove(); in writeSample()
250 int index = mAvailableInputBuffers.remove(); in writeSample()
312 int index = mAvailableOutputBuffers.remove(); in popSample()
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
DMediaCodecWrapper.java195 int index = mAvailableInputBuffers.remove(); in writeSample()
250 int index = mAvailableInputBuffers.remove(); in writeSample()
312 int index = mAvailableOutputBuffers.remove(); in popSample()
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
DUtils.java52 pref.edit().remove(PREF_KEY_COUNTER).apply(); in saveCounterToPreference()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageLogger.java56 getPrefs(context).edit().remove(LOG_KEY).apply(); in clear()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/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/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
DStatusTracker.java53 if (mStatusMap.containsKey(activityName)) mStatusMap.remove(activityName); in setStatus()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlayer.java48 public abstract PlaylistItem remove(String iid); in remove() method in Player
/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/SupportLeanbackDemos/src/com/example/android/leanback/
DErrorFragment.java50 getFragmentManager().beginTransaction().remove(ErrorFragment.this).commit(); in setErrorContent()
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DLNotificationActivity.java77 ft.remove(fragment); in onTabUnselected()
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/
DMainActivity.java106 mPrefs.edit().remove(PREF_SPINNER_POS).commit(); in onCreate()

12345