MCPcopy Create free account
hub / github.com/M66B/FairEmail / onMoved

Method onMoved

app/src/main/java/eu/faircode/email/AdapterLog.java:149–152  ·  view source on GitHub ↗
(int fromPosition, int toPosition)

Source from the content-addressed store, hash-verified

147 }
148
149 @Override
150 public void onMoved(int fromPosition, int toPosition) {
151 Log.d("Moved " + fromPosition + ">" + toPosition);
152 }
153
154 @Override
155 public void onChanged(int position, int count, Object payload) {

Callers

nothing calls this directly

Calls 1

dMethod · 0.95

Tested by

no test coverage detected