Home
last modified time | relevance | path

Searched defs:titleView (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DHeaderMixin.java67 final TextView titleView = getTextView(); in setText() local
79 final TextView titleView = getTextView(); in setText() local
87 final TextView titleView = getTextView(); in getText() local
DColoredHeaderMixin.java59 final TextView titleView = getTextView(); in setColor() local
67 final TextView titleView = getTextView(); in getColor() local
/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
DSwitchItemTest.java214 final View titleView = view.findViewById(R.id.suw_items_title); in testAccessibility() local
222 TextView titleView = new TextView(application); in createLayout() local
DExpandableSwitchItemTest.java135 final View titleView = view.findViewById(R.id.suw_items_title); in testDrawableState() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifLayoutTest.java99 final TextView titleView = (TextView) glifLayout.findManagedViewById(R.id.suw_layout_title); in testGlifV2Theme() local
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
DExpandableSwitchItem.java150 TextView titleView = (TextView) view.findViewById(R.id.suw_items_title); in tintCompoundDrawables() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java120 final TextView titleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_checkTitle() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAppEntitiesHeaderControllerTest.java213 final View titleView = mAppEntitiesHeaderView.findViewById(R.id.header_title); in apply_noAppEntitySet_shouldOnlyShowTitleAndEmptyView() local
/frameworks/base/core/java/android/preference/
DPreferenceScreen.java202 View titleView = childPrefScreen.findViewById(android.R.id.title); in showDialog() local
DPreferenceFragment.java371 View titleView = root.findViewById(android.R.id.title); in bindPreferences() local
DPreference.java634 final TextView titleView = (TextView) view.findViewById(com.android.internal.R.id.title); in onBindView() local
/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/
DBarChartPreference.java191 final TextView titleView = (TextView) holder.findViewById(R.id.bar_chart_title); in bindChartTitleView() local
/frameworks/base/core/java/android/widget/
DActivityChooserView.java770 TextView titleView = convertView.findViewById(R.id.title); in getView() local
786 TextView titleView = convertView.findViewById(R.id.title); in getView() local
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceActivity.java222 final TextView titleView = findViewById(R.id.title); in setTitle() local
/frameworks/base/core/java/com/android/internal/view/menu/
DStandardMenuPopup.java191 TextView titleView = (TextView) titleItemView.findViewById( in tryShow() local
DCascadingMenuPopup.java441 final TextView titleView = (TextView) titleItemView.findViewById(R.id.title); in showMenu() local
/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
DBatteryConsumerPickerActivity.java272 public TextView titleView; field in BatteryConsumerPickerActivity.BatteryConsumerViewHolder
/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
DBannerMessagePreference.java144 final TextView titleView = (TextView) holder.findViewById(R.id.banner_title); in onBindViewHolder() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DSelectPrinterActivity.java419 TextView titleView = findViewById(R.id.title); in updateEmptyView() local
DPrintActivity.java2498 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java230 final TextView titleView = view.findViewById(R.id.autofill_save_title); in SaveUi() local
DFillUi.java156 final TextView titleView = decor.findViewById(R.id.autofill_dataset_title); in FillUi() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsFavoritingActivity.kt82 private lateinit var titleView: TextView in <lambda>() variable in com.android.systemui.controls.management.ControlsFavoritingActivity