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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java 22 import android.widget.TextView;
30 public final TextView nameView;
33 public final TextView callLocationAndDate;
34 public final TextView voicemailTranscriptionView;
35 public final TextView callAccountLabel;
37 private PhoneCallDetailsViews(TextView nameView, View callTypeView,
38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate,
39 TextView voicemailTranscriptionView, TextView callAccountLabel) {
56 return new PhoneCallDetailsViews((TextView) view.findViewById(R.id.name)
    [all...]
  /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;
25 * Provides cursor positioning, scrolling and text selection functionality in a {@link TextView}.
27 * The {@link TextView} delegates handling of key events, trackball motions and touches to
29 * selects an appropriate movement method based on the content of the {@link TextView}.
36 public void initialize(TextView widget, Spannable text);
37 public boolean onKeyDown(TextView widget, Spannable text, int keyCode, KeyEvent event);
38 public boolean onKeyUp(TextView widget, Spannable text, int keyCode, KeyEvent event);
45 public boolean onKeyOther(TextView view, Spannable text, KeyEvent event);
47 public void onTakeFocus(TextView widget, Spannable text, int direction);
48 public boolean onTrackballEvent(TextView widget, Spannable text, MotionEvent event)
    [all...]
  /sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
MainActivityTest.java 21 import android.widget.TextView;
42 private TextView mAppTextView1;
43 private TextView mAppTextView2;
44 private TextView mLib1TextView1;
45 private TextView mLib1TextView2;
46 private TextView mLib2TextView1;
47 private TextView mLib2TextView2;
63 mAppTextView1 = (TextView) a.findViewById(R.id.app_text1);
64 mAppTextView2 = (TextView) a.findViewById(R.id.app_text1);
65 mLib1TextView1 = (TextView) a.findViewById(R.id.lib1_text1)
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
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);
  /development/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);
  /frameworks/base/core/tests/coretests/apks/install_jni_lib_open_from_apk/src/com/android/frameworks/coretests/
OpenFromApkActivity.java 21 import android.widget.TextView;
29 TextView tv = new TextView(this);
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/java_only/src/com/framework/shareduid/java/
MainActivity.java 21 import android.widget.TextView;
28 TextView tv = new TextView(this);
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
ActivityMain.java 21 import android.widget.TextView;
28 TextView content = new TextView(this);
  /frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/
CrashyApp2.java 21 import android.widget.TextView;
28 TextView tv = new TextView(this);
CrashyApp.java 21 import android.widget.TextView;
28 TextView tv = new TextView(this);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
CustomNamespaceAdapter.java 19 import android.widget.TextView;
23 public static void setOne(TextView view, String value) {
28 public static void setTwo(TextView view, String value) {
  /frameworks/support/compat/jellybean/android/support/v4/widget/
TextViewCompatJb.java 21 import android.widget.TextView;
24 static int getMaxLines(TextView textView) {
25 return textView.getMaxLines();
28 static int getMinLines(TextView textView) {
29 return textView.getMinLines();
  /sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/
Main.java 5 import android.widget.TextView;
19 TextView tv = (TextView) findViewById(R.id.app);
23 TextView tv = (TextView) findViewById(R.id.lib1);
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
BaseActivity.java 21 import android.widget.TextView;
28 TextView tv = new TextView(this);
  /development/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);
  /development/ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java 19 import android.widget.TextView;
30 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);
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/src/com/framework/shareduid/bit32/
MainActivity.java 21 import android.widget.TextView;
38 TextView tv = new TextView(this);
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/src/com/framework/shareduid/bit64/
MainActivity.java 21 import android.widget.TextView;
38 TextView tv = new TextView(this);
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/src/com/framework/shareduid/dual/
MainActivity.java 21 import android.widget.TextView;
38 TextView tv = new TextView(this);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
FontSizeUtils.java 21 import android.widget.TextView;
31 updateFontSize((TextView) parent.findViewById(viewId), dimensId);
34 public static void updateFontSize(TextView v, int dimensId) {

Completed in 1218 milliseconds

1 2 3 4 5 6 7 8 91011>>