Searched refs:VIEWGROUP_LAYOUT_WIDTH (Results 1 – 1 of 1) sorted by relevance
76 private static final int VIEWGROUP_LAYOUT_WIDTH = 200; field in WindowTest218 final ViewGroup.LayoutParams lp = new ViewGroup.LayoutParams(VIEWGROUP_LAYOUT_WIDTH, in testAddContentView()426 final ViewGroup.LayoutParams lp = new ViewGroup.LayoutParams(VIEWGROUP_LAYOUT_WIDTH, in testSetContentView()450 assertEquals(VIEWGROUP_LAYOUT_WIDTH, setView.getLayoutParams().width); in testSetContentView()