/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
D | CarHelper.java | 42 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/ |
D | SimpleGeofenceStore.java | 105 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/ |
D | CardStreamFragment.java | 106 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/ |
D | ListViewItemAnimations.java | 151 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/ |
D | transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member 30 …ransport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure…
|
D | platform_device.h | 29 int (*remove)(struct platform_device *); member
|
D | device.h | 52 int (*remove)(struct device * dev); member 81 int (*remove) (struct device * dev); member 159 void (*remove) (struct class_device *, struct class_interface *); member
|
D | sysdev.h | 40 int (*remove)(struct sys_device *); member
|
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/ |
D | ListViewDeletion.java | 81 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/ |
D | ListViewRemovalAnimation.java | 123 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/ |
D | InputManagerV9.java | 72 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/ |
D | MessengerService.java | 92 mClients.remove(msg.replyTo); in handleMessage() 104 mClients.remove(i); in handleMessage()
|
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
D | ListViewAnimations.java | 70 cheeseList.remove(item); in onCreate() 93 cheeseList.remove(item); in onCreate()
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 195 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/ |
D | MediaCodecWrapper.java | 195 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/ |
D | MediaCodecWrapper.java | 195 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/ |
D | Utils.java | 52 pref.edit().remove(PREF_KEY_COUNTER).apply(); in saveCounterToPreference()
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessageLogger.java | 56 getPrefs(context).edit().remove(LOG_KEY).apply(); in clear()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 376 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/ |
D | StatusTracker.java | 53 if (mStatusMap.containsKey(activityName)) mStatusMap.remove(activityName); in setStatus()
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | Player.java | 48 public abstract PlaylistItem remove(String iid); in remove() method in Player
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
D | InsertionListView.java | 217 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/ |
D | ErrorFragment.java | 50 getFragmentManager().beginTransaction().remove(ErrorFragment.this).commit(); in setErrorContent()
|
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
D | LNotificationActivity.java | 77 ft.remove(fragment); in onTabUnselected()
|
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/ |
D | MainActivity.java | 106 mPrefs.edit().remove(PREF_SPINNER_POS).commit(); in onCreate()
|