A C D G O R S 

A

addDragView(View, View) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
Calls ViewGroup.addView(android.view.View) followed by DragLinearLayout.setViewDraggable(android.view.View, android.view.View).
addDragView(View, View, int) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
Calls ViewGroup.addView(android.view.View, int) followed by DragLinearLayout.setViewDraggable(android.view.View, android.view.View) and correctly updates the drag-ability state of all existing views.

C

com.jmedeisis.draglinearlayout - package com.jmedeisis.draglinearlayout
 

D

dispatchDraw(Canvas) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
 
DragLinearLayout - Class in com.jmedeisis.draglinearlayout
A LinearLayout that supports children Views that can be dragged and swapped around.
DragLinearLayout(Context) - Constructor for class com.jmedeisis.draglinearlayout.DragLinearLayout
 
DragLinearLayout(Context, AttributeSet) - Constructor for class com.jmedeisis.draglinearlayout.DragLinearLayout
 
DragLinearLayout.OnViewSwapListener - Interface in com.jmedeisis.draglinearlayout

G

getScrollSensitiveHeight() - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
 

O

onInterceptTouchEvent(MotionEvent) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
 
onSwap(View, int, View, int) - Method in interface com.jmedeisis.draglinearlayout.DragLinearLayout.OnViewSwapListener
Invoked right before the two items are swapped due to a drag event.
onTouchEvent(MotionEvent) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
 

R

removeDragView(View) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
Calls ViewGroup.removeView(android.view.View) and correctly updates the drag-ability state of all remaining views.

S

setContainerScrollView(ScrollView) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
If this layout is within a ScrollView, register it here so that it can be scrolled during item drags.
setOnViewSwapListener(DragLinearLayout.OnViewSwapListener) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
setOrientation(int) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
 
setScrollSensitiveHeight(int) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
Sets the height from upper / lower edge at which a container ScrollView, if one is registered via DragLinearLayout.setContainerScrollView(android.widget.ScrollView), is scrolled.
setViewDraggable(View, View) - Method in class com.jmedeisis.draglinearlayout.DragLinearLayout
Makes the child a candidate for dragging.
A C D G O R S