Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/template/
H A DHeaderMixin.java193 final TextView titleView = getTextView(); in setText() local
209 final TextView titleView = getTextView(); in setText() local
219 private void autoAdjustTextSize(TextView titleView) { in autoAdjustTextSize()
257 private void resetTextSize(TextView titleView) { in resetTextSize()
289 final TextView titleView = getTextView(); in getText() local
295 final TextView titleView = getTextView(); in setVisibility() local
308 final TextView titleView = getTextView(); in setTextColor() local
320 final TextView titleView = getTextView(); in setBackgroundColor() local
331 final TextView titleView = getTextView(); in getTextColor() local
H A DDescriptionMixin.java102 final TextView titleView = getTextView(); in setText() local
118 final TextView titleView = getTextView(); in setText() local
127 final TextView titleView = getTextView(); in getText() local
133 final TextView titleView = getTextView(); in setVisibility() local
146 final TextView titleView = getTextView(); in setTextColor() local
154 final TextView titleView = getTextView(); in getTextColor() local
167 final TextView titleView = getTextView(); in adjustLegacyDescriptionItem() local
/aosp_15_r20/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
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/dialog/
DAlertDialogBuilder.kt111 val titleView: TextView = customDialogLayout.findViewById(R.id.dialog_title) in <lambda>() constant
118 val titleView: TextView = customDialogLayout.findViewById(R.id.dialog_title) in <lambda>() constant
125 val titleView: TextView = customTitleLayout.findViewById(R.id.dialog_title) in <lambda>() constant
133 val titleView: TextView = customTitleLayout.findViewById(R.id.dialog_title) in <lambda>() constant
141 val titleView: TextView = customTitleLayout.findViewById(R.id.dialog_title) in <lambda>() constant
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/
H A DSettingsPanelTest.java200 UiObject2 titleView = mDevice.findObject(By.res(mSettingsPackage, RESOURCE_TITLE)); in volumePanel_seeMoreButton_launchesIntoSettings() local
221 UiObject2 titleView = mDevice.findObject(By.res(mSettingsPackage, RESOURCE_TITLE)); in nfcPanel_seeMoreButton_launchesIntoSettings() local
239 UiObject2 titleView = mDevice.findObject(By.res(mSettingsPackage, RESOURCE_TITLE)); in wifiPanel_seeMoreButton_launchesIntoSettings() local
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DSectionTitleViewBinder.kt34 val titleView = view.findViewById<TextView>(android.R.id.title) in bind() constant
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DMessageFragment.java71 final TextView titleView = view.findViewById(R.id.status_text); in onCreateView() local
101 TextView titleView = getView().findViewById(R.id.status_text); in onResume() local
/aosp_15_r20/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
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelFragmentTest.java189 final View titleView = panelFragment.mLayoutView.findViewById(R.id.panel_title); in supportIcon_displayIconHeaderLayout() local
213 final View titleView = panelFragment.mLayoutView.findViewById(R.id.panel_title); in notSupportIcon_displayDefaultHeaderLayout() local
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetySubpageEntryPreference.kt136 val titleView = holder.findViewById(android.R.id.title) as? TextView? in onBindViewHolder() constant
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/
DDocumentProvidersViewBinder.kt58 val titleView = in <lambda>() constant
DExportDestinationFragment.kt73 val titleView = view.findViewById<View>(R.id.export_destination_title) in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/
H A DLeakScreen.kt161 val titleView = view.findViewById<TextView>(R.id.leak_canary_row_text) in <lambda>() constant
H A DHprofExplorerScreen.kt72 val titleView = findViewById<TextView>(R.id.leak_canary_explorer_title) in <lambda>() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
H A DDisplayLeakAdapter.kt102 val titleView = view.findViewById<TextView>(R.id.leak_canary_row_title) in <lambda>() constant
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java770 TextView titleView = convertView.findViewById(R.id.title); in getView() local
786 TextView titleView = convertView.findViewById(R.id.title); in getView() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
DRadioListActivity.java34 TextView titleView = findViewById(R.id.radio_list_title); in onCreate() local
DProgressActivity.java55 TextView titleView = titleLayout.findViewById(R.id.title_text); in onCreate() local
DListOfGraphicsActivity.java65 TextView titleView = titleLayout.findViewById(R.id.title_text); in onCreate() local
/aosp_15_r20/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
H A DRadioListActivity.java32 TextView titleView = findViewById(R.id.radio_list_title); in onCreate() local
H A DListsActivity.java53 TextView titleView = titleLayout.findViewById(R.id.title_text); in onCreate() local
H A DListOfGraphicsActivity.java64 TextView titleView = titleLayout.findViewById(R.id.title_text); in onCreate() local
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/
DSavedQueryViewHolder.java29 public final TextView titleView; field in SavedQueryViewHolder
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DHeaderItem.java42 final TextView titleView = convertView.findViewById(android.R.id.title); in bindView() local

12345678910>>...17