Searched refs:headerTitle (Results 1 – 6 of 6) sorted by relevance
253 UiObject2 headerTitle = mLauncher.findObjectInContainer(widgetListView, in findTestAppWidgetsTableContainer() local259 if (headerTitle != null in findTestAppWidgetsTableContainer()260 && headerTitle.getVisibleCenter().y <= searchBar.getVisibleCenter().y) { in findTestAppWidgetsTableContainer()266 if (headerTitle != null) { in findTestAppWidgetsTableContainer()271 boolean isHeaderOutOfGestureRegion = headerTitle.getVisibleCenter().y in findTestAppWidgetsTableContainer()276 mLauncher.clickLauncherObject(headerTitle); in findTestAppWidgetsTableContainer()
30 private lateinit var headerTitle: TextView variable57 headerTitle = holder.findViewById(R.id.header_title) as TextView in onBindViewHolder()58 headerTitle.text = headerText in onBindViewHolder()
191 final TextView headerTitle = panelFragment.mLayoutView.findViewById(R.id.header_title); in supportIcon_displayIconHeaderLayout() local198 assertThat(headerTitle.getText()).isEqualTo(FakePanelContent.TITLE); in supportIcon_displayIconHeaderLayout()233 final TextView headerTitle = panelFragment.mLayoutView.findViewById(R.id.header_title); in onHeaderChanged_updateHeader_verifyTitle() local237 assertThat(headerTitle.getText()).isEqualTo(TITLE); in onHeaderChanged_updateHeader_verifyTitle()246 assertThat(headerTitle.getText()).isEqualTo(TITLE2); in onHeaderChanged_updateHeader_verifyTitle()
249 String headerTitle; in convertResource() local268 headerTitle = XmlParserUtils.getDataTitle(context, attrs); in convertResource()274 headerBuilder.setTitle(headerTitle) in convertResource()316 if (isHeaderUnique && TextUtils.equals(headerTitle, title)) { in convertResource()
950 TextView headerTitle = findViewById(R.id.header_title); in updateHeaderTitle() local951 if (headerTitle != null) { in updateHeaderTitle()952 headerTitle.setText(result); in updateHeaderTitle()
543 final TextView headerTitle = findViewById(R.id.custom_tab_header_title); in initializeCustomTabHeader() local544 headerTitle.setText(getHeaderTitle()); in initializeCustomTabHeader()