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

/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/Camera/src/com/android/camera/
H A DOnScreenHint.java114 TextView tv = (TextView) v.findViewById(R.id.message);
115 tv.setText(text);
132 TextView tv = (TextView) mNextView.findViewById(R.id.message);
133 if (tv == null) {
137 tv.setText(s);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DRequestPermissionHelperActivity.java73 TextView tv = (TextView) view.findViewById(R.id.message);
76 tv.setText(getString(R.string.bluetooth_ask_enablement));
79 tv.setText(getString(R.string.bluetooth_ask_enablement_and_lasting_discovery));
81 tv.setText(getString(R.string.bluetooth_ask_enablement_and_discovery, mTimeout));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DTutorial.java102 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv) { argument
103 int wid = tv.getPaddingLeft() + tv.getPaddingRight();
104 int ht = tv.getPaddingTop() + tv.getPaddingBottom();
112 Layout l = new StaticLayout(text, tv.getPaint(), cap,
/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...]
H A DPlaylistBrowserActivity.java583 TextView tv = (TextView) view.findViewById(R.id.line1);
586 tv.setText(name);
H A DMusicUtils.java717 TextView tv = (TextView) a.findViewById(R.id.sd_message);
718 tv.setText(message);
/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.java74 TextView tv = (TextView) findViewById(R.id.message);
78 tv.setText(toneMsg.text);
H A DStkAppService.java615 TextView tv = (TextView) v
625 tv.setText(msg.text);
/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/Mms/src/com/android/mms/ui/
H A DSearchActivity.java194 TextView tv = mContactMap.get(updated);
195 if (tv != null) {
196 tv.setText(updated.getNameAndNumber());
H A DMessageListItem.java478 TextView tv = (TextView) v;
482 tv.setCompoundDrawablePadding(10);
483 tv.setCompoundDrawables(d, null, null, null);
489 tv.setText(url);
/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminAdd.java304 TextView tv = (TextView) v;
307 tv.setEllipsize(mAddMsgEllipsized ? TruncateAt.END : null);
308 tv.setMaxLines(mAddMsgEllipsized ? getEllipsizedLines() : MAX_ADD_MSG_LINES);
/packages/apps/Calendar/src/com/android/calendar/
H A DAgendaWindowAdapter.java364 TextView tv = new TextView(mContext);
365 tv.setText("Bug! " + position);
366 v = tv;
870 TextView tv = ((AgendaAdapter.ViewHolder) yy).title;
871 if (tv != null) {
872 title = (String) tv.getText();
H A DMonthView.java1235 TextView tv = (TextView) mPopupView.findViewById(R.id.plus_more);
1236 tv.setVisibility(View.VISIBLE);
1239 tv.setText(plusMore);
H A DEventInfoActivity.java1074 TextView tv = (TextView) v.findViewById(R.id.name);
1079 tv.setText(name);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java375 TextView tv = createCandidateView();
376 lineView.addView(tv);
380 TextView tv = createCandidateView();
385 tv.setLayoutParams(layoutParams);
387 lineView.addView(tv);
388 mViewCandidateTemplate = tv;
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksAdapter.java416 TextView tv = (TextView) convertView.findViewById(R.id.label);
421 tv.setText(mCurrentTitle);
433 tv.setText(mCursor.getString(
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProviderPerfActivity.java280 TextView tv = (TextView) findViewById(id);
281 if (tv == null) return;
282 String text = tv.getText().toString();
284 tv.setText(text);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsUtils.java378 final TextView tv = (TextView) tabIndicator.findViewById(R.id.tab_title);
379 tv.setText(label);

Completed in 487 milliseconds