Home
last modified time | relevance | path

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

12

/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
DShadowLayoutInflaterTest.java67 TextView textView = view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultScreenSize() local
75 TextView textView = view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnScreenSize() local
83 TextView textView = view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnQualifiers() local
DShadowTextViewTest.java57 private TextView textView; field in ShadowTextViewTest
513 private TextView textView; field in ShadowTextViewTest.TestOnEditorActionListener
517 public boolean onEditorAction(TextView textView, int sentImeId, KeyEvent keyEvent) { in onEditorAction()
DShadowTabSpecTest.java85 TextView textView = (TextView) shadowFoo.getContentView(); in shouldSetTheContentView() local
DShadowViewGroupTest.java226 TextView textView = new TextView(context); in dump_shouldDumpStructure() 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/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDebugTextViewHelper.java37 private final TextView textView; field in DebugTextViewHelper
47 public DebugTextViewHelper(SimpleExoPlayer 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/setupdesign/main/src/com/google/android/setupdesign/util/
DTextViewPartnerStyler.java34 public static void applyPartnerCustomizationStyle( in applyPartnerCustomizationStyle()
129 public static void applyPartnerCustomizationLightStyle( in applyPartnerCustomizationLightStyle()
/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
DMidiFragment.java37 private TextView textView; field in MidiFragment
DAudioFragment.java66 private TextView textView; field in AudioFragment
/external/llvm-project/clang/tools/clang-format-vs/ClangFormat/
DVsix.cs43 public static IWpfTextView VsToWpfTextView(IVsTextView textView) in VsToWpfTextView()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
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/exoplayer/tree/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
DMainActivity.java286 public final TextView textView; field in MainActivity.QueueItemViewHolder
289 public QueueItemViewHolder(TextView textView) { in QueueItemViewHolder()
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java85 private void formatPages(Conversation conversation, TextView textView) { in formatPages()
204 TextView textView = (TextView)findViewById(R.id.typewritertext); in processText() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotification.java133 TextView textView = (TextView) findView(view, resourceName); in findText() local
/external/downloader/src/example/java/com/google/android/downloader/example/
DDownloaderTestActivity.java76 private TextView textView; field in DownloaderTestActivity
/external/tensorflow/tensorflow/lite/java/ovic/demo/app/
DOvicBenchmarkerActivity.java70 private TextView textView = null; field in OvicBenchmarkerActivity
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DTriggerManager.java177 TextView textView = new TextView(TriggerManager.this); in getView() local

12