Searched defs:remove (Results 1 - 25 of 113) sorted by last modified time

12345

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DArrayObjectAdapter.java116 * @param item The item to remove from the adapter.
119 public boolean remove(Object item) { method in class:ArrayObjectAdapter
122 mItems.remove(index);
130 * the starting position and the number of elements to remove.
132 * @param position The index of the first item to remove.
133 * @param count The number of items to remove.
140 mItems.remove(position);
H A DViewsStateBundle.java64 public void remove(int id) { method in class:ViewsStateBundle
66 mChildStates.remove(getSaveStatesKey(id));
202 remove(id);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java135 "Instantiate " + bse + " set remove fragment #" + mOps[pos]);
455 public FragmentTransaction remove(Fragment fragment) { method in class:BackStackRecord
1389 state.hiddenFragmentViews.remove(fragment.mView);
H A DFragmentTransaction.java74 * essentially the same as calling {@link #remove(Fragment)} for all
99 public abstract FragmentTransaction remove(Fragment fragment); method in class:FragmentTransaction
/frameworks/support/v4/java/android/support/v4/util/
H A DLongSparseArray.java131 public void remove(long key) { method in class:LongSparseArray
H A DLruCache.java178 map.remove(key);
192 public final V remove(K key) { method in class:LruCache
199 previous = map.remove(key);
215 * {@link #remove}, or replaced by a call to {@link #put}. The default
222 * if the removal was caused by a {@link #put} or {@link #remove}.
225 * an eviction or a {@link #remove}.
H A DMapCollections.java60 public void remove() { method in class:MapCollections.ArrayIterator
94 public void remove() { method in class:MapCollections.MapIterator
218 public boolean remove(Object object) { method in class:MapCollections.EntrySet
303 public boolean remove(Object object) { method in class:MapCollections.KeySet
397 public boolean remove(Object object) { method in class:MapCollections.ValuesCollection
468 map.remove(it.next());
478 it.remove();
H A DSimpleArrayMap.java446 * @param key The key of the mapping to remove.
450 public V remove(Object key) { method in class:SimpleArrayMap
468 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
480 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to " + n);
488 if (DEBUG) Log.d(TAG, "remove: copy from 0-" + index + " to 0");
493 if (DEBUG) Log.d(TAG, "remove: copy from " + (index+1) + "-" + mSize
502 if (DEBUG) Log.d(TAG, "remove: move " + (index+1) + "-" + mSize
H A DSparseArrayCompat.java111 public void remove(int key) { method in class:SparseArrayCompat
129 * @param size Number of mappings to remove
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java124 * {@link MediaControlIntent#ACTION_REMOVE remove}.
211 * @param callback The callback to set. May be null to remove the previous callback.
378 * Sends a request to remove a media item from the queue.
399 public void remove(String itemId, Bundle extras, ItemActionCallback callback) { method in class:RemotePlaybackClient
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java113 * @param view The view to remove.
121 if (mBucket.remove(index)) {
122 mHiddenViews.remove(view);
125 Log.d(TAG, "remove View off:" + index + "," + this);
142 if (mBucket.remove(offset)) {
143 mHiddenViews.remove(view);
254 mBucket.remove(offset);
320 * @param view The view to remove.
326 if (mHiddenViews.remove(view) && DEBUG) {
332 mBucket.remove(inde
420 boolean remove(int index) { method in class:ChildHelper.Bucket
[all...]
H A DPositionMap.java113 public void remove(int key) { method in class:PositionMap
131 * @param size Number of mappings to remove
H A DRecyclerView.java510 * @param removeAndRecycleViews If true, we'll remove and recycle all existing views. If
809 * @param decor Decoration to remove
814 mLayout.assertNotInLayoutOrScroll("Cannot remove item decoration during a scroll or"
817 mItemDecorations.remove(decor);
1418 * @param listener Listener to remove
1421 mOnItemTouchListeners.remove(listener);
1864 mState.mPreLayoutHolderMap.remove(holder);
1908 mState.mPreLayoutHolderMap.remove(holder);
2041 * This method handles those views and triggers remove animation on them.
2048 final ItemHolderInfo info = mState.mPreLayoutHolderMap.remove(v
5373 removeAndRecycleScrapInt(Recycler recycler, boolean remove) argument
7535 public void remove(int resourceId) { method in class:RecyclerView.State
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java322 // TODO test MOVE then remove items in between.
323 // TODO test MOVE then remove it, make sure it is not dispatched
926 mPreLayoutItems.remove(item);
929 mTestAdapter.remove(start, count);
968 mItems.add(to, mItems.remove(from));
973 public void remove(int index, int count) { method in class:AdapterHelperTest.TestAdapter
975 mItems.remove(index);
1010 mItems.remove(op.positionStart);
1019 mItems.add(op.itemCount, mItems.remove(op.positionStart));
1026 return mPendingAdded.remove();
[all...]
/frameworks/testing/espresso/libs/
H A Ddagger-1.2.1.jar ... java.lang.Object next () Object result public void remove () synthetic void " href="/5.0.0_r2/s? ...
H A Dguava-14.0.1.jar ... final java.lang.Object next () public final void remove () } com/google/common/base/Ascii.class Ascii.java ...
H A Djarjar-1.4.jar ... zip java.util.Iterator i$ public void remove () public com.tonicsystems.jarjar.ext_util.ClassPathEntry ...
/frameworks/volley/src/com/android/volley/
H A DCache.java57 public void remove(String key); method in interface:Cache
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java121 remove(key);
222 public synchronized void remove(String key) { method in class:DiskBasedCache
277 iterator.remove();
313 mEntries.remove(key);
H A DNoCache.java43 public void remove(String key) { method in class:NoCache
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockCache.java58 public void remove(String key) { method in class:MockCache
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c234 // Mark operation pending (not necessary; remove is synchronous with mutex locked)
245 // The remove hook is called with mutex locked
246 VoidHook remove = MPH_init_table[MPH].mRemove; local
247 if (NULL != remove) {
248 (*remove)(thisItf);
H A DIObject.c561 // If object is published, then remove it from exposure to sync thread and debugger
596 // The remove hook is called with mutex locked
598 VoidHook remove = MPH_init_table[x->mMPH].mRemove; local
599 if (NULL != remove) {
600 (*remove)(thisItf);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java66 public void remove() { method in class:ExportTestProvider.MockEntityIterator
67 throw new UnsupportedOperationException("remove not supported");
/frameworks/rs/
H A DrsObjectBase.cpp54 // While the normal practice is to call remove before we call
57 // cases we need to remove ourself here.
59 remove();
108 ref->remove();
190 void ObjectBase::remove() const { function in class:ObjectBase

Completed in 448 milliseconds

12345