Searched refs:REMOVE (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DAdapterHelper.java100 case UpdateOp.REMOVE:
128 // otherwise, it would be converted into a REMOVE operation
150 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
161 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
177 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
255 case UpdateOp.REMOVE:
272 case UpdateOp.REMOVE:
316 case UpdateOp.REMOVE:
346 } else if (cmd == UpdateOp.REMOVE) {
354 } else if (cmd == UpdateOp.REMOVE) {
633 static final int REMOVE = 1 << 1; field in class:AdapterHelper.UpdateOp
[all...]
H A DOpReorderer.java21 import static com.android.internal.widget.AdapterHelper.UpdateOp.REMOVE;
49 case REMOVE:
88 moveOp.cmd = REMOVE;
104 extraRm = mCallback.obtainUpdateOp(REMOVE, moveOp.positionStart + 1, remaining, null);
H A DRecyclerView.java828 case AdapterHelper.UpdateOp.REMOVE:
1598 .hasAnyUpdateTypes(AdapterHelper.UpdateOp.ADD | AdapterHelper.UpdateOp.REMOVE
9111 * Note that, an item may also change position in response to another ADD/REMOVE/MOVE
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java100 case UpdateOp.REMOVE:
128 // otherwise, it would be converted into a REMOVE operation
150 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
161 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
177 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
255 case UpdateOp.REMOVE:
272 case UpdateOp.REMOVE:
316 case UpdateOp.REMOVE:
346 } else if (cmd == UpdateOp.REMOVE) {
354 } else if (cmd == UpdateOp.REMOVE) {
633 static final int REMOVE = 1 << 1; field in class:AdapterHelper.UpdateOp
[all...]
H A DOpReorderer.java21 import static android.support.v7.widget.AdapterHelper.UpdateOp.REMOVE;
49 case REMOVE:
88 moveOp.cmd = REMOVE;
104 extraRm = mCallback.obtainUpdateOp(REMOVE, moveOp.positionStart + 1, remaining, null);
H A DStaggeredGridLayoutManager.java1465 handleUpdate(positionStart, itemCount, AdapterHelper.UpdateOp.REMOVE);
1516 case AdapterHelper.UpdateOp.REMOVE:
H A DRecyclerView.java912 case AdapterHelper.UpdateOp.REMOVE:
1697 .hasAnyUpdateTypes(AdapterHelper.UpdateOp.ADD | AdapterHelper.UpdateOp.REMOVE
9494 * Note that, an item may also change position in response to another ADD/REMOVE/MOVE
/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/base/services/core/java/com/android/server/connectivity/
H A DNetworkAgentInfo.java276 private static final boolean REMOVE = false; field in class:NetworkAgentInfo
314 updateRequestCounts(REMOVE, existing);
327 updateRequestCounts(REMOVE, existing);
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java21 import static android.support.v7.widget.AdapterHelper.UpdateOp.REMOVE;
198 orderedRandom(MOVE, REMOVE);
250 case REMOVE:
290 return record(new UpdateOp(REMOVE, start, count, null));
393 case UpdateOp.REMOVE:
H A DAdapterHelperTest.java991 return op(AdapterHelper.UpdateOp.REMOVE, start, count);
1088 AdapterHelper.UpdateOp.REMOVE, index, count, null
1122 case AdapterHelper.UpdateOp.REMOVE:
/frameworks/av/include/media/
H A DAudioMixer.h96 REMOVE = 0x4102, // Remove the sample rate converter on this track name; enumerator in enum:android::AudioMixer::__anon59
/frameworks/av/media/libaudioclient/include/media/
H A DAudioMixer.h96 REMOVE = 0x4102, // Remove the sample rate converter on this track name; enumerator in enum:android::AudioMixer::__anon190
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp308 AudioMixer::REMOVE, NULL);
/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp692 case REMOVE:

Completed in 1645 milliseconds