Searched refs:REMOVE (Results 1 – 4 of 4) sorted by relevance
100 case UpdateOp.REMOVE: in preProcess()255 case UpdateOp.REMOVE: in dispatchAndUpdateViewHolders()272 case UpdateOp.REMOVE: in dispatchAndUpdateViewHolders()316 case UpdateOp.REMOVE: in dispatchFirstPassAndUpdateViewHolders()446 case UpdateOp.REMOVE: in postponeAndUpdateViewHolders()486 if (op.cmd == UpdateOp.REMOVE) { in findPositionOffset()531 mExistingUpdateTypes |= UpdateOp.REMOVE; in onItemRangeRemoved()565 case UpdateOp.REMOVE: in consumeUpdatesInOnePass()596 case UpdateOp.REMOVE: in applyPendingUpdatesToPosition()633 static final int REMOVE = 1 << 1; field in AdapterHelper.UpdateOp[all …]
21 import static com.android.internal.widget.AdapterHelper.UpdateOp.REMOVE;49 case REMOVE: in swapMoveOp()88 moveOp.cmd = REMOVE; in swapMoveRemove()104 extraRm = mCallback.obtainUpdateOp(REMOVE, moveOp.positionStart + 1, remaining, null); in swapMoveRemove()
831 case AdapterHelper.UpdateOp.REMOVE: in initAdapterManager()1601 .hasAnyUpdateTypes(AdapterHelper.UpdateOp.ADD | AdapterHelper.UpdateOp.REMOVE in consumePendingUpdateOperations()
833 NetdUtils.modifyRoute(mNetdService, ModifyOperation.REMOVE, netId, route); in removeRoute()