Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/view/
H A DQCRowViewTest.java133 LinearLayout endContainer = mView.findViewById(R.id.qc_row_end_items); in setRow_createsEndItems() local
134 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() local
178 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() local
193 assertThat(endContainer.getChildCount()).isEqualTo(1); in onToggleClick_firesAction()
194 endContainer.getChildAt(0).performClick(); in onToggleClick_firesAction()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DNavbarButtonsViewController.java248 private void initButtons(ViewGroup navContainer, ViewGroup endContainer, in initButtons() argument
290 endContainer, navButtonController, R.id.accessibility_button, in initButtons()