HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 76 - 100 of 1769) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
MainActivity.java 31 import android.widget.TextView;
39 TextView mDimenWidthView;
40 TextView mDimenHeightView;
42 TextView mWallOffXView;
43 TextView mWallOffYView;
45 TextView mPaddingLeftView;
46 TextView mPaddingRightView;
47 TextView mPaddingTopView;
48 TextView mPaddingBottomView;
50 TextView mDispOffXView
    [all...]
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 24 import android.widget.TextView;
36 public void initialize(TextView widget, Spannable text) {
40 public boolean onKeyDown(TextView widget, Spannable text, int keyCode, KeyEvent event) {
51 public boolean onKeyOther(TextView widget, Spannable text, KeyEvent event) {
74 public boolean onKeyUp(TextView widget, Spannable text, int keyCode, KeyEvent event) {
79 public void onTakeFocus(TextView widget, Spannable text, int direction) {
83 public boolean onTouchEvent(TextView widget, Spannable text, MotionEvent event) {
88 public boolean onTrackballEvent(TextView widget, Spannable text, MotionEvent event) {
93 public boolean onGenericMotionEvent(TextView widget, Spannable text, MotionEvent event) {
147 * {@link #onKeyDown(TextView, Spannable, int, KeyEvent)} calls this method onc
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java 25 import android.widget.TextView;
61 TextView tv1 = new TextView(mContext);
62 TextView tv2 = new TextView(mContext);
68 TextView tvChild1 = (TextView) textSwitcher.getChildAt(0);
69 TextView tvChild2 = (TextView) textSwitcher.getChildAt(1);
101 TextView tv1 = new TextView(mContext)
    [all...]
ViewFlipperTest.java 30 import android.widget.TextView;
83 TextView iv1 = (TextView) mActivity.findViewById(R.id.viewflipper_textview1);
84 TextView iv2 = (TextView) mActivity.findViewById(R.id.viewflipper_textview2);
105 TextView iv1 = (TextView) mActivity.findViewById(R.id.viewflipper_textview1);
106 TextView iv2 = (TextView) mActivity.findViewById(R.id.viewflipper_textview2);
121 TextView iv1 = (TextView) mActivity.findViewById(R.id.viewflipper_textview1)
    [all...]
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
UsageListAdapter.java 24 import android.widget.TextView;
44 private final TextView mPackageName;
45 private final TextView mLastTimeUsed;
50 mPackageName = (TextView) v.findViewById(R.id.textview_package_name);
51 mLastTimeUsed = (TextView) v.findViewById(R.id.textview_last_time_used);
55 public TextView getLastTimeUsed() {
59 public TextView getPackageName() {
  /developers/build/prebuilts/gradle/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectoryEntryAdapter.java 24 import android.widget.TextView;
40 private final TextView mFileName;
41 private final TextView mMimeType;
46 mFileName = (TextView) v.findViewById(R.id.textview_filename);
47 mMimeType = (TextView) v.findViewById(R.id.textview_mimetype);
51 public TextView getFileName() {
55 public TextView getMimeType() {
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 24 import android.widget.TextView;
66 TextView title = (TextView) view.findViewById(R.id.item_title);
70 TextView indicatorColorView = (TextView) view.findViewById(R.id.item_indicator_color);
75 TextView dividerColorView = (TextView) view.findViewById(R.id.item_divider_color);
  /developers/samples/android/content/documentsUi/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectoryEntryAdapter.java 24 import android.widget.TextView;
40 private final TextView mFileName;
41 private final TextView mMimeType;
46 mFileName = (TextView) v.findViewById(R.id.textview_filename);
47 mMimeType = (TextView) v.findViewById(R.id.textview_mimetype);
51 public TextView getFileName() {
55 public TextView getMimeType() {
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
UsageListAdapter.java 24 import android.widget.TextView;
44 private final TextView mPackageName;
45 private final TextView mLastTimeUsed;
50 mPackageName = (TextView) v.findViewById(R.id.textview_package_name);
51 mLastTimeUsed = (TextView) v.findViewById(R.id.textview_last_time_used);
55 public TextView getLastTimeUsed() {
59 public TextView getPackageName() {
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 24 import android.widget.TextView;
66 TextView title = (TextView) view.findViewById(R.id.item_title);
70 TextView indicatorColorView = (TextView) view.findViewById(R.id.item_indicator_color);
75 TextView dividerColorView = (TextView) view.findViewById(R.id.item_divider_color);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java 26 import android.widget.TextView;
31 TextView mQueryText;
32 TextView mAppDataText;
33 TextView mDeliveredByText;
48 mQueryText = (TextView) findViewById(R.id.txt_query);
49 mAppDataText = (TextView) findViewById(R.id.txt_appdata);
50 mDeliveredByText = (TextView) findViewById(R.id.txt_deliveredby);
CustomTitle.java 26 import android.widget.TextView;
67 final TextView leftText = (TextView) findViewById(R.id.left_text);
68 final TextView rightText = (TextView) findViewById(R.id.right_text);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 24 import android.widget.TextView;
66 TextView title = (TextView) view.findViewById(R.id.item_title);
70 TextView indicatorColorView = (TextView) view.findViewById(R.id.item_indicator_color);
75 TextView dividerColorView = (TextView) view.findViewById(R.id.item_divider_color);
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 27 import android.widget.TextView;
56 TextView text1 = (TextView)view.findViewById(R.id.text1);
57 TextView text2 = (TextView)view.findViewById(R.id.text2);
64 TextView text1 = (TextView)view.findViewById(R.id.text1);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListItem.java 29 import android.widget.TextView;
38 private TextView mChannelView;
39 private TextView mMessageView;
40 private TextView mDateView;
54 mChannelView = (TextView) findViewById(R.id.channel);
55 mDateView = (TextView) findViewById(R.id.date);
56 mMessageView = (TextView) findViewById(R.id.message);
  /packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java 11 import android.widget.TextView;
17 public TextView appName;
19 public TextView appSize;
20 public TextView disabled;
31 holder.appName = (TextView) convertView.findViewById(R.id.app_name);
33 holder.appSize = (TextView) convertView.findViewById(R.id.app_size);
34 holder.disabled = (TextView) convertView.findViewById(R.id.app_disabled);
39 // Get the ViewHolder back to get fast access to the TextView
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardTileView.java 26 import android.widget.TextView;
35 private TextView mTitleTextView;
36 private TextView mStatusTextView;
53 mTitleTextView = (TextView) view.findViewById(R.id.title);
54 mStatusTextView = (TextView) view.findViewById(R.id.status);
62 public TextView getTitleTextView() {
66 public TextView getStatusTextView() {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryContentFragment.java 24 import android.widget.TextView;
55 TextView title = (TextView) mView.findViewById(
61 TextView instructions = (TextView) mView.findViewById(
67 TextView autopair = (TextView) mView.findViewById(
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 65 TextView c = new TextView(context);
71 TextView c = new TextView(context);
77 TextView c = new TextView(context);
88 TextView c = new TextView(context);
93 TextView c = new EditText(context);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 23 import android.widget.TextView;
49 private TextView mShowText;
50 private TextView mShowTextDone;
51 private TextView mHideText;
52 private TextView mHideTextDone;
67 mShowText = (TextView)findViewById(R.id.show_text);
68 mShowTextDone = (TextView)findViewById(R.id.show_text_done);
69 mHideText = (TextView)findViewById(R.id.hide_text);
70 mHideTextDone = (TextView)findViewById(R.id.hide_text_done);
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 24 import android.widget.TextView;
40 private TextView mText;
55 mText = (TextView) findViewById(R.id.display_text);
60 TextView smallText = (TextView) findViewById(R.id.display_smalltext);
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
PlanetAdapter.java 25 import android.widget.TextView;
45 public final TextView mTextView;
47 public ViewHolder(TextView v) {
62 TextView tv = (TextView) v.findViewById(android.R.id.text1);
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 24 import android.widget.TextView;
40 private TextView mText;
55 mText = (TextView) findViewById(R.id.display_text);
60 TextView smallText = (TextView) findViewById(R.id.display_smalltext);
  /developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
PlanetAdapter.java 25 import android.widget.TextView;
45 public final TextView mTextView;
47 public ViewHolder(TextView v) {
62 TextView tv = (TextView) v.findViewById(android.R.id.text1);
  /development/apps/Development/src/com/android/development/
ProcessInfo.java 25 import android.widget.TextView;
38 TextView processNameView = (TextView) findViewById(R.id.process_name);
45 TextView pkgView = new TextView(this);

Completed in 1829 milliseconds

1 2 34 5 6 7 8 91011>>