Home
last modified time | relevance | path

Searched refs:endContainer (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/view/
DQCRowViewTest.java135 LinearLayout endContainer = mView.findViewById(R.id.qc_row_end_items); in setRow_createsEndItems() local
136 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() local
180 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() local
195 assertThat(endContainer.getChildCount()).isEqualTo(1); in onToggleClick_firesAction()
196 endContainer.getChildAt(0).performClick(); in onToggleClick_firesAction()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java368 private void initButtons(ViewGroup navContainer, ViewGroup endContainer, in initButtons() argument
438 endContainer, navButtonController, R.id.accessibility_button, in initButtons()