Searched refs:tv (Results 1 - 25 of 46) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferAdapter.java84 TextView tv = (TextView)view.findViewById(R.id.transfer_title);
90 tv.setText(title);
93 tv = (TextView)view.findViewById(R.id.targetdevice);
99 tv.setText(deviceName);
104 tv = (TextView)view.findViewById(R.id.complete_text);
105 tv.setVisibility(View.VISIBLE);
107 tv.setText(BluetoothOppUtility.getStatusDescription(mContext, status, deviceName));
117 tv.setText(completeText);
125 tv = (TextView)view.findViewById(R.id.complete_date);
126 tv
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DEllipsizeLayout.java80 final TextView tv = (TextView) child;
81 if (tv.getEllipsize() != null) {
83 ellipsizeView = tv;
/packages/apps/Browser/src/com/android/browser/
H A DTabBar.java150 TabView tv = buildTabView(tab);
151 mTabs.addTab(tv);
427 private void animateTabOut(final Tab tab, final TabView tv) { argument
428 ObjectAnimator scalex = ObjectAnimator.ofFloat(tv, "scaleX", 1.0f, 0.0f);
429 ObjectAnimator scaley = ObjectAnimator.ofFloat(tv, "scaleY", 1.0f, 0.0f);
430 ObjectAnimator alpha = ObjectAnimator.ofFloat(tv, "alpha", 1.0f, 0.0f);
442 mTabs.removeTab(tv);
459 private void animateTabIn(final Tab tab, final TabView tv) { argument
460 ObjectAnimator scalex = ObjectAnimator.ofFloat(tv, "scaleX", 0.0f, 1.0f);
479 mTabs.addTab(tv);
[all...]
H A DBreadCrumbView.java366 TextView tv = new TextView(mContext);
367 tv.setTextAppearance(mContext, android.R.style.TextAppearance_Medium);
368 tv.setPadding(mCrumbPadding, 0, mCrumbPadding, 0);
369 tv.setGravity(Gravity.CENTER_VERTICAL);
370 tv.setText(name);
371 tv.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT,
373 tv.setSingleLine();
374 tv.setEllipsize(TextUtils.TruncateAt.END);
375 return tv;
H A DBrowserBookmarksAdapter.java86 TextView tv = (TextView) view.findViewById(R.id.label);
88 tv.setText(item.title);
H A DTabScrollView.java94 final TabView tv = (TabView) mContentView.getChildAt(i);
95 tv.updateLayoutParams();
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateTextToast.java40 TextView tv = (TextView) mToast.findViewById(R.id.message);
41 tv.setText(textResourceId);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateTextToast.java40 TextView tv = (TextView) mToast.findViewById(R.id.message);
41 tv.setText(textResourceId);
H A DDetailsDialog.java235 TextView tv;
237 tv = (TextView) LayoutInflater.from(mContext).inflate(
240 tv = (TextView) convertView;
242 tv.setText(mItems.get(position));
243 return tv;
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateTextToast.java40 TextView tv = (TextView) mToast.findViewById(R.id.message);
41 tv.setText(textResourceId);
/packages/apps/Camera/src/com/android/camera/
H A DOnScreenHint.java110 TextView tv = (TextView) v.findViewById(R.id.message);
111 tv.setText(text);
128 TextView tv = (TextView) mNextView.findViewById(R.id.message);
129 if (tv == null) {
133 tv.setText(s);
H A DListPreference.java58 TypedValue tv = a.peekValue(attrDefaultValue);
59 if (tv != null && tv.type == TypedValue.TYPE_REFERENCE) {
/packages/apps/Camera2/src/com/android/camera/
H A DOnScreenHint.java112 TextView tv = (TextView) v.findViewById(R.id.message);
113 tv.setText(text);
130 TextView tv = (TextView) mNextView.findViewById(R.id.message);
131 if (tv == null) {
135 tv.setText(s);
H A DListPreference.java63 TypedValue tv = a.peekValue(attrDefaultValue);
64 if (tv != null && tv.type == TypedValue.TYPE_REFERENCE) {
/packages/apps/LegacyCamera/src/com/android/camera/
H A DOnScreenHint.java113 TextView tv = (TextView) v.findViewById(R.id.message);
114 tv.setText(text);
131 TextView tv = (TextView) mNextView.findViewById(R.id.message);
132 if (tv == null) {
136 tv.setText(s);
H A DListPreference.java58 TypedValue tv = a.peekValue(attrDefaultValue);
59 if (tv != null && tv.type == TypedValue.TYPE_REFERENCE) {
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DTapAgainDialog.java77 TextView tv = (TextView) ap.mView.findViewById(com.android.nfc.R.id.textview);
89 tv.setText(String.format(formatString, description));
92 tv.setText(String.format(formatString, description));
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java250 TextView tv = (TextView) v.findViewById(R.id.duration);
251 tv.setVisibility(View.GONE);
261 TextView tv = (TextView) view.findViewById(R.id.line1);
263 tv.setText(name);
265 tv = (TextView) view.findViewById(R.id.line2);
280 tv.setText(builder.toString());
H A DMediaPlaybackActivity.java176 TextView tv = textViewForContainer(v);
177 if (tv == null) {
188 Message msg = mLabelScroller.obtainMessage(0, tv);
193 int scrollx = tv.getScrollX();
209 tv.scrollTo(scrollx, 0);
216 mLabelScroller.removeMessages(0, tv);
220 if (tv.getEllipsize() != null) {
221 tv.setEllipsize(null);
223 Layout ll = tv.getLayout();
231 mTextWidth = (int) tv
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java137 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv) { argument
138 int wid = tv.getPaddingLeft() + tv.getPaddingRight();
139 int ht = tv.getPaddingTop() + tv.getPaddingBottom();
147 Layout l = new StaticLayout(text, tv.getPaint(), cap,
/packages/apps/Stk/src/com/android/stk/
H A DToneDialog.java77 TextView tv = (TextView) findViewById(R.id.message);
81 tv.setText(toneMsg.text);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDialogDetailsView.java276 TextView tv;
278 tv = (TextView) LayoutInflater.from(mActivity.getAndroidContext()).inflate(
281 tv = (TextView) convertView;
283 tv.setText(mItems.get(position));
284 return tv;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java139 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv) { argument
140 int wid = tv.getPaddingLeft() + tv.getPaddingRight();
141 int ht = tv.getPaddingTop() + tv.getPaddingBottom();
149 Layout l = new StaticLayout(text, tv.getPaint(), cap,
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.java193 TextView tv = (TextView)findViewById(R.id.alertTitle);
194 tv.setText(titleText);
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java192 TextView tv = mContactMap.get(updated);
193 if (tv != null) {
194 tv.setText(updated.getNameAndNumber());

Completed in 3615 milliseconds

12