Searched defs:REMOVE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java99 case UpdateOp.REMOVE:
126 // otherwise, it would be converted into a REMOVE operation
148 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount);
159 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount);
175 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount);
250 case UpdateOp.REMOVE:
267 case UpdateOp.REMOVE:
310 case UpdateOp.REMOVE:
340 } else if (cmd == UpdateOp.REMOVE) {
348 } else if (cmd == UpdateOp.REMOVE) {
605 static final int REMOVE = 1; field in class:AdapterHelper.UpdateOp
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.h95 REMOVE = 0x4102, // Remove the sample rate converter on this track name; enumerator in enum:android::AudioMixer::__anon730

Completed in 181 milliseconds