Searched refs:mLayoutItems (Results 1 – 1 of 1) sorted by relevance
115 private LinearLayout mLayoutItems; field in AppRestrictionEnforcerFragment131 mLayoutItems = (LinearLayout) view.findViewById(R.id.items); in onViewCreated()210 mLayoutItems.removeView((View) v.getParent()); in onClick()328 mLayoutItems.removeAllViews(); in updateItems()335 View view = inflater.inflate(R.layout.item, mLayoutItems, false); in insertItemRow()341 mLayoutItems.addView(view); in insertItemRow()