Home
last modified time | relevance | path

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

12

/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/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceDataTransferActivity.java70 TextView titleView = findViewById(R.id.title); in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCompactMessagingTemplateViewWrapper.kt35 private var titleView: View? = null variable
/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/src/com/android/systemui/biometrics/ui/
DCredentialPasswordView.kt58 val titleView: TextView? = findViewById(R.id.title) in onApplyWindowInsets() constant
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAppEntitiesHeaderControllerTest.java215 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
/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/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DCredentialViewBinder.kt50 val titleView: TextView = view.requireViewById(R.id.title) in <lambda>() constant
DBiometricViewBinder.kt104 val titleView = view.requireViewById<TextView>(R.id.title) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java215 final TextView titleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_checkTitle() local
/frameworks/base/core/java/com/android/internal/view/menu/
DStandardMenuPopup.java203 TextView titleView = (TextView) titleItemView.findViewById( in tryShow() local
DCascadingMenuPopup.java447 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/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialogV2.kt145 val titleView = itemHeader.findViewById<TextView>(R.id.privacy_dialog_item_header_title)!! in <lambda>() constant
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DSelectPrinterActivity.java419 TextView titleView = findViewById(R.id.title); in updateEmptyView() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java241 final TextView titleView = view.findViewById(R.id.autofill_save_title); in SaveUi() local
/frameworks/base/core/java/com/android/internal/app/
DAbstractMultiProfilePagerAdapter.java377 TextView titleView = emptyStateView.findViewById(R.id.resolver_empty_state_title); in showEmptyState() local

12