/frameworks/base/core/tests/coretests/src/android/widget/ |
D | AutoCompleteTextViewPopup.java | 47 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()
|
D | TextViewActivityTest.java | 302 final TextView textView = mActivity.findViewById(R.id.textview); in testToolbarAppearsAfterSelection_withFirstStringLtrAlgorithmAndRtlHint() local 330 final TextView textView = mActivity.findViewById(R.id.nonselectable_textview); in testToolbarAppearsAfterLinkClickedNonselectable() local 359 final TextView textView = mActivity.findViewById(R.id.nonselectable_textview); in testSelectionRemovedWhenNonselectableTextLosesFocus() local 396 TextView textView = mActivity.findViewById(id); in addLinkifiedTextToTextView() local 455 final TextView textView = mActivity.findViewById(R.id.textview); in testToolbarAndSelectionHandle() local 482 final TextView textView = mActivity.findViewById(R.id.textview); in testInsertionHandle() local 501 final TextView textView = mActivity.findViewById(R.id.textview); in testInsertionHandle_multiLine() local 524 final TextView textView = mActivity.findViewById(R.id.textview); in testSelectionHandles() local 548 final TextView textView = mActivity.findViewById(R.id.textview); in testSelectionHandles_bidi() local 582 final TextView textView = mActivity.findViewById(R.id.textview); in testSelectionHandles_multiLine() local [all …]
|
D | AutoCompleteTextViewCallbacks.java | 39 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupNoSelection() local 64 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupEnterSelection() local 113 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupLeaveSelection() local
|
D | SuggestionsPopupWindowTest.java | 79 final TextView textView = getActivity().findViewById(R.id.textview); in setSuggestionSpan() local 100 final TextView textView = getActivity().findViewById(R.id.textview); in testOnTextContextMenuItem() local 152 final TextView textView = getActivity().findViewById(R.id.textview); in showSuggestionsPopup() local 280 final TextView textView = (TextView) getActivity().findViewById(R.id.textview); in testTextAppearanceInSuggestionsPopup() local
|
/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
D | TextViewPrecomputedTextPerfTest.java | 91 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 …]
|
D | TextViewOnMeasurePerfTest.java | 107 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
|
D | TextViewAutoSizeLayoutPerfTest.java | 85 TextView textView = new TextView(activity); in testConstruction() local
|
D | TextViewSetTextLocalePerfTest.java | 66 TextView textView = new TextView(mActivityRule.getActivity()); in testSetTextLocale() local
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/ |
D | RichTextViewTest.java | 55 RichTextView textView = new RichTextView(application); in testLinkAnnotation() local 80 RichTextView textView = new RichTextView(application); in testOnLinkClickListener() local 104 RichTextView textView = new RichTextView(context); in testLegacyContextOnClickListener() local 120 RichTextView textView = new RichTextView(application); in onTouchEvent_clickOnLinks_shouldReturnTrue() local 138 RichTextView textView = new RichTextView(application); in onTouchEvent_clickOutsideLinks_shouldReturnFalse() local 156 RichTextView textView = new RichTextView(application); in testTextStyle() local 185 RichTextView textView = new RichTextView(application); in testTextContainingNoLinksAreNotFocusable() local 196 RichTextView textView = new RichTextView(application); in testRichTextViewFocusChangesWithTextChange() local
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/ |
D | LinkSpanTest.java | 39 final TextView textView = new TextView(context); in onClick_shouldCallListenerOnContext() local 51 final TextView textView = new TextView(application); in onClick_contextDoesNotImplementOnClickListener_shouldBeNoOp() local 64 final TextView textView = new TextView(wrapperContext); in onClick_contextWrapsOnClickListener_shouldCallWrappedListener() local 76 final TextView textView = new TextView(context); in onClick_shouldClearSelection() local
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | EnvReverbTest.java | 72 TextView textView; in onCreate() local 274 …aram(EnvironmentalReverb reverb, int min, int max, SeekBar seekBar, TextView textView, String unit… in EnvReverbParam() 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() [all …]
|
D | EqualizerTest.java | 71 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()
|
D | VisualizerTest.java | 71 TextView textView; in onCreate() local 245 TextView textView = (TextView)findViewById(viewId); in displayVal() local
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 330 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { in dragHandle() 349 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, in dragHandle() 369 public CurrentHandleCoordinates(TextView textView) { in CurrentHandleCoordinates() 424 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) { in HandleCoordinates() 540 private float[] locateTextAtIndex(TextView textView, int index, boolean primary) { in locateTextAtIndex() 559 public static float[] convertToScreenCoordinates(TextView textView, float x, float y) { in convertToScreenCoordinates()
|
/frameworks/base/apct-tests/perftests/core/src/android/text/ |
D | TextViewSetTextMeasurePerfTest.java | 95 final TextView textView = new TextView(InstrumentationRegistry.getTargetContext()); in timeCreate() local 124 final TextView textView = new TextView(InstrumentationRegistry.getTargetContext()); in timeDraw() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 214 final TextView textView = mNotificationInfo.findViewById(R.id.pkgname); in testBindNotification_SetsTextApplicationName() local 364 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name); in testBindNotification_SetsTextChannelName() local 385 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name); in testBindNotification_DefaultChannelDoesNotUseChannelName() local 410 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name); in testBindNotification_DefaultChannelUsesChannelNameIfMoreChannelsExist() local 431 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name); in testBindNotification_UnblockablePackageUsesChannelName() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | TextViewInputDisabler.java | 43 public TextViewInputDisabler(TextView textView) { in TextViewInputDisabler()
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
D | MainActivity.java | 19 View textView = findViewById(R.id.textView); in onCreate() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | RunQueue.java | 38 TextView textView = new TextView(this); in onCreate() local
|
D | PopupWindowVisibility.java | 61 AutoCompleteTextView textView = findViewById(R.id.auto); in onCreate() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapperTest.java | 60 TextView textView = new TextView(mContext); in childrenNeedInversion_doesntCrash_whenOpacity() local
|
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
D | AnimatedVectorDrawableTest.java | 59 TextView textView = new TextView(this); in onCreate() local
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
D | ScrollViewButtonsAndLabels.java | 79 TextView textView = new TextView(this); in onCreate() local
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/ |
D | ArraysCheckWidget.java | 52 TextView textView = new TextView(context); in addTextView() local
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | CustomBar.java | 139 TextView textView = (TextView) child; in setText() local 172 TextView textView = getStyleableTextView(); in setStyle() local
|