Home
last modified time | relevance | path

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

12

/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/robolectric/integration_tests/androidx_test/src/sharedTest/java/org/robolectric/integrationtests/axt/
DEspressoTest.java145 public void textView() { in textView() method in EspressoTest
160 TextView textView = (TextView) view; in textViewWithPositiveScaleX() local
175 TextView textView = (TextView) view; in textViewWithNegativeScaleX() local
189 TextView textView = (TextView) view; in textViewWithLetterSpacing() local
/external/zxing/android/src/com/google/zxing/client/android/result/supplement/
DSupplementalInfoRetriever.java56 public static void maybeInvokeRetrieval(TextView textView, in maybeInvokeRetrieval()
88 SupplementalInfoRetriever(TextView textView, HistoryManager historyManager) { in SupplementalInfoRetriever()
107 TextView textView = textViewRef.get(); in onPostExecute() local
DTitleRetriever.java41 TitleRetriever(TextView textView, URIParsedResult result, HistoryManager historyManager) { in TitleRetriever()
DURIResultInfoRetriever.java37 …URIResultInfoRetriever(TextView textView, URIParsedResult result, HistoryManager historyManager, C… in URIResultInfoRetriever()
DProductResultInfoRetriever.java51 …ProductResultInfoRetriever(TextView textView, String productID, HistoryManager historyManager, Con… in ProductResultInfoRetriever()
DBookResultInfoRetriever.java45 …BookResultInfoRetriever(TextView textView, String isbn, HistoryManager historyManager, Context con… in BookResultInfoRetriever()
/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.java84 TextView textView = view.findViewById(R.id.text1); in inflateLayout_defaultsTo_sw320dp() local
93 TextView textView = view.findViewById(R.id.text1); in inflateLayout_overridesTo_sw720dp() local
/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/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/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/
DAccessibilityNodeInfoExtraDataExtractor.java86 ImmutableList<Rect> getTextCharacterLocations(TextView textView) { in getTextCharacterLocations()
93 TextView textView, @Nullable Integer characterLocationArgMaxLength) { in getTextCharacterLocations()
101 TextView textView, @Nullable Integer maxCharacterLocationLength) { in getTextCharacterLocationsAux()
/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/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
DTextSizeCheck.java466 ViewHierarchyElement textView, in checkTextViewWithScalingText()
510 checkViewGroupWithTextViewWithScalingText(textView.getParentView(), textView, collector); in checkTextViewWithScalingText() local
520 ViewHierarchyElement textView, in checkViewGroupWithTextViewWithScalingText()
539 checkViewGroupWithTextViewWithScalingText(viewGroup.getParentView(), textView, collector); in checkViewGroupWithTextViewWithScalingText() local
/external/robolectric/integration_tests/mockito-experimental/src/test/java/org/robolectric/integrationtests/mockito/experimental/
DMockitoMockFinalsTest.java22 @Mock TextView textView; field in MockitoMockFinalsTest
/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/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DCachedTextViewLog.java31 public CachedTextViewLog(Activity activity, TextView textView) { in CachedTextViewLog()
/external/cronet/components/cronet/android/sample/src/org/chromium/cronet_sample_apk/
DCronetSampleActivity.java67 TextView textView = (TextView) view; in updateNavigationBarUI() local
/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/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()

12