/development/apps/Development/src/com/android/development/ |
PermissionDetails.java | 50 import android.widget.TextView; 89 TextView pkgName; 129 holder.pkgName = (TextView) convertView.findViewById(R.id.pkg_name); 132 // Get the ViewHolder back to get fast access to the TextView 219 TextView label = (TextView) sharedPanel.findViewById(R.id.shared_pkgs_label); 220 TextView sharedView = (TextView) sharedPanel.findViewById(R.id.shared_pkgs); 256 TextView view = (TextView)findViewById(viewId) [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
SmartCamera.java | 37 import android.widget.TextView; 52 private TextView mGoodBadTextView; 53 private TextView mFPSTextView; 54 private TextView mEyesTextView; 55 private TextView mSmilesTextView; 56 private TextView mScoreTextView; 63 private TextView mImagesSavedTextView; 154 mGoodBadTextView = (TextView) findViewById(R.id.goodOrBadTextView); 155 mFPSTextView = (TextView) findViewById(R.id.fpsTextView); 156 mScoreTextView = (TextView) findViewById(R.id.scoreTextView) [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
SensorActivity.java | 35 import android.widget.TextView; 60 private TextView mTextError; 61 private TextView mTextStatus; 62 private TextView mTextTargetHz; 63 private TextView mTextActualHz; 78 mTextError = (TextView) findViewById(R.id.textError); 79 mTextStatus = (TextView) findViewById(R.id.textStatus); 80 mTextTargetHz = (TextView) findViewById(R.id.textSampleRate); 81 mTextActualHz = (TextView) findViewById(R.id.textActualRate); 208 private TextView mVal [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
CursorTreeAdapterTest.java | 32 import android.widget.TextView; 419 TextView retView; 420 TextView textView = new TextView(mContext); 421 textView.setText(expectedStr); 427 adapter.getGroupView(0, true, textView, mParent); 436 adapter.getGroupView(10, true, textView, mParent); 442 retView = (TextView) adapter.getGroupView(1, true, null, mParent); 447 retView = (TextView) adapter.getGroupView(0, true, textView, mParent) [all...] |
HorizontalScrollViewTest.java | 39 import android.widget.TextView; 87 TextView child0 = new TextView(mActivity); 92 TextView child1 = new TextView(mActivity); 104 TextView child0 = new TextView(mActivity); 109 TextView child1 = new TextView(mActivity); 124 child1 = new TextView(mActivity) [all...] |
ScrollViewTest.java | 39 import android.widget.TextView; 106 TextView child0 = new TextView(mActivity); 111 TextView child1 = new TextView(mActivity); 123 TextView child0 = new TextView(mActivity); 128 TextView child1 = new TextView(mActivity); 143 child1 = new TextView(mActivity) [all...] |
/developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/java/com/example/android/customchoicelist/ |
MainActivity.java | 24 import android.widget.TextView; 63 ((TextView) convertView.findViewById(android.R.id.text1))
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
/developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
/developers/samples/android/common/src/java/com/example/android/common/view/ |
SlidingTabLayout.java | 30 import android.widget.TextView; 146 * @param textViewId id of the {@link TextView} in the inflated view 171 protected TextView createDefaultTabView(Context context) { 172 TextView textView = new TextView(context); 173 textView.setGravity(Gravity.CENTER); 174 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, TAB_VIEW_TEXT_SIZE_SP); 175 textView.setTypeface(Typeface.DEFAULT_BOLD); 183 textView.setBackgroundResource(outValue.resourceId) [all...] |
/developers/samples/android/ui/lists/CustomChoiceList/CustomChoiceListSample/src/main/java/com/example/android/customchoicelist/ |
MainActivity.java | 24 import android.widget.TextView; 63 ((TextView) convertView.findViewById(android.R.id.text1))
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FinishAffinity.java | 28 import android.widget.TextView; 40 ((TextView)findViewById(R.id.seq)).setText("Current nesting: " + mNesting);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List3.java | 25 import android.widget.TextView; 68 ((TextView) view).setText(text);
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
CountingFragment.java | 25 import android.widget.TextView; 63 ((TextView)tv).setText("Fragment #" + mNum);
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/ |
MainActivity.java | 24 import android.widget.TextView; 63 ((TextView) convertView.findViewById(android.R.id.text1))
|
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
SkewableTextView.java | 25 import android.widget.TextView; 28 * This custom TextView can be skewed to the left or right to enable anticipation and 31 public class SkewableTextView extends TextView {
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ScreenSlidePageFragment.java | 24 import android.widget.TextView; 72 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
PolicySetupActivity.java | 31 import android.widget.TextView; 162 TextView passwordQualityView = (TextView) findViewById(R.id.policy_password_quality); 163 TextView passwordLengthView = (TextView) findViewById(R.id.policy_password_length); 175 ((TextView) findViewById(R.id.policy_password_uppercase)).setText( 250 TextView setupMessage = (TextView) findViewById(R.id.setup_message);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
NavigationPopup.java | 22 import android.widget.TextView; 137 private void updateBitmapForTextView(TextView view, Bitmap bitmap) { 180 public TextView createListItem() { 181 TextView view = new TextView(mContext); 216 TextView view; 217 if (convertView != null && convertView instanceof TextView) { 218 view = (TextView) convertView;
|
WebsiteSettingsPopup.java | 23 import android.widget.TextView; 42 private TextView mCertificateViewer, mMoreInfoLink; 73 TextView h = (TextView) section.findViewById(R.id.website_settings_headline); 77 TextView d = (TextView) section.findViewById(R.id.website_settings_description); 97 mCertificateViewer = new TextView(mContext); 111 mMoreInfoLink = new TextView(mContext);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
SelectPopupAdapter.java | 12 import android.widget.TextView; 57 ((TextView) convertView).setText(mItems.get(position).getLabel());
|
/frameworks/base/core/java/android/transition/ |
ChangeText.java | 27 import android.widget.TextView; 32 * This transition tracks changes to the text in TextView targets. If the text 54 * Flag specifying that the text in affected/changing TextView targets will keep 129 if (transitionValues.view instanceof TextView) { 130 TextView textview = (TextView) transitionValues.view; local 131 transitionValues.values.put(PROPNAME_TEXT, textview.getText()); 132 if (textview instanceof EditText) { 134 textview.getSelectionStart()) [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
DialogTitle.java | 24 import android.widget.TextView; 30 public class DialogTitle extends TextView {
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
RequestRectangleVisibleWithInternalScrollTest.java | 27 import android.widget.TextView; 30 * This is suppressed because {@link TextView#scrollBy} isn't working. 36 private TextView mTextBlob;
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/ |
MultiPageTextWithPaddingTest.java | 24 import android.widget.TextView; 32 private TextView mTextView;
|