Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java47 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupSetListSelection() local
79 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupGetListSelection() local
106 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupClearListSelection() local
139 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupNavigateNoAdapter() local
173 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupShow() local
224 private void waitAssertPopupShowState(String message, AutoCompleteTextView textView, in waitAssertPopupShowState()
235 private void waitAssertListSelection(AutoCompleteTextView textView, int expected) in waitAssertListSelection()
240 private void waitAssertListSelection(String message, AutoCompleteTextView textView, in waitAssertListSelection()
253 private void clearText(final AutoCompleteTextView textView) throws Throwable { in clearText()
H A DTextViewActivityTest.java410 final TextView textView = mActivity.findViewById(R.id.textview); in testToolbarMenuItemClickAfterSelectionChange() local
493 TextView textView = mActivity.findViewById(id); in addLinkifiedTextToTextView() local
550 final TextView textView = mActivity.findViewById(R.id.textview); in testToolbarAndSelectionHandle() local
575 final TextView textView = mActivity.findViewById(R.id.textview); in testInsertionHandle() local
594 final TextView textView = mActivity.findViewById(R.id.textview); in testInsertionHandle_multiLine() local
606 final TextView textView = mActivity.findViewById(R.id.textview); in enableFlagsForInsertionHandleGestures() local
624 final TextView textView = mActivity.findViewById(R.id.textview); in testInsertionHandle_longPressToSelect() local
639 final TextView textView = mActivity.findViewById(R.id.textview); in testInsertionHandle_longPressAndDragToSelect() local
654 final TextView textView = mActivity.findViewById(R.id.textview); in testInsertionHandle_doubleTapToSelect() local
669 final TextView textView = mActivity.findViewById(R.id.textview); in testInsertionHandle_doubleTapAndDragToSelect() local
[all …]
H A DSuggestionsPopupWindowTest.java79 final TextView textView = getActivity().findViewById(R.id.textview); in setSuggestionSpan() local
100 final TextView textView = getActivity().findViewById(R.id.textview); in testOnTextContextMenuItem() local
146 final TextView textView = getActivity().findViewById(R.id.textview); in showSuggestionsPopup() local
274 final TextView textView = (TextView) getActivity().findViewById(R.id.textview); in testTextAppearanceInSuggestionsPopup() local
356 final TextView textView = getActivity().findViewById(R.id.textview); in testCursorVisibility() local
381 final TextView textView = getActivity().findViewById(R.id.textview); in testCursorVisibilityWhenImeConsumesInput() local
411 final TextView textView, boolean imeConsumesInput, boolean expectedCursorVisibility) { in setImeConsumesInputWithExpect()
H A DTextViewPopulateCharacterBoundsTest.java78 final TextView textView = new TextView(mActivity); in createTextView() local
94 final TextView textView = createTextView(text, 10.0f, 200, 1000); in testPopulateCharacterBounds_LTR() local
123 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_LTR_multiline() local
153 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_LTR_newline() local
186 final TextView textView = createTextView(text, 10.0f, 200, 1000); in testPopulateCharacterBounds_RTL() local
215 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_RTL_multiline() local
245 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_RTL_newline() local
279 final TextView textView = createTextView(text, 10.0f, 200, 1000); in testPopulateCharacterBounds_BiDi() local
312 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_BiDi_multiline() local
347 final TextView textView = createTextView(text, 10.0f, 100, 1000); in testPopulateCharacterBounds_charactersWithInvisibleRegion() local
[all …]
H A DAutoCompleteTextViewCallbacks.java39 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupNoSelection() local
64 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupEnterSelection() local
113 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupLeaveSelection() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DTextViewPrecomputedTextPerfTest.java91 final TextView textView = new TextView(getContext()); in testNewLayout_RandomText() local
110 final TextView textView = new TextView(getContext()); in testNewLayout_RandomText_Selectable() local
134 final TextView textView = new TextView(getContext()); in testNewLayout_PrecomputedText() local
156 final TextView textView = new TextView(getContext()); in testNewLayout_PrecomputedText_Selectable() local
175 final TextView textView = new TextView(getContext()); in testSetText_RandomText() local
192 final TextView textView = new TextView(getContext()); in testSetText_RandomText_Selectable() local
214 final TextView textView = new TextView(getContext()); in testSetText_PrecomputedText() local
234 final TextView textView = new TextView(getContext()); in testSetText_PrecomputedText_Selectable() local
252 final TestableTextView textView = new TestableTextView(getContext()); in testOnMeasure_RandomText() local
272 final TestableTextView textView = new TestableTextView(getContext()); in testOnMeasure_RandomText_Selectable() local
[all …]
H A DTextViewOnMeasurePerfTest.java107 final TextView textView = new TextView(context); in testMeasure_AtMost() local
124 final TextView textView = new TextView(context); in testMeasure_Exactly() local
141 final TextView textView = new TextView(context); in testMeasure_Unspecified() local
H A DTextViewSetTextLocalePerfTest.java67 TextView textView = new TextView(mActivityRule.getActivity()); in testSetTextLocale() local
/aosp14/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEnvReverbTest.java72 TextView textView; in onCreate() local
297 public RoomLevelParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in RoomLevelParam()
319 public RoomHFLevelParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in RoomHFLevelParam()
341 public DecayTimeParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in DecayTimeParam()
363 public DecayHFRatioParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in DecayHFRatioParam()
385 … public ReflectionsLevelParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in ReflectionsLevelParam()
407 … public ReflectionsDelayParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in ReflectionsDelayParam()
429 public ReverbLevelParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in ReverbLevelParam()
451 public ReverbDelayParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in ReverbDelayParam()
473 public DiffusionParam(EnvironmentalReverb reverb, SeekBar seekBar, TextView textView) { in DiffusionParam()
[all …]
H A DEqualizerTest.java71 TextView textView; in onCreate() local
231 TextView textView = (TextView)findViewById(viewId); in displayFreq() local
239 …alizerParam(Equalizer equalizer, int min, int max, SeekBar seekBar, TextView textView, String unit… in EqualizerParam()
264 …velParam(Equalizer equalizer, int band, short min, short max, SeekBar seekBar, TextView textView) { in BandLevelParam()
290 …public PresetParam(Equalizer equalizer, short min, short max, SeekBar seekBar, TextView textView) { in PresetParam()
H A DVisualizerTest.java65 TextView textView; in onCreate() local
183 TextView textView = (TextView)findViewById(viewId); in displayVal() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java214 public static ViewAction longPressAndDragHandle(TextView textView, Handle handleType, in longPressAndDragHandle()
235 public static ViewAction longPressHandle(TextView textView) { in longPressHandle()
254 public static ViewAction doubleTapAndDragHandle(TextView textView, Handle handleType, in doubleTapAndDragHandle()
275 public static ViewAction doubleTapHandle(TextView textView) { in doubleTapHandle()
410 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { in dragHandle()
429 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, in dragHandle()
470 public CurrentHandleCoordinates(TextView textView) { in CurrentHandleCoordinates()
525 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) { in HandleCoordinates()
641 private float[] locateTextAtIndex(TextView textView, int index, boolean primary) { in locateTextAtIndex()
660 public static float[] convertToScreenCoordinates(TextView textView, float x, float y) { in convertToScreenCoordinates()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DMainSwitchBarTest.java59 final TextView textView = ((TextView) mBar.findViewById(R.id.switch_text)); in setTitle_shouldUpdateTitle() local
108 final TextView textView = ((TextView) mBar.findViewById(R.id.switch_text)); in setTitle_shouldSetCorrectLineBreakStyle() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DTextViewSetTextMeasurePerfTest.java95 final TextView textView = new TextView(InstrumentationRegistry.getTargetContext()); in timeCreate() local
124 final TextView textView = new TextView(InstrumentationRegistry.getTargetContext()); in timeDraw() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java198 final TextView textView = mNotificationInfo.findViewById(R.id.pkg_name); in testBindNotification_SetsTextApplicationName() local
357 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name); in testBindNotification_SetsTextChannelName() local
380 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name); in testBindNotification_DefaultChannelDoesNotUseChannelName() local
407 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name); in testBindNotification_DefaultChannelUsesChannelNameIfMoreChannelsExist() local
430 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name); in testBindNotification_UnblockablePackageUsesChannelName() local
/aosp14/frameworks/base/tests/UpdatableSystemFontTest/EmojiRenderingTestApp/src/com/android/emojirenderingtestapp/
H A DGetAvailableFontsTestActivity.java48 TextView textView = new TextView(this); in onCreate() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DTextViewInputDisabler.java43 public TextViewInputDisabler(TextView textView) { in TextViewInputDisabler()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DBilingualSuggestedLocaleAdapter.java84 TextView textView = (TextView) convertView; in getView() local
156 TextView textView, int languageStringResourceId, int regionStringResourceId) { in setHeaderText()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DDialogThemedActivity.java43 TextView textView = new TextView(this); in onCreate() local
/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DMainActivity.java19 View textView = findViewById(R.id.textView); in onCreate() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DRunQueue.java38 TextView textView = new TextView(this); in onCreate() local
H A DPopupWindowVisibility.java61 AutoCompleteTextView textView = findViewById(R.id.auto); in onCreate() local
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryStatsViewerActivity.java372 private void setProportionText(TextView textView, BatteryConsumerData.Entry entry) { in setProportionText()
379 private void setPowerText(TextView textView, double powerMah) { in setPowerText()
384 private void setDurationText(TextView textView, long durationMs) { in setDurationText()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapperTest.java65 TextView textView = new TextView(mContext); in childrenNeedInversion_doesntCrash_whenOpacity() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DScrollViewButtonsAndLabels.java79 TextView textView = new TextView(this); in onCreate() local

1234