Home | History | Annotate | Download | only in editor

Lines Matching refs:childView

1749             final View childView = mContent.getChildAt(i);
1750 if (childView instanceof BaseRawContactEditorView) {
1751 final BaseRawContactEditorView editor = (BaseRawContactEditorView) childView;
1923 final View childView = mContent.getChildAt(i);
1924 if (childView instanceof BaseRawContactEditorView) {
1926 (BaseRawContactEditorView) childView;