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

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableArrayListTest.java36 private static final int REMOVE = 4; field in class:ObservableArrayListTest
65 mNotifications.add(new ListChange(REMOVE, start, count));
226 assertEquals(REMOVE, change.change);
242 assertEquals(REMOVE, change.change);
254 assertEquals(REMOVE, change.change);
/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, null);
159 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
175 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
253 case UpdateOp.REMOVE:
270 case UpdateOp.REMOVE:
314 case UpdateOp.REMOVE:
344 } else if (cmd == UpdateOp.REMOVE) {
352 } else if (cmd == UpdateOp.REMOVE) {
609 static final int REMOVE = 1; field in class:AdapterHelper.UpdateOp
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.h98 REMOVE = 0x4102, // Remove the sample rate converter on this track name; enumerator in enum:android::AudioMixer::__anon754

Completed in 189 milliseconds