Home
last modified time | relevance | path

Searched refs:addOp (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DOpReorderer.java160 UpdateOp addOp) { in swapMoveAdd() argument
163 if (moveOp.itemCount < addOp.positionStart) { in swapMoveAdd()
166 if (moveOp.positionStart < addOp.positionStart) { in swapMoveAdd()
169 if (addOp.positionStart <= moveOp.positionStart) { in swapMoveAdd()
170 moveOp.positionStart += addOp.itemCount; in swapMoveAdd()
172 if (addOp.positionStart <= moveOp.itemCount) { in swapMoveAdd()
173 moveOp.itemCount += addOp.itemCount; in swapMoveAdd()
175 addOp.positionStart += offset; in swapMoveAdd()
176 list.set(move, addOp); in swapMoveAdd()
/frameworks/support/v4/java/android/support/v4/app/
DBackStackRecord.java137 bse.addOp(op); in instantiate()
383 void addOp(Op op) { in addOp() method in BackStackRecord
437 addOp(op); in doAddOp()
457 addOp(op); in remove()
466 addOp(op); in hide()
475 addOp(op); in show()
484 addOp(op); in detach()
493 addOp(op); in attach()
/frameworks/base/core/java/android/app/
DBackStackRecord.java149 bse.addOp(op); in instantiate()
430 void addOp(Op op) { in addOp() method in BackStackRecord
484 addOp(op); in doAddOp()
504 addOp(op); in remove()
513 addOp(op); in hide()
522 addOp(op); in show()
531 addOp(op); in detach()
540 addOp(op); in attach()
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DAdapterHelperTest.java972 AdapterHelper.UpdateOp addOp(int start, int count) { in addOp() method in AdapterHelperTest
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...