HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 1 - 25 of 531) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsListFocus.java 21 import android.widget.TextView;
28 public class UserDictionaryToolsListFocus extends TextView {
30 private TextView mPairView = null;
55 public void setPairView(TextView pairView) {
  /frameworks/base/core/java/android/text/method/
MovementMethod.java 19 import android.widget.TextView;
26 public void initialize(TextView widget, Spannable text);
27 public boolean onKeyDown(TextView widget, Spannable text, int keyCode, KeyEvent event);
28 public boolean onKeyUp(TextView widget, Spannable text, int keyCode, KeyEvent event);
35 public boolean onKeyOther(TextView view, Spannable text, KeyEvent event);
37 public void onTakeFocus(TextView widget, Spannable text, int direction);
38 public boolean onTrackballEvent(TextView widget, Spannable text,
40 public boolean onTouchEvent(TextView widget, Spannable text,
  /packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java 20 import android.widget.TextView;
33 TextView v = (TextView) mView.findViewById(R.id.error);
39 return ((TextView) mView.findViewById(viewId)).getText().toString();
44 TextView v = (TextView) mView.findViewById(viewId);
49 TextView v = (TextView) mView.findViewById(viewId);
  /cts/tests/src/android/app/cts/
ActivityManagerStubCrashActivity.java 21 import android.widget.TextView;
28 final TextView tv = new TextView(this);
ActivityManagerStubFooActivity.java 21 import android.widget.TextView;
28 final TextView tv = new TextView(this);
MockApplicationActivity.java 21 import android.widget.TextView;
28 TextView textView = new TextView(this);
29 textView.setText("Test");
30 setContentView(textView);
  /ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 5 import android.widget.TextView;
14 /* Create a TextView and set its content.
18 TextView tv = new TextView(this);
  /development/pdk/pndk/samples/samplejni/src/com/example/jniexample/
JNIExample.java 5 import android.widget.TextView;
12 TextView tv = new TextView(this);
  /development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java 21 import android.widget.TextView;
28 TextView tv = new TextView(this);
  /device/sample/apps/client/src/com/example/android/platform_library/client/
Client.java 23 import android.widget.TextView;
38 TextView tv = new TextView(this);
  /ndk/samples/hello-jni/src/com/example/hellojni/
HelloJni.java 19 import android.widget.TextView;
31 /* Create a TextView and set its content.
35 TextView tv = new TextView(this);
  /ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java 19 import android.widget.TextView;
30 TextView tv = new TextView(this);
  /cts/tests/tests/widget/src/android/widget/cts/
TextView_SaveStateTest.java 27 import android.widget.TextView;
30 * Test {@link TextView.SavedState}.
32 @TestTargetClass(TextView.SavedState.class)
41 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source);
46 state = TextView.SavedState.CREATOR.createFromParcel(source);
58 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source);
78 TextView textView = new TextView(getInstrumentation().getTargetContext())
    [all...]
  /development/apps/Development/src/com/android/development/
ShowActivity.java 32 import android.widget.TextView;
39 private TextView mPackage;
41 private TextView mClass;
42 private TextView mLabel;
43 private TextView mLaunch;
44 private TextView mProcess;
45 private TextView mTaskAffinity;
46 private TextView mPermission;
47 private TextView mMultiprocess;
48 private TextView mClearOnBackground
    [all...]
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
BackgroundSurface.java 5 import android.widget.TextView;
7 public class BackgroundSurface extends TextView {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithOnItemSelectedAction.java 19 import android.widget.TextView;
41 ((TextView) getListView().getSelectedView()).getText().toString());
  /packages/apps/Browser/src/com/android/browser/
AddNewBookmark.java 23 import android.widget.TextView;
31 private TextView mTextView;
32 private TextView mUrlText;
46 mTextView = (TextView) findViewById(R.id.title);
47 mUrlText = (TextView) findViewById(R.id.url);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 30 import android.widget.TextView;
47 // call setMovementMethod() on the TextView object.
49 TextView t2 = (TextView) findViewById(R.id.text2);
59 TextView t3 = (TextView) findViewById(R.id.text3);
80 TextView t4 = (TextView) findViewById(R.id.text4);
  /frameworks/base/core/tests/coretests/src/android/text/util/
LinkifyTest.java 24 import android.widget.TextView;
33 TextView tv;
35 tv = new TextView(getContext());
44 TextView tv;
46 tv = new TextView(getContext());
56 TextView tv;
58 tv = new TextView(getContext());
  /development/samples/ApiDemos/src/com/example/android/apis/content/
StyledText.java 25 import android.widget.TextView;
47 TextView tv = (TextView)findViewById(R.id.text);
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 27 import android.widget.TextView;
76 TextView text = new TextView(mContext);
82 TextView text = new TextView(mContext);
93 TextView one = new TextView(mContext);
97 TextView two = new TextView(mContext);
101 TextView three = new TextView(mContext)
    [all...]
  /frameworks/base/core/java/android/widget/
TextSwitcher.java 27 * only children of type {@link android.widget.TextView}.
58 * {@link android.widget.TextView}
62 if (!(child instanceof TextView)) {
64 "TextSwitcher children must be instances of TextView");
77 final TextView t = (TextView) getNextView();
89 ((TextView)getCurrentView()).setText(text);
TwoLineListItem.java 31 * {@link android.widget.TextView TextViews} elements (or subclasses) with the ID values
46 private TextView mText1;
47 private TextView mText2;
70 mText1 = (TextView) findViewById(com.android.internal.R.id.text1);
71 mText2 = (TextView) findViewById(com.android.internal.R.id.text2);
78 public TextView getText1() {
86 public TextView getText2() {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
FillInWrap.java 23 import android.widget.TextView;
30 ((TextView) findViewById(R.id.data)).setText("1\n2\n3\n4\n5");
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonsWithTallTextViewInBetween.java 23 import android.widget.TextView;
35 public TextView getMiddleFiller() {

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 91011>>