Searched defs:remove (Results 126 - 136 of 136) sorted by path

123456

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPositionMap.java113 public void remove(int key) { method in class:PositionMap
131 * @param size Number of mappings to remove
H A DRecyclerView.java914 * @param removeAndRecycleViews If true, we'll remove and recycle all existing views. If
1022 mOnChildAttachStateListeners.remove(listener);
1302 * @param decor Decoration to remove
1307 mLayout.assertNotInLayoutOrScroll("Cannot remove item decoration during a scroll or"
1310 mItemDecorations.remove(decor);
1354 * <p>Components that add a listener should take care to remove it when finished.
1356 * to remove all attached listeners.</p>
1374 mScrollListeners.remove(listener);
1486 // if it is only an item change (no add-remove-notifyDataSetChanged) we can check if any
2376 * @param listener Listener to remove
10597 public void remove(int resourceId) { method in class:RecyclerView.State
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DMessageQueueTest.java102 public void remove() { method in class:MessageQueueTest
H A DTileListTest.java121 public void remove() { method in class:TileListTest
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBucketTest.java64 mArr.remove(i);
93 public void remove() { method in class:BucketTest
99 mBucket.remove(i);
/frameworks/volley/src/main/java/com/android/volley/
H A DCache.java57 public void remove(String key); method in interface:Cache
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java123 remove(key);
224 public synchronized void remove(String key) { method in class:DiskBasedCache
279 iterator.remove();
315 mEntries.remove(key);
H A DNoCache.java43 public void remove(String key) { method in class:NoCache
/frameworks/volley/src/test/java/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);

Completed in 171 milliseconds

123456