Home
last modified time | relevance | path

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

12

/external/robolectric/integration_tests/androidx_test/src/sharedTest/java/org/robolectric/integrationtests/axt/
DEspressoTest.java143 public void textView() { in textView() method in EspressoTest
158 TextView textView = (TextView) view; in textViewWithPositiveScaleX() local
173 TextView textView = (TextView) view; in textViewWithNegativeScaleX() local
189 TextView textView = (TextView) view; in textViewWithLetterSpacing() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DViewInnerTextTest.java66 private TextView textView(String text) { in textView() method in ViewInnerTextTest
70 private TextView textView(String text, int visibility) { in textView() method in ViewInnerTextTest
71 TextView textView = new TextView(context); in textView() local
DShadowTabHostTest.java128 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory() local
142 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId() local
DShadowCountingAdapter.java38 TextView textView = new TextView(ApplicationProvider.getApplicationContext()); in getView() local
DShadowHtmlTest.java36 TextView textView = new TextView(context); in shouldBeAbleToGetTextFromTextViewAfterUsingSetTextWithHtmlDotFromHtml() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DViewInnerTextTest.java66 private TextView textView(String text) { in textView() method in ViewInnerTextTest
70 private TextView textView(String text, int visibility) { in textView() method in ViewInnerTextTest
71 TextView textView = new TextView(context); in textView() local
DShadowTabHostTest.java128 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory() local
142 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId() local
DShadowCountingAdapter.java38 TextView textView = new TextView(ApplicationProvider.getApplicationContext()); in getView() local
DShadowHtmlTest.java36 TextView textView = new TextView(context); in shouldBeAbleToGetTextFromTextViewAfterUsingSetTextWithHtmlDotFromHtml() local
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DTextViewPartnerStyler.java42 public static void applyPartnerCustomizationStyle( in applyPartnerCustomizationStyle()
137 public static void applyPartnerCustomizationLightStyle( in applyPartnerCustomizationLightStyle()
148 private static void applyPartnerCustomizationVerticalMargins( in applyPartnerCustomizationVerticalMargins()
/external/robolectric/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java85 TextView textView = view.findViewById(R.id.text1); in inflateLayout_defaultsTo_sw320dp() local
94 TextView textView = view.findViewById(R.id.text1); in inflateLayout_overridesTo_sw720dp() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java83 TextView textView = view.findViewById(R.id.text1); in inflateLayout_defaultsTo_sw320dp() local
92 TextView textView = view.findViewById(R.id.text1); in inflateLayout_overridesTo_sw720dp() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/util/
DDebugTextViewHelper.java36 private final TextView textView; field in DebugTextViewHelper
46 public DebugTextViewHelper(ExoPlayer player, TextView textView) { in DebugTextViewHelper()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/util/
DDebugTextViewHelper.java36 private final TextView textView; field in DebugTextViewHelper
46 public DebugTextViewHelper(ExoPlayer player, TextView textView) { in DebugTextViewHelper()
/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java194 public static Drawable[] getCompoundDrawablesRelative(TextView textView) { in getCompoundDrawablesRelative()
206 public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top, in setCompoundDrawablesRelative()
225 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
243 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
687 public static void disableSmartSelectionTextClassifier(TextView textView) { in disableSmartSelectionTextClassifier()
/external/robolectric/integration_tests/mockito/src/test/java/org/robolectric/integrationtests/mockito/
DMockitoInjectMocksTest.java21 TextView textView; field in MockitoInjectMocksTest
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAboutFragment.java50 TextView textView = (TextView) getActivity().findViewById(R.id.txt_build_info); in onResume() local
DLogFragment.java41 TextView textView; field in LogFragment
/external/robolectric/integration_tests/mockito-experimental/src/test/java/org/robolectric/integrationtests/mockito/experimental/
DMockitoMockFinalsTest.java22 @Mock TextView textView; field in MockitoMockFinalsTest
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DCachedTextViewLog.java31 public CachedTextViewLog(Activity activity, TextView textView) { in CachedTextViewLog()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DResourceLoaderTest.java79 TextView textView = view.findViewById(android.R.id.text1); in checkForPollutionHelper() local
/external/robolectric/robolectric/src/test/java/org/robolectric/android/
DResourceLoaderTest.java83 TextView textView = view.findViewById(android.R.id.text1); in checkForPollutionHelper() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
DMainActivity.java274 public final TextView textView; field in MainActivity.QueueItemViewHolder
277 public QueueItemViewHolder(TextView textView) { in QueueItemViewHolder()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
DMainActivity.java274 public final TextView textView; field in MainActivity.QueueItemViewHolder
277 public QueueItemViewHolder(TextView textView) { in QueueItemViewHolder()
/external/cronet/components/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/
DCronetSampleTest.java56 final TextView textView = (TextView) activity.findViewById(R.id.resultView); in testLoadUrl() local

12