Searched refs:endContainer (Results 1 – 2 of 2) sorted by relevance
135 LinearLayout endContainer = mView.findViewById(R.id.qc_row_end_items); in setRow_createsEndItems() local136 assertThat(endContainer.getChildCount()).isEqualTo(2); in setRow_createsEndItems()137 assertThat((View) endContainer.getChildAt(0).findViewById( in setRow_createsEndItems()139 assertThat((View) endContainer.getChildAt(1).findViewById( in setRow_createsEndItems()179 LinearLayout endContainer = mView.findViewById(R.id.qc_row_end_items); in onSwitchClick_firesAction() local180 assertThat(endContainer.getChildCount()).isEqualTo(1); in onSwitchClick_firesAction()181 endContainer.getChildAt(0).performClick(); in onSwitchClick_firesAction()194 LinearLayout endContainer = mView.findViewById(R.id.qc_row_end_items); in onToggleClick_firesAction() local195 assertThat(endContainer.getChildCount()).isEqualTo(1); in onToggleClick_firesAction()196 endContainer.getChildAt(0).performClick(); in onToggleClick_firesAction()[all …]
368 private void initButtons(ViewGroup navContainer, ViewGroup endContainer, in initButtons() argument438 endContainer, navButtonController, R.id.accessibility_button, in initButtons()