Searched refs:childView (Results 1 – 6 of 6) sorted by relevance
399 final View childView = mContent.getChildAt(i); in updatedExpandedEditorsMap() local400 if (childView instanceof BaseRawContactEditorView) { in updatedExpandedEditorsMap()401 BaseRawContactEditorView childEditor = (BaseRawContactEditorView) childView; in updatedExpandedEditorsMap()556 final View childView = mContent.getChildAt(i); in setPhoto() local557 if (childView instanceof BaseRawContactEditorView in setPhoto()558 && childView != requestingEditor) { in setPhoto()560 = (BaseRawContactEditorView) childView; in setPhoto()588 final View childView = mContent.getChildAt(i); in getRawContactEditorView() local589 if (childView instanceof BaseRawContactEditorView) { in getRawContactEditorView()590 final BaseRawContactEditorView editor = (BaseRawContactEditorView) childView; in getRawContactEditorView()[all …]
73 final View childView = getChildAt(childIndex); in onLayout() local74 if (childView.getVisibility() == View.GONE) { in onLayout()78 final MarginLayoutParams lp = (MarginLayoutParams) childView.getLayoutParams(); in onLayout()88 if (childWidth != childView.getMeasuredWidth() || in onLayout()89 childHeight != childView.getMeasuredHeight()) { in onLayout()90 childView.measure( in onLayout()94 childView.layout(childLeft, childTop, childRight, childBottom); in onLayout()
254 final View childView = mParentView.getChildAt(i); in getReorderableChildAtCoordinate() local255 if (p.x >= childView.getLeft() && p.x < childView.getRight() in getReorderableChildAtCoordinate()256 && p.y >= childView.getTop() && p.y < childView.getBottom()) { in getReorderableChildAtCoordinate()257 return childView; in getReorderableChildAtCoordinate()
562 final View childView = getChildAt(i); in getChildAtCoordinate() local563 childView.getHitRect(frame); in getChildAtCoordinate()
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()
695 private static void setChildMarginEnd(View childView, int marginEnd) { in setChildMarginEnd() argument696 MarginLayoutParams mlp = (MarginLayoutParams) childView.getLayoutParams(); in setChildMarginEnd()702 childView.setLayoutParams(mlp); in setChildMarginEnd()