Searched refs:endContainer (Results 1 – 2 of 2) sorted by relevance
133 LinearLayout endContainer = mView.findViewById(R.id.qc_row_end_items); in setRow_createsEndItems() local134 assertThat(endContainer.getChildCount()).isEqualTo(2); in setRow_createsEndItems()135 assertThat((View) endContainer.getChildAt(0).findViewById( in setRow_createsEndItems()137 assertThat((View) endContainer.getChildAt(1).findViewById( in setRow_createsEndItems()177 LinearLayout endContainer = mView.findViewById(R.id.qc_row_end_items); in onSwitchClick_firesAction() local178 assertThat(endContainer.getChildCount()).isEqualTo(1); in onSwitchClick_firesAction()179 endContainer.getChildAt(0).performClick(); in onSwitchClick_firesAction()192 LinearLayout endContainer = mView.findViewById(R.id.qc_row_end_items); in onToggleClick_firesAction() local193 assertThat(endContainer.getChildCount()).isEqualTo(1); in onToggleClick_firesAction()194 endContainer.getChildAt(0).performClick(); in onToggleClick_firesAction()
248 private void initButtons(ViewGroup navContainer, ViewGroup endContainer, in initButtons() argument290 endContainer, navButtonController, R.id.accessibility_button, in initButtons()