Tabnine Logo
ItemTouchHelper$Callback.onMoved
Code IndexAdd Tabnine to your IDE (free)

How to use
onMoved
method
in
androidx.recyclerview.widget.ItemTouchHelper$Callback

Best Java code snippets using androidx.recyclerview.widget.ItemTouchHelper$Callback.onMoved (Showing top 2 results out of 315)

origin: westnordost/StreetComplete

@Override
public void onMoved(RecyclerView recyclerView, RecyclerView.ViewHolder viewHolder, int fromPos, RecyclerView.ViewHolder target, int toPos, int x, int y)
{
  super.onMoved(recyclerView, viewHolder, fromPos, target, toPos, x, y);
  if(draggedFrom == -1) draggedFrom = fromPos;
  draggedTo = toPos;
}
origin: airbnb/epoxy

/**
 * @see #onMoved(RecyclerView, ViewHolder, int, ViewHolder, int, int, int)
 */
protected void onMoved(RecyclerView recyclerView, EpoxyViewHolder viewHolder, int fromPos,
  EpoxyViewHolder target, int toPos, int x, int y) {
 super.onMoved(recyclerView, viewHolder, fromPos, target, toPos, x, y);
}
androidx.recyclerview.widgetItemTouchHelper$CallbackonMoved

Popular methods of ItemTouchHelper$Callback

  • clearView
  • onChildDraw
  • onSelectedChanged
  • onChildDrawOver
  • canDropOver
  • chooseDropTarget
  • getMoveThreshold
  • getSwipeThreshold
  • makeMovementFlags

Popular in Java

  • Reactive rest calls using spring rest template
  • getSupportFragmentManager (FragmentActivity)
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • JCheckBox (javax.swing)
  • JList (javax.swing)
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now