Lines Matching refs:v7

1 package android.support.v7.recyclerview {
37 package android.support.v7.util {
40 …stUtil(java.lang.Class<T>, int, android.support.v7.util.AsyncListUtil.DataCallback<T>, android.sup…
67 ctor public SortedList(java.lang.Class<T>, android.support.v7.util.SortedList.Callback<T>);
68 ctor public SortedList(java.lang.Class<T>, android.support.v7.util.SortedList.Callback<T>, int);
86 …public static class SortedList.BatchedCallback extends android.support.v7.util.SortedList.Callback…
87 ctor public SortedList.BatchedCallback(android.support.v7.util.SortedList.Callback<T2>);
111 package android.support.v7.widget {
113 public class DefaultItemAnimator extends android.support.v7.widget.RecyclerView.ItemAnimator {
115 method public boolean animateAdd(android.support.v7.widget.RecyclerView.ViewHolder);
116 …thod public boolean animateChange(android.support.v7.widget.RecyclerView.ViewHolder, android.suppo…
117 …method public boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int…
118 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
119 method public void endAnimation(android.support.v7.widget.RecyclerView.ViewHolder);
125 public class GridLayoutManager extends android.support.v7.widget.LinearLayoutManager {
130 method public android.support.v7.widget.GridLayoutManager.SpanSizeLookup getSpanSizeLookup();
132 … method public void setSpanSizeLookup(android.support.v7.widget.GridLayoutManager.SpanSizeLookup);
136 …public static final class GridLayoutManager.DefaultSpanSizeLookup extends android.support.v7.widge…
141 …public static class GridLayoutManager.LayoutParams extends android.support.v7.widget.RecyclerView.…
146 ctor public GridLayoutManager.LayoutParams(android.support.v7.widget.RecyclerView.LayoutParams);
162 …inearLayoutManager extends android.support.v7.widget.RecyclerView.LayoutManager implements android…
171 method public android.support.v7.widget.RecyclerView.LayoutParams generateDefaultLayoutParams();
172 method protected int getExtraLayoutSpace(android.support.v7.widget.RecyclerView.State);
199 …public abstract class LinearSmoothScroller extends android.support.v7.widget.RecyclerView.SmoothSc…
210 …ted void onSeekTargetStep(int, int, android.support.v7.widget.RecyclerView.State, android.support.
213 …id onTargetFound(android.view.View, android.support.v7.widget.RecyclerView.State, android.support.
214 …method protected void updateActionForInterimTarget(android.support.v7.widget.RecyclerView.SmoothSc…
226 …method public static android.support.v7.widget.OrientationHelper createHorizontalHelper(android.su…
227 …method public static android.support.v7.widget.OrientationHelper createOrientationHelper(android.s…
228 …method public static android.support.v7.widget.OrientationHelper createVerticalHelper(android.supp…
244 field protected final android.support.v7.widget.RecyclerView.LayoutManager mLayoutManager;
251 … method public void addItemDecoration(android.support.v7.widget.RecyclerView.ItemDecoration, int);
252 method public void addItemDecoration(android.support.v7.widget.RecyclerView.ItemDecoration);
253 …method public void addOnChildAttachStateChangeListener(android.support.v7.widget.RecyclerView.OnCh…
254 …method public void addOnItemTouchListener(android.support.v7.widget.RecyclerView.OnItemTouchListen…
255 method public void addOnScrollListener(android.support.v7.widget.RecyclerView.OnScrollListener);
266 …method public android.support.v7.widget.RecyclerView.ViewHolder findViewHolderForAdapterPosition(i…
267 method public android.support.v7.widget.RecyclerView.ViewHolder findViewHolderForItemId(long);
268 …method public android.support.v7.widget.RecyclerView.ViewHolder findViewHolderForLayoutPosition(in…
269 …method public deprecated android.support.v7.widget.RecyclerView.ViewHolder findViewHolderForPositi…
271 method public android.support.v7.widget.RecyclerView.Adapter getAdapter();
276 …method public android.support.v7.widget.RecyclerView.ViewHolder getChildViewHolder(android.view.Vi…
277 …method public android.support.v7.widget.RecyclerViewAccessibilityDelegate getCompatAccessibilityDe…
278 method public android.support.v7.widget.RecyclerView.ItemAnimator getItemAnimator();
279 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
282 method public android.support.v7.widget.RecyclerView.RecycledViewPool getRecycledViewPool();
298 method public void removeItemDecoration(android.support.v7.widget.RecyclerView.ItemDecoration);
299 …method public void removeOnChildAttachStateChangeListener(android.support.v7.widget.RecyclerView.O…
300 …method public void removeOnItemTouchListener(android.support.v7.widget.RecyclerView.OnItemTouchLis…
301 …method public void removeOnScrollListener(android.support.v7.widget.RecyclerView.OnScrollListener);
303 …method public void setAccessibilityDelegateCompat(android.support.v7.widget.RecyclerViewAccessibil…
304 method public void setAdapter(android.support.v7.widget.RecyclerView.Adapter);
305 …method public void setChildDrawingOrderCallback(android.support.v7.widget.RecyclerView.ChildDrawin…
307 method public void setItemAnimator(android.support.v7.widget.RecyclerView.ItemAnimator);
310 method public void setLayoutManager(android.support.v7.widget.RecyclerView.LayoutManager);
311 …method public deprecated void setOnScrollListener(android.support.v7.widget.RecyclerView.OnScrollL…
312 method public void setRecycledViewPool(android.support.v7.widget.RecyclerView.RecycledViewPool);
313 method public void setRecyclerListener(android.support.v7.widget.RecyclerView.RecyclerListener);
315 …method public void setViewCacheExtension(android.support.v7.widget.RecyclerView.ViewCacheExtension…
319 method public void swapAdapter(android.support.v7.widget.RecyclerView.Adapter, boolean);
351 method public void onAttachedToRecyclerView(android.support.v7.widget.RecyclerView);
355 method public void onDetachedFromRecyclerView(android.support.v7.widget.RecyclerView);
360 …method public void registerAdapterDataObserver(android.support.v7.widget.RecyclerView.AdapterDataO…
362 …method public void unregisterAdapterDataObserver(android.support.v7.widget.RecyclerView.AdapterDat…
381 method public abstract boolean animateAdd(android.support.v7.widget.RecyclerView.ViewHolder);
382 …ic abstract boolean animateChange(android.support.v7.widget.RecyclerView.ViewHolder, android.suppo…
383 …method public abstract boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int,…
384 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
385 method public final void dispatchAddFinished(android.support.v7.widget.RecyclerView.ViewHolder);
386 method public final void dispatchAddStarting(android.support.v7.widget.RecyclerView.ViewHolder);
388 …method public final void dispatchChangeFinished(android.support.v7.widget.RecyclerView.ViewHolder,…
389 …method public final void dispatchChangeStarting(android.support.v7.widget.RecyclerView.ViewHolder,…
390 … method public final void dispatchMoveFinished(android.support.v7.widget.RecyclerView.ViewHolder);
391 … method public final void dispatchMoveStarting(android.support.v7.widget.RecyclerView.ViewHolder);
392 …method public final void dispatchRemoveFinished(android.support.v7.widget.RecyclerView.ViewHolder);
393 …method public final void dispatchRemoveStarting(android.support.v7.widget.RecyclerView.ViewHolder);
394 method public abstract void endAnimation(android.support.v7.widget.RecyclerView.ViewHolder);
402 …method public final boolean isRunning(android.support.v7.widget.RecyclerView.ItemAnimator.ItemAnim…
403 method public void onAddFinished(android.support.v7.widget.RecyclerView.ViewHolder);
404 method public void onAddStarting(android.support.v7.widget.RecyclerView.ViewHolder);
405 method public void onChangeFinished(android.support.v7.widget.RecyclerView.ViewHolder, boolean);
406 method public void onChangeStarting(android.support.v7.widget.RecyclerView.ViewHolder, boolean);
407 method public void onMoveFinished(android.support.v7.widget.RecyclerView.ViewHolder);
408 method public void onMoveStarting(android.support.v7.widget.RecyclerView.ViewHolder);
409 method public void onRemoveFinished(android.support.v7.widget.RecyclerView.ViewHolder);
410 method public void onRemoveStarting(android.support.v7.widget.RecyclerView.ViewHolder);
425 …method public deprecated void getItemOffsets(android.graphics.Rect, int, android.support.v7.widget…
426 …roid.graphics.Rect, android.view.View, android.support.v7.widget.RecyclerView, android.support.v7.…
427 …c void onDraw(android.graphics.Canvas, android.support.v7.widget.RecyclerView, android.support.v7.…
428 …method public deprecated void onDraw(android.graphics.Canvas, android.support.v7.widget.RecyclerVi…
429 …id onDrawOver(android.graphics.Canvas, android.support.v7.widget.RecyclerView, android.support.v7.…
430 …method public deprecated void onDrawOver(android.graphics.Canvas, android.support.v7.widget.Recycl…
441 …method public void attachView(android.view.View, int, android.support.v7.widget.RecyclerView.Layou…
447 method public boolean checkLayoutParams(android.support.v7.widget.RecyclerView.LayoutParams);
448 method public int computeHorizontalScrollExtent(android.support.v7.widget.RecyclerView.State);
449 method public int computeHorizontalScrollOffset(android.support.v7.widget.RecyclerView.State);
450 method public int computeHorizontalScrollRange(android.support.v7.widget.RecyclerView.State);
451 method public int computeVerticalScrollExtent(android.support.v7.widget.RecyclerView.State);
452 method public int computeVerticalScrollOffset(android.support.v7.widget.RecyclerView.State);
453 method public int computeVerticalScrollRange(android.support.v7.widget.RecyclerView.State);
454 method public void detachAndScrapAttachedViews(android.support.v7.widget.RecyclerView.Recycler);
455 …method public void detachAndScrapView(android.view.View, android.support.v7.widget.RecyclerView.Re…
456 method public void detachAndScrapViewAt(int, android.support.v7.widget.RecyclerView.Recycler);
461 …method public abstract android.support.v7.widget.RecyclerView.LayoutParams generateDefaultLayoutPa…
462 …method public android.support.v7.widget.RecyclerView.LayoutParams generateLayoutParams(android.vie…
463 …method public android.support.v7.widget.RecyclerView.LayoutParams generateLayoutParams(android.con…
470 …int getColumnCountForAccessibility(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
492 …method public static android.support.v7.widget.RecyclerView.LayoutManager.Properties getProperties…
494 …ic int getRowCountForAccessibility(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
495 …t getSelectionModeForAccessibility(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
502 …ublic boolean isLayoutHierarchical(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
510 …ethod public void onAdapterChanged(android.support.v7.widget.RecyclerView.Adapter, android.support…
511 …method public boolean onAddFocusables(android.support.v7.widget.RecyclerView, java.util.ArrayList<…
512 method public void onAttachedToWindow(android.support.v7.widget.RecyclerView);
513 method public deprecated void onDetachedFromWindow(android.support.v7.widget.RecyclerView);
514 …ethod public void onDetachedFromWindow(android.support.v7.widget.RecyclerView, android.support.v7.…
515 …archFailed(android.view.View, int, android.support.v7.widget.RecyclerView.Recycler, android.suppor…
517 …oid onInitializeAccessibilityEvent(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
518 … onInitializeAccessibilityNodeInfo(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
519 …ializeAccessibilityNodeInfoForItem(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
521 method public void onItemsAdded(android.support.v7.widget.RecyclerView, int, int);
522 method public void onItemsChanged(android.support.v7.widget.RecyclerView);
523 method public void onItemsMoved(android.support.v7.widget.RecyclerView, int, int, int);
524 method public void onItemsRemoved(android.support.v7.widget.RecyclerView, int, int);
525 method public void onItemsUpdated(android.support.v7.widget.RecyclerView, int, int);
526 …method public void onItemsUpdated(android.support.v7.widget.RecyclerView, int, int, java.lang.Obje…
527 …ethod public void onLayoutChildren(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
528 …method public void onMeasure(android.support.v7.widget.RecyclerView.Recycler, android.support.v7.w…
529 …method public deprecated boolean onRequestChildFocus(android.support.v7.widget.RecyclerView, andro…
530 …hod public boolean onRequestChildFocus(android.support.v7.widget.RecyclerView, android.support.v7.…
534 …boolean performAccessibilityAction(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
535 … performAccessibilityActionForItem(android.support.v7.widget.RecyclerView.Recycler, android.suppor…
538 method public void removeAndRecycleAllViews(android.support.v7.widget.RecyclerView.Recycler);
539 …method public void removeAndRecycleView(android.view.View, android.support.v7.widget.RecyclerView.…
540 method public void removeAndRecycleViewAt(int, android.support.v7.widget.RecyclerView.Recycler);
545 …method public boolean requestChildRectangleOnScreen(android.support.v7.widget.RecyclerView, androi…
548 …blic int scrollHorizontallyBy(int, android.support.v7.widget.RecyclerView.Recycler, android.suppor…
550 …public int scrollVerticallyBy(int, android.support.v7.widget.RecyclerView.Recycler, android.suppor…
552 …hod public void smoothScrollToPosition(android.support.v7.widget.RecyclerView, android.support.v7.…
553 method public void startSmoothScroll(android.support.v7.widget.RecyclerView.SmoothScroller);
571 ctor public RecyclerView.LayoutParams(android.support.v7.widget.RecyclerView.LayoutParams);
587 …method public abstract boolean onInterceptTouchEvent(android.support.v7.widget.RecyclerView, andro…
589 …method public abstract void onTouchEvent(android.support.v7.widget.RecyclerView, android.view.Moti…
594 method public void onScrollStateChanged(android.support.v7.widget.RecyclerView, int);
595 method public void onScrolled(android.support.v7.widget.RecyclerView, int, int);
601 method public android.support.v7.widget.RecyclerView.ViewHolder getRecycledView(int);
602 method public void putRecycledView(android.support.v7.widget.RecyclerView.ViewHolder);
611 method public java.util.List<android.support.v7.widget.RecyclerView.ViewHolder> getScrapList();
618 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
621 …public static class RecyclerView.SimpleOnItemTouchListener implements android.support.v7.widget.Re…
623 …method public boolean onInterceptTouchEvent(android.support.v7.widget.RecyclerView, android.view.M…
625 … method public void onTouchEvent(android.support.v7.widget.RecyclerView, android.view.MotionEvent);
633 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
640 …act void onSeekTargetStep(int, int, android.support.v7.widget.RecyclerView.State, android.support.
643 …id onTargetFound(android.view.View, android.support.v7.widget.RecyclerView.State, android.support.
673 method public void onViewIgnored(android.support.v7.widget.RecyclerView.ViewHolder);
682 …method public abstract android.view.View getViewForPositionAndType(android.support.v7.widget.Recyc…
699 ctor public RecyclerViewAccessibilityDelegate(android.support.v7.widget.RecyclerView);
702 …public class StaggeredGridLayoutManager extends android.support.v7.widget.RecyclerView.LayoutManag…
709 method public android.support.v7.widget.RecyclerView.LayoutParams generateDefaultLayoutParams();
728 …public static class StaggeredGridLayoutManager.LayoutParams extends android.support.v7.widget.Recy…
733 …ctor public StaggeredGridLayoutManager.LayoutParams(android.support.v7.widget.RecyclerView.LayoutP…
742 package android.support.v7.widget.helper {
744 …ss ItemTouchHelper extends android.support.v7.widget.RecyclerView.ItemDecoration implements androi…
745 ctor public ItemTouchHelper(android.support.v7.widget.helper.ItemTouchHelper.Callback);
746 method public void attachToRecyclerView(android.support.v7.widget.RecyclerView);
749 method public void startDrag(android.support.v7.widget.RecyclerView.ViewHolder);
750 method public void startSwipe(android.support.v7.widget.RecyclerView.ViewHolder);
767 …n canDropOver(android.support.v7.widget.RecyclerView, android.support.v7.widget.RecyclerView.ViewH…
768 ….support.v7.widget.RecyclerView.ViewHolder chooseDropTarget(android.support.v7.widget.RecyclerView…
769 …method public void clearView(android.support.v7.widget.RecyclerView, android.support.v7.widget.Rec…
772 …method public long getAnimationDuration(android.support.v7.widget.RecyclerView, int, float, float);
774 method public static android.support.v7.widget.helper.ItemTouchUIUtil getDefaultUIUtil();
775 method public float getMoveThreshold(android.support.v7.widget.RecyclerView.ViewHolder);
776 …d public abstract int getMovementFlags(android.support.v7.widget.RecyclerView, android.support.v7.…
777 method public float getSwipeThreshold(android.support.v7.widget.RecyclerView.ViewHolder);
778 …method public int interpolateOutOfBoundsScroll(android.support.v7.widget.RecyclerView, int, int, i…
783 …d onChildDraw(android.graphics.Canvas, android.support.v7.widget.RecyclerView, android.support.v7.…
784 …ChildDrawOver(android.graphics.Canvas, android.support.v7.widget.RecyclerView, android.support.v7.…
785 …oolean onMove(android.support.v7.widget.RecyclerView, android.support.v7.widget.RecyclerView.ViewH…
786 …id onMoved(android.support.v7.widget.RecyclerView, android.support.v7.widget.RecyclerView.ViewHold…
787 method public void onSelectedChanged(android.support.v7.widget.RecyclerView.ViewHolder, int);
788 method public abstract void onSwiped(android.support.v7.widget.RecyclerView.ViewHolder, int);
793 …public static abstract class ItemTouchHelper.SimpleCallback extends android.support.v7.widget.help…
795 …method public int getDragDirs(android.support.v7.widget.RecyclerView, android.support.v7.widget.Re…
796 …method public int getMovementFlags(android.support.v7.widget.RecyclerView, android.support.v7.widg…
797 …method public int getSwipeDirs(android.support.v7.widget.RecyclerView, android.support.v7.widget.R…
808 …method public abstract void onDraw(android.graphics.Canvas, android.support.v7.widget.RecyclerView…
809 …method public abstract void onDrawOver(android.graphics.Canvas, android.support.v7.widget.Recycler…
815 package android.support.v7.widget.util {
817 …public abstract class SortedListAdapterCallback extends android.support.v7.util.SortedList.Callbac…
818 ctor public SortedListAdapterCallback(android.support.v7.widget.RecyclerView.Adapter);