Package org.robolectric.shadows
Class ShadowAbsListView
java.lang.Object
org.robolectric.shadows.ShadowView
org.robolectric.shadows.ShadowViewGroup
org.robolectric.shadows.ShadowAdapterView
org.robolectric.shadows.ShadowAbsListView
- Direct Known Subclasses:
ShadowListView
@Implements(android.widget.AbsListView.class) public class ShadowAbsListView extends ShadowAdapterView
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowView
ShadowView.WindowIdHelper -
Field Summary
Fields inherited from class org.robolectric.shadows.ShadowView
attributeSet, realView, scrollToCoordinates, viewReflector -
Constructor Summary
Constructors Constructor Description ShadowAbsListView() -
Method Summary
Modifier and Type Method Description intgetLastSmoothScrollByDistance()Robolectric accessor for the last smoothScrollBy distanceintgetLastSmoothScrollByDuration()Robolectric accessor for the last smoothScrollBy durationAbsListView.OnScrollListenergetOnScrollListener()Robolectric accessor for the onScrollListenerintgetSmoothScrolledPosition()Robolectric accessor for the last smoothScrolledPositionprotected voidsetOnScrollListener(AbsListView.OnScrollListener l)protected voidsmoothScrollBy(int distance, int duration)protected voidsmoothScrollToPosition(int position)Methods inherited from class org.robolectric.shadows.ShadowAdapterView
clickFirstItemContainingText, findIndexOfItemContainingText, findItemContainingText, getItemSelectedListener, performItemClick, populateItems, selectItemWithText, setOnItemSelectedListenerMethods inherited from class org.robolectric.shadows.ShadowViewGroup
addView, dump, getDisallowInterceptTouchEvent, getInterceptedTouchEvent, innerText, onInterceptTouchEvent, removedChild, requestDisallowInterceptTouchEventMethods inherited from class org.robolectric.shadows.ShadowView
__constructor__, __constructor__, addGlobalPerformClickListener, addGlobalPerformLongClickListener, addOnAttachStateChangeListener, addOnLayoutChangeListener, callOnAttachedToWindow, callOnDetachedFromWindow, checkedPerformClick, clearAnimation, clearAnimations, clearWasInvalidated, clickOn, didRequestLayout, draw, dump, dump, dumpAttribute, dumpAttributes, dumpFirstPart, dumpIndent, getAnimations, getGlobalVisibleRect, getLastTouchEvent, getLayerType, getLocationOnScreen, getOnAttachStateChangeListeners, getOnClickListener, getOnCreateContextMenuListener, getOnLayoutChangeListeners, getOnLongClickListener, getOnSystemUiVisibilityChangeListener, getOnTouchListener, getScrollX, getScrollY, getSourceLayoutResId, getWindowDisplayFrame, getWindowId, getWindowVisibleDisplayFrame, initialAwakenScrollBars, innerText, invalidate, isAttachedToWindow, lastHapticFeedbackPerformed, mapRectFromViewToScreenCoords, onLayout, onLayoutWasCalled, onTouchEvent, performClick, performHapticFeedback, performLongClick, post, postDelayed, postInvalidateDelayed, removeCallbacks, removeGlobalPerformClickListener, removeGlobalPerformLongClickListener, removeOnAttachStateChangeListener, removeOnLayoutChangeListener, requestLayout, reset, scrollBy, scrollTo, setAnimation, setDidRequestLayout, setGlobalVisibleRect, setLayerType, setMyParent, setOnClickListener, setOnCreateContextMenuListener, setOnFocusChangeListener, setOnLongClickListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setScrollX, setScrollY, setViewFocus, useRealGraphics, visualize, wasInvalidated
-
Constructor Details
-
ShadowAbsListView
public ShadowAbsListView()
-
-
Method Details
-
setOnScrollListener
-
smoothScrollToPosition
-
smoothScrollBy
-
getOnScrollListener
Robolectric accessor for the onScrollListener- Returns:
- AbsListView.OnScrollListener
-
getSmoothScrolledPosition
public int getSmoothScrolledPosition()Robolectric accessor for the last smoothScrolledPosition- Returns:
- int position
-
getLastSmoothScrollByDistance
public int getLastSmoothScrollByDistance()Robolectric accessor for the last smoothScrollBy distance- Returns:
- int distance
-
getLastSmoothScrollByDuration
public int getLastSmoothScrollByDuration()Robolectric accessor for the last smoothScrollBy duration- Returns:
- int duration
-