android.widget
Class AbsListView
java.lang.Object
android.view.View
android.view.ViewGroup
android.widget.AdapterView<ListAdapter>
android.widget.AbsListView
- All Implemented Interfaces:
- Drawable.Callback, NoCopySpan, TextWatcher, AccessibilityEventSource, KeyEvent.Callback, ViewManager, ViewParent, ViewTreeObserver.OnGlobalLayoutListener, ViewTreeObserver.OnTouchModeChangeListener, Filter.FilterListener
- Direct Known Subclasses:
- GridView, ListView
public abstract class AbsListView
- extends AdapterView<ListAdapter>
- implements TextWatcher, ViewTreeObserver.OnGlobalLayoutListener, Filter.FilterListener, ViewTreeObserver.OnTouchModeChangeListener
| Fields inherited from class android.view.View |
DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_LOW, EMPTY_STATE_SET, ENABLED_FOCUSED_SELECTED_STATE_SET, ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_FOCUSED_STATE_SET, ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, ENABLED_SELECTED_STATE_SET, ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_STATE_SET, ENABLED_WINDOW_FOCUSED_STATE_SET, FOCUS_BACKWARD, FOCUS_DOWN, FOCUS_FORWARD, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_UP, FOCUSABLES_ALL, FOCUSABLES_TOUCH_MODE, FOCUSED_SELECTED_STATE_SET, FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, FOCUSED_STATE_SET, FOCUSED_WINDOW_FOCUSED_STATE_SET, GONE, HAPTIC_FEEDBACK_ENABLED, INVISIBLE, KEEP_SCREEN_ON, NO_ID, PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET, PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_SELECTED_STATE_SET, PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_STATE_SET, PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_SELECTED_STATE_SET, PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_STATE_SET, PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_SELECTED_STATE_SET, PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_WINDOW_FOCUSED_STATE_SET, SCROLLBARS_INSIDE_INSET, SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_OUTSIDE_INSET, SCROLLBARS_OUTSIDE_OVERLAY, SELECTED_STATE_SET, SELECTED_WINDOW_FOCUSED_STATE_SET, SOUND_EFFECTS_ENABLED, VIEW_LOG_TAG, VISIBLE, WINDOW_FOCUSED_STATE_SET |
|
Method Summary |
void |
addTouchables(java.util.ArrayList<View> views)
|
void |
afterTextChanged(Editable s)
|
void |
beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after)
|
boolean |
checkInputConnectionProxy(View view)
|
protected boolean |
checkLayoutParams(ViewGroup.LayoutParams p)
|
void |
clearTextFilter()
|
protected int |
computeVerticalScrollExtent()
|
protected int |
computeVerticalScrollOffset()
|
protected int |
computeVerticalScrollRange()
|
protected void |
dispatchDraw(Canvas canvas)
|
protected void |
dispatchSetPressed(boolean pressed)
|
void |
draw(Canvas canvas)
|
protected void |
drawableStateChanged()
|
AbsListView.LayoutParams |
generateLayoutParams(AttributeSet attrs)
|
protected ViewGroup.LayoutParams |
generateLayoutParams(ViewGroup.LayoutParams p)
|
protected float |
getBottomFadingEdgeStrength()
|
int |
getCacheColorHint()
|
protected ContextMenu.ContextMenuInfo |
getContextMenuInfo()
|
void |
getFocusedRect(Rect r)
|
int |
getListPaddingBottom()
|
int |
getListPaddingLeft()
|
int |
getListPaddingRight()
|
int |
getListPaddingTop()
|
View |
getSelectedView()
|
Drawable |
getSelector()
|
int |
getSolidColor()
|
java.lang.CharSequence |
getTextFilter()
|
protected float |
getTopFadingEdgeStrength()
|
int |
getTranscriptMode()
|
protected void |
handleDataChanged()
|
boolean |
hasTextFilter()
|
void |
invalidateViews()
|
boolean |
isFastScrollEnabled()
|
protected boolean |
isInFilterMode()
|
boolean |
isScrollingCacheEnabled()
|
boolean |
isSmoothScrollbarEnabled()
|
boolean |
isStackFromBottom()
|
boolean |
isTextFilterEnabled()
|
protected void |
layoutChildren()
|
protected void |
onAttachedToWindow()
|
protected int[] |
onCreateDrawableState(int extraSpace)
|
InputConnection |
onCreateInputConnection(EditorInfo outAttrs)
|
protected void |
onDetachedFromWindow()
|
void |
onFilterComplete(int count)
|
protected void |
onFocusChanged(boolean gainFocus,
int direction,
Rect previouslyFocusedRect)
|
void |
onGlobalLayout()
|
boolean |
onInterceptTouchEvent(MotionEvent ev)
|
boolean |
onKeyDown(int keyCode,
KeyEvent event)
|
boolean |
onKeyUp(int keyCode,
KeyEvent event)
|
protected void |
onLayout(boolean changed,
int l,
int t,
int r,
int b)
|
protected void |
onMeasure(int widthMeasureSpec,
int heightMeasureSpec)
|
void |
onRestoreInstanceState(Parcelable state)
|
Parcelable |
onSaveInstanceState()
|
protected void |
onSizeChanged(int w,
int h,
int oldw,
int oldh)
|
void |
onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count)
|
boolean |
onTouchEvent(MotionEvent ev)
|
void |
onTouchModeChanged(boolean isInTouchMode)
|
void |
onWindowFocusChanged(boolean hasWindowFocus)
|
int |
pointToPosition(int x,
int y)
|
long |
pointToRowId(int x,
int y)
|
void |
reclaimViews(java.util.List<View> views)
|
void |
requestLayout()
|
void |
setCacheColorHint(int color)
|
void |
setDrawSelectorOnTop(boolean onTop)
|
void |
setFastScrollEnabled(boolean enabled)
|
void |
setFilterText(java.lang.String filterText)
|
void |
setOnScrollListener(AbsListView.OnScrollListener l)
|
void |
setRecyclerListener(AbsListView.RecyclerListener listener)
|
void |
setScrollIndicators(View up,
View down)
|
void |
setScrollingCacheEnabled(boolean enabled)
|
void |
setSelector(Drawable sel)
|
void |
setSelector(int resID)
|
void |
setSmoothScrollbarEnabled(boolean enabled)
|
void |
setStackFromBottom(boolean stackFromBottom)
|
void |
setTextFilterEnabled(boolean textFilterEnabled)
|
void |
setTranscriptMode(int mode)
|
boolean |
showContextMenuForChild(View originalView)
|
boolean |
verifyDrawable(Drawable dr)
|
| Methods inherited from class android.widget.AdapterView |
addView, addView, addView, addView, canAnimate, dispatchPopulateAccessibilityEvent, dispatchRestoreInstanceState, dispatchSaveInstanceState, getAdapter, getCount, getEmptyView, getFirstVisiblePosition, getItemAtPosition, getItemIdAtPosition, getLastVisiblePosition, getOnItemClickListener, getOnItemLongClickListener, getOnItemSelectedListener, getPositionForView, getSelectedItem, getSelectedItemId, getSelectedItemPosition, performItemClick, removeAllViews, removeView, removeViewAt, setAdapter, setEmptyView, setFocusable, setFocusableInTouchMode, setOnClickListener, setOnItemClickListener, setOnItemLongClickListener, setOnItemSelectedListener, setSelection |
| Methods inherited from class android.view.ViewGroup |
addFocusables, addFocusables, addStatesFromChildren, addView, addViewInLayout, addViewInLayout, attachLayoutAnimationParameters, attachViewToParent, bringChildToFront, childDrawableStateChanged, cleanupLayoutState, clearChildFocus, clearDisappearingChildren, clearFocus, debug, detachAllViewsFromParent, detachViewFromParent, detachViewFromParent, detachViewsFromParent, dispatchFreezeSelfOnly, dispatchKeyEvent, dispatchKeyEventPreIme, dispatchKeyShortcutEvent, dispatchSetSelected, dispatchThawSelfOnly, dispatchTouchEvent, dispatchTrackballEvent, dispatchUnhandledMove, dispatchWindowFocusChanged, dispatchWindowVisibilityChanged, drawChild, findFocus, fitSystemWindows, focusableViewAvailable, focusSearch, gatherTransparentRegion, generateDefaultLayoutParams, getChildAt, getChildCount, getChildDrawingOrder, getChildMeasureSpec, getChildStaticTransformation, getChildVisibleRect, getDescendantFocusability, getFocusedChild, getLayoutAnimation, getLayoutAnimationListener, getPersistentDrawingCache, hasFocus, hasFocusable, indexOfChild, invalidateChild, invalidateChildInParent, isAlwaysDrawnWithCacheEnabled, isAnimationCacheEnabled, isChildrenDrawingOrderEnabled, isChildrenDrawnWithCacheEnabled, measureChild, measureChildren, measureChildWithMargins, offsetDescendantRectToMyCoords, offsetRectIntoDescendantCoords, onAnimationEnd, onAnimationStart, onRequestFocusInDescendants, recomputeViewAttributes, removeAllViewsInLayout, removeDetachedView, removeViewInLayout, removeViews, removeViewsInLayout, requestChildFocus, requestChildRectangleOnScreen, requestDisallowInterceptTouchEvent, requestFocus, requestTransparentRegion, scheduleLayoutAnimation, setAddStatesFromChildren, setAlwaysDrawnWithCacheEnabled, setAnimationCacheEnabled, setChildrenDrawingCacheEnabled, setChildrenDrawingOrderEnabled, setChildrenDrawnWithCacheEnabled, setClipChildren, setClipToPadding, setDescendantFocusability, setLayoutAnimation, setLayoutAnimationListener, setOnHierarchyChangeListener, setPadding, setPersistentDrawingCache, setStaticTransformationsEnabled, startLayoutAnimation, updateViewLayout |
| Methods inherited from class android.view.View |
awakenScrollBars, awakenScrollBars, awakenScrollBars, bringToFront, buildDrawingCache, buildDrawingCache, cancelLongPress, clearAnimation, computeHorizontalScrollExtent, computeHorizontalScrollOffset, computeHorizontalScrollRange, computeScroll, createContextMenu, destroyDrawingCache, finalize, findViewById, findViewWithTag, focusSearch, forceLayout, getAnimation, getApplicationWindowToken, getBackground, getBaseline, getBottom, getBottomPaddingOffset, getContentDescription, getContext, getDefaultSize, getDrawableState, getDrawingCache, getDrawingCache, getDrawingCacheBackgroundColor, getDrawingCacheQuality, getDrawingRect, getDrawingTime, getFocusables, getGlobalVisibleRect, getGlobalVisibleRect, getHandler, getHeight, getHitRect, getHorizontalFadingEdgeLength, getHorizontalScrollbarHeight, getId, getKeepScreenOn, getKeyDispatcherState, getLayoutParams, getLeft, getLeftFadingEdgeStrength, getLeftPaddingOffset, getLocalVisibleRect, getLocationInWindow, getLocationOnScreen, getMeasuredHeight, getMeasuredWidth, getNextFocusDownId, getNextFocusLeftId, getNextFocusRightId, getNextFocusUpId, getOnFocusChangeListener, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getParent, getResources, getRight, getRightFadingEdgeStrength, getRightPaddingOffset, getRootView, getScrollBarStyle, getScrollX, getScrollY, getSuggestedMinimumHeight, getSuggestedMinimumWidth, getTag, getTag, getTop, getTopPaddingOffset, getTouchables, getTouchDelegate, getVerticalFadingEdgeLength, getVerticalScrollbarWidth, getViewTreeObserver, getVisibility, getWidth, getWindowAttachCount, getWindowToken, getWindowVisibility, getWindowVisibleDisplayFrame, hasWindowFocus, inflate, initializeFadingEdge, initializeScrollbars, invalidate, invalidate, invalidate, invalidateDrawable, isClickable, isDrawingCacheEnabled, isDuplicateParentStateEnabled, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isHapticFeedbackEnabled, isHorizontalFadingEdgeEnabled, isHorizontalScrollBarEnabled, isInEditMode, isInTouchMode, isLayoutRequested, isLongClickable, isOpaque, isPaddingOffsetRequired, isPressed, isSaveEnabled, isScrollbarFadingEnabled, isSelected, isShown, isSoundEffectsEnabled, isVerticalFadingEdgeEnabled, isVerticalScrollBarEnabled, layout, measure, mergeDrawableStates, offsetLeftAndRight, offsetTopAndBottom, onCheckIsTextEditor, onCreateContextMenu, onDraw, onDrawScrollBars, onFinishInflate, onFinishTemporaryDetach, onKeyLongPress, onKeyMultiple, onKeyPreIme, onKeyShortcut, onScrollChanged, onSetAlpha, onStartTemporaryDetach, onTrackballEvent, onWindowVisibilityChanged, performClick, performHapticFeedback, performHapticFeedback, performLongClick, playSoundEffect, post, postDelayed, postInvalidate, postInvalidate, postInvalidateDelayed, postInvalidateDelayed, refreshDrawableState, removeCallbacks, requestFocus, requestFocus, requestFocusFromTouch, requestRectangleOnScreen, requestRectangleOnScreen, resolveSize, restoreHierarchyState, saveHierarchyState, scheduleDrawable, scrollBy, scrollTo, sendAccessibilityEvent, sendAccessibilityEventUnchecked, setAnimation, setBackgroundColor, setBackgroundDrawable, setBackgroundResource, setClickable, setContentDescription, setDrawingCacheBackgroundColor, setDrawingCacheEnabled, setDrawingCacheQuality, setDuplicateParentStateEnabled, setEnabled, setFadingEdgeLength, setHapticFeedbackEnabled, setHorizontalFadingEdgeEnabled, setHorizontalScrollBarEnabled, setId, setKeepScreenOn, setLayoutParams, setLongClickable, setMeasuredDimension, setMinimumHeight, setMinimumWidth, setNextFocusDownId, setNextFocusLeftId, setNextFocusRightId, setNextFocusUpId, setOnCreateContextMenuListener, setOnFocusChangeListener, setOnKeyListener, setOnLongClickListener, setOnTouchListener, setPressed, setSaveEnabled, setScrollbarFadingEnabled, setScrollBarStyle, setScrollContainer, setSelected, setSoundEffectsEnabled, setTag, setTag, setTouchDelegate, setVerticalFadingEdgeEnabled, setVerticalScrollBarEnabled, setVisibility, setWillNotCacheDrawing, setWillNotDraw, showContextMenu, startAnimation, unscheduleDrawable, unscheduleDrawable, willNotCacheDrawing, willNotDraw |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSCRIPT_MODE_DISABLED
public static final int TRANSCRIPT_MODE_DISABLED
- See Also:
- Constant Field Values
TRANSCRIPT_MODE_NORMAL
public static final int TRANSCRIPT_MODE_NORMAL
- See Also:
- Constant Field Values
TRANSCRIPT_MODE_ALWAYS_SCROLL
public static final int TRANSCRIPT_MODE_ALWAYS_SCROLL
- See Also:
- Constant Field Values
AbsListView
public AbsListView(Context context)
AbsListView
public AbsListView(Context context,
AttributeSet attrs)
AbsListView
public AbsListView(Context context,
AttributeSet attrs,
int defStyle)
setFastScrollEnabled
public void setFastScrollEnabled(boolean enabled)
isFastScrollEnabled
public boolean isFastScrollEnabled()
setSmoothScrollbarEnabled
public void setSmoothScrollbarEnabled(boolean enabled)
isSmoothScrollbarEnabled
public boolean isSmoothScrollbarEnabled()
setOnScrollListener
public void setOnScrollListener(AbsListView.OnScrollListener l)
isScrollingCacheEnabled
public boolean isScrollingCacheEnabled()
setScrollingCacheEnabled
public void setScrollingCacheEnabled(boolean enabled)
setTextFilterEnabled
public void setTextFilterEnabled(boolean textFilterEnabled)
isTextFilterEnabled
public boolean isTextFilterEnabled()
getFocusedRect
public void getFocusedRect(Rect r)
- Overrides:
getFocusedRect in class View
isStackFromBottom
public boolean isStackFromBottom()
setStackFromBottom
public void setStackFromBottom(boolean stackFromBottom)
onSaveInstanceState
public Parcelable onSaveInstanceState()
- Overrides:
onSaveInstanceState in class View
onRestoreInstanceState
public void onRestoreInstanceState(Parcelable state)
- Overrides:
onRestoreInstanceState in class View
setFilterText
public void setFilterText(java.lang.String filterText)
getTextFilter
public java.lang.CharSequence getTextFilter()
onFocusChanged
protected void onFocusChanged(boolean gainFocus,
int direction,
Rect previouslyFocusedRect)
- Overrides:
onFocusChanged in class View
requestLayout
public void requestLayout()
- Specified by:
requestLayout in interface ViewParent- Overrides:
requestLayout in class View
computeVerticalScrollExtent
protected int computeVerticalScrollExtent()
- Overrides:
computeVerticalScrollExtent in class View
computeVerticalScrollOffset
protected int computeVerticalScrollOffset()
- Overrides:
computeVerticalScrollOffset in class View
computeVerticalScrollRange
protected int computeVerticalScrollRange()
- Overrides:
computeVerticalScrollRange in class View
getTopFadingEdgeStrength
protected float getTopFadingEdgeStrength()
- Overrides:
getTopFadingEdgeStrength in class View
getBottomFadingEdgeStrength
protected float getBottomFadingEdgeStrength()
- Overrides:
getBottomFadingEdgeStrength in class View
onMeasure
protected void onMeasure(int widthMeasureSpec,
int heightMeasureSpec)
- Overrides:
onMeasure in class View
onLayout
protected void onLayout(boolean changed,
int l,
int t,
int r,
int b)
- Overrides:
onLayout in class AdapterView<ListAdapter>
layoutChildren
protected void layoutChildren()
getSelectedView
public View getSelectedView()
- Specified by:
getSelectedView in class AdapterView<ListAdapter>
getListPaddingTop
public int getListPaddingTop()
getListPaddingBottom
public int getListPaddingBottom()
getListPaddingLeft
public int getListPaddingLeft()
getListPaddingRight
public int getListPaddingRight()
dispatchDraw
protected void dispatchDraw(Canvas canvas)
- Overrides:
dispatchDraw in class ViewGroup
onSizeChanged
protected void onSizeChanged(int w,
int h,
int oldw,
int oldh)
- Overrides:
onSizeChanged in class View
setDrawSelectorOnTop
public void setDrawSelectorOnTop(boolean onTop)
setSelector
public void setSelector(int resID)
setSelector
public void setSelector(Drawable sel)
getSelector
public Drawable getSelector()
setScrollIndicators
public void setScrollIndicators(View up,
View down)
drawableStateChanged
protected void drawableStateChanged()
- Overrides:
drawableStateChanged in class ViewGroup
onCreateDrawableState
protected int[] onCreateDrawableState(int extraSpace)
- Overrides:
onCreateDrawableState in class ViewGroup
verifyDrawable
public boolean verifyDrawable(Drawable dr)
- Overrides:
verifyDrawable in class View
onAttachedToWindow
protected void onAttachedToWindow()
- Overrides:
onAttachedToWindow in class View
onDetachedFromWindow
protected void onDetachedFromWindow()
- Overrides:
onDetachedFromWindow in class View
onWindowFocusChanged
public void onWindowFocusChanged(boolean hasWindowFocus)
- Overrides:
onWindowFocusChanged in class View
getContextMenuInfo
protected ContextMenu.ContextMenuInfo getContextMenuInfo()
- Overrides:
getContextMenuInfo in class View
showContextMenuForChild
public boolean showContextMenuForChild(View originalView)
- Specified by:
showContextMenuForChild in interface ViewParent- Overrides:
showContextMenuForChild in class ViewGroup
onKeyDown
public boolean onKeyDown(int keyCode,
KeyEvent event)
- Specified by:
onKeyDown in interface KeyEvent.Callback- Overrides:
onKeyDown in class View
onKeyUp
public boolean onKeyUp(int keyCode,
KeyEvent event)
- Specified by:
onKeyUp in interface KeyEvent.Callback- Overrides:
onKeyUp in class View
dispatchSetPressed
protected void dispatchSetPressed(boolean pressed)
- Overrides:
dispatchSetPressed in class ViewGroup
pointToPosition
public int pointToPosition(int x,
int y)
pointToRowId
public long pointToRowId(int x,
int y)
onTouchModeChanged
public void onTouchModeChanged(boolean isInTouchMode)
- Specified by:
onTouchModeChanged in interface ViewTreeObserver.OnTouchModeChangeListener
onTouchEvent
public boolean onTouchEvent(MotionEvent ev)
- Overrides:
onTouchEvent in class View
draw
public void draw(Canvas canvas)
- Overrides:
draw in class View
onInterceptTouchEvent
public boolean onInterceptTouchEvent(MotionEvent ev)
- Overrides:
onInterceptTouchEvent in class ViewGroup
addTouchables
public void addTouchables(java.util.ArrayList<View> views)
- Overrides:
addTouchables in class ViewGroup
invalidateViews
public void invalidateViews()
handleDataChanged
protected void handleDataChanged()
isInFilterMode
protected boolean isInFilterMode()
onCreateInputConnection
public InputConnection onCreateInputConnection(EditorInfo outAttrs)
- Overrides:
onCreateInputConnection in class View
checkInputConnectionProxy
public boolean checkInputConnectionProxy(View view)
- Overrides:
checkInputConnectionProxy in class View
clearTextFilter
public void clearTextFilter()
hasTextFilter
public boolean hasTextFilter()
onGlobalLayout
public void onGlobalLayout()
- Specified by:
onGlobalLayout in interface ViewTreeObserver.OnGlobalLayoutListener
beforeTextChanged
public void beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after)
- Specified by:
beforeTextChanged in interface TextWatcher
onTextChanged
public void onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count)
- Specified by:
onTextChanged in interface TextWatcher
afterTextChanged
public void afterTextChanged(Editable s)
- Specified by:
afterTextChanged in interface TextWatcher
onFilterComplete
public void onFilterComplete(int count)
- Specified by:
onFilterComplete in interface Filter.FilterListener
generateLayoutParams
protected ViewGroup.LayoutParams generateLayoutParams(ViewGroup.LayoutParams p)
- Overrides:
generateLayoutParams in class ViewGroup
generateLayoutParams
public AbsListView.LayoutParams generateLayoutParams(AttributeSet attrs)
- Overrides:
generateLayoutParams in class ViewGroup
checkLayoutParams
protected boolean checkLayoutParams(ViewGroup.LayoutParams p)
- Overrides:
checkLayoutParams in class ViewGroup
setTranscriptMode
public void setTranscriptMode(int mode)
getTranscriptMode
public int getTranscriptMode()
getSolidColor
public int getSolidColor()
- Overrides:
getSolidColor in class View
setCacheColorHint
public void setCacheColorHint(int color)
getCacheColorHint
public int getCacheColorHint()
reclaimViews
public void reclaimViews(java.util.List<View> views)
setRecyclerListener
public void setRecyclerListener(AbsListView.RecyclerListener listener)
Copyright © 2008-2010. All Rights Reserved.