/packages/apps/Settings/src/com/android/settings/applications/ |
InstalledAppDetails.java | 86 import android.widget.TextView; 129 private TextView mAppVersion; 130 private TextView mTotalSize; 131 private TextView mAppSize; 132 private TextView mDataSize; 133 private TextView mExternalCodeSize; 134 private TextView mExternalDataSize; 137 private TextView mCacheSize; 452 mTotalSize = (TextView)view.findViewById(R.id.total_size_text); 453 mAppSize = (TextView)view.findViewById(R.id.application_size_text) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/ |
CameraOrientationActivity.java | 32 import android.widget.TextView; 130 TextView cameraLabel = (TextView) findViewById(R.id.camera_text); 136 TextView orientationLabel = 137 (TextView) findViewById(R.id.orientation_text); 150 TextView instructionLabel = 151 (TextView) findViewById(R.id.instruction_text); 274 TextView cameraExtraLabel = 275 (TextView) findViewById(R.id.instruction_extra_text); 522 TextView instructionLabel [all...] |
/packages/apps/Settings/src/com/android/settings/ |
CryptKeeper.java | 57 import android.widget.TextView; 79 public class CryptKeeper extends Activity implements TextView.OnEditorActionListener, 175 final TextView status = (TextView) findViewById(R.id.status); 437 ((TextView) findViewById(R.id.title)).setText(R.string.crypt_keeper_failed_title); 438 ((TextView) findViewById(R.id.status)).setText(R.string.crypt_keeper_failed_summary); 465 final TextView tv = (TextView) findViewById(R.id.status); 476 final TextView status = (TextView) findViewById(R.id.status) [all...] |
/cts/tests/src/android/widget/cts/util/ |
ExpandableListScenario.java | 30 import android.widget.TextView; 235 ((TextView) convertView).setText(getValueAtPosition(packedPosition)); 254 TextView result = new TextView(parent.getContext());
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TableLayoutTest.java | 37 import android.widget.TextView; 79 tableLayout.addView(new TextView(mContext)); 87 tableLayout.addView(new TextView(mContext)); 95 tableLayout.addView(new TextView(mContext)); 130 tableLayout.addView(new TextView(mContext)); 131 tableLayout.addView(new TextView(mContext)); 227 TextView column0 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(0); 228 TextView column1 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(1) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SoftInputModes.java | 15 import android.widget.TextView;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
VideoPlayerActivity.java | 40 import android.widget.TextView; 65 TextView mTitleView; 86 public void init(Activity activity, TextView title, Button playButton, 197 mContent.init(this, (TextView)findViewById(R.id.title),
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
ColorWheelLEDController.java | 8 import android.widget.TextView;
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
ApiCompatibilityUtils.java | 13 import android.widget.TextView; 154 * @see android.widget.TextView#setCompoundDrawablesRelative(Drawable, Drawable, Drawable, 157 public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top, 160 textView.setCompoundDrawablesRelative(start, top, bottom, end); 162 textView.setCompoundDrawables(start, top, bottom, end); 167 * @see android.widget.TextView#setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable, 170 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, 173 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, bottom, end) [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
JavascriptAppModalDialog.java | 17 import android.widget.TextView; 34 private TextView mPromptTextView; 82 mPromptTextView = (TextView) layout.findViewById(R.id.js_modal_dialog_prompt); 181 ((TextView) layout.findViewById(R.id.js_modal_dialog_message)).setText(mMessage);
|
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ |
ValidationMessageBubble.java | 15 import android.widget.TextView; 111 ((TextView) root.findViewById(R.id.main_text)).setText(mainText); 112 final TextView subTextView = (TextView) root.findViewById(R.id.sub_text);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSimpleCursorAdapter.java | 28 import android.widget.TextView; 44 * returned value is false and the view to bind is a TextView, 45 * {@link #setViewText(TextView, String)} is invoked. If the returned value 112 * returned value is false and the view to bind is a TextView, 113 * {@link #setViewText(TextView, String)} is invoked. If the returned value is 125 * @see #setViewText(TextView, String) 148 if (v instanceof TextView) { 149 setViewText((TextView) v, text); 213 * Called by bindView() to set the text for a TextView but only if 215 * handle binding to an TextView [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
LocalePicker.java | 36 import android.widget.TextView; 201 TextView text; 204 text = (TextView) view.findViewById(fieldId); 208 text = (TextView) view.getTag();
|
/frameworks/base/core/tests/coretests/src/android/util/ |
GridScenario.java | 29 import android.widget.TextView; 329 TextView result = new TextView(parent.getContext()); 358 ((TextView) convertView).setText(getValueAtPosition(position));
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
TextViewWordLimitsTest.java | 31 * TextViewPatchTest tests {@link TextView}'s definition of word. Finds and 37 TextView mTv = null; 49 mTv = new TextView(getContext()); 66 * Calculate and verify word limits. Depends on the TextView implementation. 81 mTv.setText(text, TextView.BufferType.SPANNABLE); 93 mTv.setText(text, TextView.BufferType.SPANNABLE);
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
AutoCompleteTextViewActivityLandscape.java | 32 import android.widget.TextView; 54 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.edit); 55 textView.setAdapter(adapter);
|
BottomEditTextActivityPanScan.java | 27 import android.widget.TextView;
|
BottomEditTextActivityResize.java | 27 import android.widget.TextView;
|
ButtonActivity.java | 27 import android.widget.TextView;
|
ManyEditTextActivityNoScrollPanScan.java | 29 import android.widget.TextView;
|
ManyEditTextActivityScrollPanScan.java | 29 import android.widget.TextView;
|
OneEditTextActivityNotSelected.java | 30 import android.widget.TextView;
|
OneEditTextActivitySelected.java | 29 import android.widget.TextView;
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountServerBaseFragment.java | 31 import android.widget.TextView; 32 import android.widget.TextView.OnEditorActionListener; 233 protected void makeTextViewUneditable(final TextView view, final String errorMessage) { 273 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
/packages/apps/Gallery2/src/com/android/photos/ |
MultiSelectGridFragment.java | 31 import android.widget.TextView; 49 TextView mEmptyView; 176 * The default content for a MultiSelectGridFragment has a TextView that can 284 if (empty != null && empty instanceof TextView) { 285 mEmptyView = (TextView) empty;
|