Home
last modified time | relevance | path

Searched defs:textView (Results 1 – 25 of 140) sorted by relevance

123456

/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelperTest.java91 final TextView textView = createAdminSupportDialogTitleTextView(view, mActivity); in testSetAdminSupportTitle() local
130 final TextView textView = createAdminSupportDialogTitleTextView(view, mActivity); in testSetAdminSupportTitleForFinancedDevice() local
150 final TextView textView = createAdminSupportTextView(view, mActivity); in testSetAdminSupportDetails() local
171 final TextView textView = createAdminSupportTextView(view, mActivity); in testSetAdminSupportDetails_shortSupportMessageIsNull() local
193 final TextView textView = createAdminSupportTextView(view, mActivity); in testSetAdminSupportDetailsNotAdmin() local
228 final TextView textView = new TextView(activity); in createAdminSupportDialogTitleTextView() local
236 final TextView textView = new TextView(activity); in createAdminSupportTextView() local
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDisplayUtils.java193 public static void setDisplayName(Context context, Contact contactData, TextView textView) { in setDisplayName()
197 setDataOrHideIfNone(getDisplayName(context, contactData), textView); in setDisplayName() local
204 public static void setCompanyName(Context context, Contact contactData, TextView textView) { in setCompanyName()
208 setDataOrHideIfNone(getCompany(context, contactData), textView); in setCompanyName() local
215 public static void setPhoneticName(Context context, Contact contactData, TextView textView) { in setPhoneticName()
219 setDataOrHideIfNone(getPhoneticName(context, contactData), textView); in setPhoneticName() local
226 public static void setAttribution(Context context, Contact contactData, TextView textView) { in setAttribution()
230 setDataOrHideIfNone(getAttribution(context, contactData), textView); in setAttribution() local
237 private static void setDataOrHideIfNone(CharSequence textToDisplay, TextView textView) { in setDataOrHideIfNone()
/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneNumberFormatter.java40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask()
71 TextView textView) { in setPhoneNumberFormattingTextWatcher()
84 Context context, TextView textView, boolean formatAfterWatcherSet) { in setPhoneNumberFormattingTextWatcher()
86 textView, formatAfterWatcherSet) in setPhoneNumberFormattingTextWatcher() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DAccessibilityContextMenuMaker.java55 public void registerWithActivity(TextView textView) { in registerWithActivity()
86 public void populateMenuContent(ContextMenu menu, TextView textView) { in populateMenuContent()
117 private @Nullable Spanned getText(TextView textView) { in getText()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/addappnetworks/
DAddAppNetworksFragmentTest.java308 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSave_shouldShowOneNetworkSaving() local
325 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSave_shouldShowMultipleNetworksSaving() local
342 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSaved_shouldShowOneNetworkSaved() local
359 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSaved_shouldShowMultipleNetworksSaved() local
375 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSaveFailed_shouldShowOneNetworkFailed() local
392 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSaveFailed_shouldShowMultipleNetworksFailed() local
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java133 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local
151 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local
179 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/fieldviews/
DEditableTextView.kt31 val textView = findViewById<TextView>(R.id.title) constant
/packages/apps/Dialer/java/com/android/dialer/about/
DLicenseActivity.java43 TextView textView = (TextView) findViewById(R.id.license_activity_textview); in onCreate() local
56 TextView textView = (TextView) findViewById(R.id.license_activity_textview); in onSaveInstanceState() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DValidatedEditTextPreferenceTest.java124 final TextView textView = spy(new TextView(RuntimeEnvironment.application)); in bindViewHolder_isPassword_shouldSetInputType() local
137 final TextView textView = spy(new TextView(RuntimeEnvironment.application)); in bindViewHolder_isNotPassword_shouldNotAutoCorrectText() local
/packages/apps/Dialer/java/com/android/incallui/audioroute/
DAudioRouteSelectorDialogFragment.java109 TextView textView = createBluetoothItem(device, selected); in onCreateView() local
114 TextView textView = in onCreateView() local
179 TextView textView = in createBluetoothItem() local
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewControllerTest.java116 TextView textView = mViewGroup.findViewById(R.id.user_loading); in onHandleShow_showsDefaultLoadingMessage() local
130 TextView textView = mViewGroup.findViewById(R.id.user_loading); in onHandleShow_showsUserSwitchingMessage() local
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DCategoryListFragment.kt55 val textView = viewHolder.textView in <lambda>() constant
DDataTypeListFragment.kt61 val textView = viewHolder.textView in <lambda>() constant
/packages/apps/Contacts/src/com/android/contacts/
DMoreContactUtils.java198 final TextView textView = (TextView) View.inflate(context, R.layout.list_separator, null); in createHeaderView() local
207 public static void setHeaderViewBottomPadding(Context context, TextView textView, in setHeaderViewBottomPadding()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityQuickSettingsTooltipWindow.java110 final TextView textView = getContentView().findViewById(R.id.qs_content); in setup() local
169 private int getWindowWidthWith(TextView textView) { in getWindowWidthWith()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/activitydelegates/
DBaseActionDelegate.java74 TextView textView = mActivity.findViewById(resId); in configureElement() local
80 TextView textView = mActivity.findViewById(resId); in configureElement() local
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageSelectionPreferenceController.java130 TextView textView = null; in getView() local
146 TextView textView = null; in getDropDownView() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderControllerTest.java533 final TextView textView = linearLayout.findViewById(R.id.bt_battery_prediction); in assertBatteryPredictionVisible() local
538 final TextView textView = linearLayout.findViewById(R.id.bt_battery_prediction); in assertBatteryPrediction() local
543 final TextView textView = linearLayout.findViewById(R.id.bt_battery_summary); in assertBatteryLevel() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DTextFadeAnimator.kt84 for ((textView, _) in textChanges) { in animateChangeText() method
108 for ((textView, text) in textChanges) { in fadeTextIn() method
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextViewCompatUtils.java35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DTextViewPreference.java43 final TextView textView = (TextView) view.findViewById(R.id.text); in onBindViewHolder() local
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimEidPreferenceController.kt98 val textView = dialog.findViewById<TextView>(R.id.esim_id_value) in updateDialog() constant
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCursorAnchorInfoUtils.java97 public static CursorAnchorInfoCompatWrapper extractFromTextView( in extractFromTextView()
113 private static CursorAnchorInfo extractFromTextViewInternal(@Nonnull final TextView textView) { in extractFromTextViewInternal()
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java240 final TextView textView = (TextView) result.findViewById(R.id.title); in getHeaderItemView() local
276 final TextView textView = ((TextView) result.findViewById(R.id.title)); in getAccountItemView() local
299 final TextView textView = (TextView) result.findViewById(R.id.title); in getDrawerItemView() local
313 private void updateSelectedStatus(TextView textView, ImageView imageView, boolean activated) { in updateSelectedStatus()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DLinkablePreferenceTest.java69 TextView textView = mView.findViewById(android.R.id.title); in prefWithLinkShouldHaveAccessibilityMovementMethodSet() local

123456