Searched defs:getChildAt (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java31 * like getChildAt, getChildCount etc. These methods ignore hidden children.
137 final View view = mCallback.getChildAt(offset);
155 View getChildAt(int index) { method in class:ChildHelper
157 return mCallback.getChildAt(offset);
223 * @see #getChildAt(int)
246 return mCallback.getChildAt(index);
477 View getChildAt(int offset); method in interface:ChildHelper.Callback
H A DRecyclerView.java72 * {@link ViewGroup#getChildAt}. Contrast with <em>Position.</em></li>
390 final View child = RecyclerView.this.getChildAt(index);
398 public View getChildAt(int offset) {
399 return RecyclerView.this.getChildAt(offset);
406 dispatchChildDetached(getChildAt(i));
435 final View view = getChildAt(offset);
1054 View view = mChildHelper.getChildAt(i);
2039 final ViewHolder holder = getChildViewHolderInt(mChildHelper.getChildAt(i));
2060 final ViewHolder holder = getChildViewHolderInt(mChildHelper.getChildAt(i));
2078 View child = mChildHelper.getChildAt(
5547 public View getChildAt(int index) { method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java1783 View child = children.getChildAt(i);
2725 View child = children.getChildAt(i);
2971 View child = getChildAt(i);
2983 getChildAt(i).setVisibility(visibilities[i]);
3002 View child = getChildAt(i);
3071 View c = getChildAt(i);
3088 View c = getChildAt(i);
3115 View c = getChildAt(i);
3434 View child = getChildAt(i);
4169 removeViewInternal(index, getChildAt(inde
5461 public View getChildAt(int index) { method in class:ViewGroup
7138 public View getChildAt(int index) { method in class:ViewGroup.ChildListForAccessibility
[all...]

Completed in 898 milliseconds