Searched refs:childView (Results 1 – 8 of 8) sorted by relevance
348 View childView = getChildAt(i); in getFirstVisibleChildIndex() local349 int childTop = mLayoutManager.getDecoratedTop(childView); in getFirstVisibleChildIndex()350 int childBottom = mLayoutManager.getDecoratedBottom(childView); in getFirstVisibleChildIndex()367 View childView = getChildAt(firstVisibleChildIndex); in updateInputLogo() local368 int childAdapterPosition = getChildAdapterPosition(childView); in updateInputLogo()369 ((ProgramTableAdapter.ProgramRowViewHolder) getChildViewHolder(childView)) in updateInputLogo()372 childView = getChildAt(i); in updateInputLogo()373 ((ProgramTableAdapter.ProgramRowViewHolder) getChildViewHolder(childView)) in updateInputLogo()375 childAdapterPosition = getChildAdapterPosition(childView); in updateInputLogo()
93 val childView = in add() constant104 childView.layoutParams = in add()114 childView.setBackgroundResource( in add()133 parentView.addView(childView) in add()
45 View childView = mRecView.findChildViewUnder(e.getX(), e.getY()); in getDocumentHolder() local46 if (childView != null) { in getDocumentHolder()47 ViewHolder holder = mRecView.getChildViewHolder(childView); in getDocumentHolder()
665 View childView = mRecView.findChildViewUnder(e.getX(), e.getY()); in onContextMenuClick() local666 ViewHolder holder = mRecView.getChildViewHolder(childView); in onContextMenuClick()
118 final View childView = mListView.getChildAt(i); in toggleVisibilityForPendingTransition() local119 if (childView != epicenterView) { in toggleVisibilityForPendingTransition()120 childView.setVisibility(show ? View.VISIBLE : View.INVISIBLE); in toggleVisibilityForPendingTransition()
157 final View childView = view.findViewById(R.id.picker_tab_recyclerview); in transformPage() local158 if (childView != null) { in transformPage()160 new WeakReference(childView)); in transformPage()
654 View childView = ((ViewGroup) view).getChildAt(j); in fadeInChildViews() local655 childView.setAlpha(alphaValues[0]); in fadeInChildViews()656 ValueAnimator childFade = ObjectAnimator.ofFloat(childView, ALPHA, alphaValues); in fadeInChildViews()
1491 ReorderPreviewAnimation(View childView, int mode, int cellX0, int cellY0, in ReorderPreviewAnimation() argument1502 this.child = (T) childView; in ReorderPreviewAnimation()