Searched refs:mLegacyKindSectionViews (Results 1 – 1 of 1) sorted by relevance
224 private ViewGroup mLegacyKindSectionViews; field in RawContactEditorView267 mLegacyKindSectionViews = (LinearLayout) findViewById(R.id.legacy_section_views); in onFinishInflate()286 final int legacyChildCount = mLegacyKindSectionViews.getChildCount(); in setEnabled()288 mLegacyKindSectionViews.getChildAt(i).setEnabled(false); in setEnabled()461 mLegacyKindSectionViews.removeAllViews(); in setState()965 mLegacyKindSectionViews.addView(kindSectionView); in addLegacyKindSectionViews()992 for (int i = mLegacyKindSectionViews.getChildCount() - 1; i >= 0; i--) { in onEmptyLegacyKindSectionView()993 View childView = mLegacyKindSectionViews.getChildAt(i); in onEmptyLegacyKindSectionView()996 mLegacyKindSectionViews.removeViewAt(i); in onEmptyLegacyKindSectionView()1000 if (mLegacyKindSectionViews.getChildCount() == 0) { in onEmptyLegacyKindSectionView()