Searched refs:addOp (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DOpReorderer.java161 UpdateOp addOp) {
164 if (moveOp.itemCount < addOp.positionStart) {
167 if (moveOp.positionStart < addOp.positionStart) {
170 if (addOp.positionStart <= moveOp.positionStart) {
171 moveOp.positionStart += addOp.itemCount;
173 if (addOp.positionStart <= moveOp.itemCount) {
174 moveOp.itemCount += addOp.itemCount;
176 addOp.positionStart += offset;
177 list.set(move, addOp);
160 swapMoveAdd(List<UpdateOp> list, int move, UpdateOp moveOp, int add, UpdateOp addOp) argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java161 UpdateOp addOp) {
164 if (moveOp.itemCount < addOp.positionStart) {
167 if (moveOp.positionStart < addOp.positionStart) {
170 if (addOp.positionStart <= moveOp.positionStart) {
171 moveOp.positionStart += addOp.itemCount;
173 if (addOp.positionStart <= moveOp.itemCount) {
174 moveOp.itemCount += addOp.itemCount;
176 addOp.positionStart += offset;
177 list.set(move, addOp);
160 swapMoveAdd(List<UpdateOp> list, int move, UpdateOp moveOp, int add, UpdateOp addOp) argument
/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp96 addOp(alloc().create_trivial<EndLayerOp>());
98 addOp(alloc().create_trivial<EndUnclippedLayerOp>());
167 if (addOp(alloc().create_trivial<BeginLayerOp>(
183 if (addOp(alloc().create_trivial<BeginUnclippedLayerOp>(
248 addOp(alloc().create_trivial<ColorOp>(
274 addOp(alloc().create_trivial<PointsOp>(
285 addOp(alloc().create_trivial<LinesOp>(
295 addOp(alloc().create_trivial<RectOp>(
328 addOp(alloc().create_trivial<SimpleRectsOp>(
368 addOp(allo
628 int RecordingCanvas::addOp(RecordedOp* op) { function in class:android::uirenderer::RecordingCanvas
[all...]
H A DRecordingCanvas.h210 int addOp(RecordedOp* op);
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java120 bse.addOp(op);
400 void addOp(Op op) { method in class:BackStackRecord
458 addOp(new Op(opcmd, fragment));
475 addOp(new Op(OP_REMOVE, fragment));
481 addOp(new Op(OP_HIDE, fragment));
487 addOp(new Op(OP_SHOW, fragment));
493 addOp(new Op(OP_DETACH, fragment));
499 addOp(new Op(OP_ATTACH, fragment));
505 addOp(new Op(OP_SET_PRIMARY_NAV, fragment));
/frameworks/support/fragment/java/android/support/v4/app/
H A DBackStackRecord.java117 bse.addOp(op);
367 void addOp(Op op) { method in class:BackStackRecord
427 addOp(new Op(opcmd, fragment));
447 addOp(new Op(OP_REMOVE, fragment));
454 addOp(new Op(OP_HIDE, fragment));
461 addOp(new Op(OP_SHOW, fragment));
468 addOp(new Op(OP_DETACH, fragment));
475 addOp(new Op(OP_ATTACH, fragment));
482 addOp(new Op(OP_SET_PRIMARY_NAV, fragment));
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java986 AdapterHelper.UpdateOp addOp(int start, int count) { method in class:AdapterHelperTest
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 587 milliseconds