HomeSort by relevance Sort by last modified time
    Searched refs:mTitle (Results 1 - 25 of 66) sorted by null

1 2 3

  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 24 private CharSequence mTitle;
29 mTitle = "";
35 mTitle = title;
57 return mTitle;
61 mTitle = title;
67 // parcel.writeString(mTitle.toString());
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 48 mTitle = (TextView) findViewById(R.id.title);
49 mTitle.setText("Sent ACTION_MEDIA_MOUNTED to trigger the Media Scanner.");
63 mTitle.setText("Media Scanner started scanning " + intent.getData().getPath());
66 mTitle.setText("Media Scanner finished scanning " + intent.getData().getPath());
71 private TextView mTitle;
  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 33 private String mTitle;
75 mTitle = item.mTitle;
120 return mTitle;
215 mTitle = title;
  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionHeader.java 35 private final StringTexture mTitle;
48 mTitle = StringTexture.newInstance(title, fontSize, FONT_COLOR);
63 .setPreferredContentSize(mTitle.getWidth(), mTitle.getHeight())
73 mTitle.draw(root, p.left, p.top);
ZoomIndicator.java 44 private StringTexture mTitle;
72 if (mTitle != null) mTitle.deleteFromGL();
74 mTitle = StringTexture.newInstance(
77 return mTitle;
  /packages/apps/Camera/src/com/android/camera/
CameraPreference.java 32 private final String mTitle;
40 mTitle = a.getString(R.styleable.CameraPreference_title);
45 return mTitle;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 346 mTitle = new TextView(context);
347 mTitle.setText(title);
348 addView(mTitle, new LinearLayout.LayoutParams(
361 mTitle.setText(title);
371 private TextView mTitle;
List6.java 375 mTitle = new TextView(context);
376 mTitle.setText(title);
377 addView(mTitle, new LinearLayout.LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT));
390 mTitle.setText(title);
407 private TextView mTitle;
  /packages/apps/Mms/src/com/android/mms/ui/
IconListAdapter.java 69 private final String mTitle;
74 mTitle = title;
78 return mTitle;
  /development/simulator/app/
PhoneData.h 277 mName(NULL), mTitle(NULL), mDirectory(NULL)
281 delete[] mTitle;
286 : mName(NULL), mTitle(NULL), mDirectory(NULL)
297 delete[] mTitle;
300 mTitle = android::strdupNew(src.mTitle);
320 const char* GetTitle(void) const { return mTitle; }
322 delete[] mTitle;
323 mTitle = android::strdupNew(title);
357 char* mTitle;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BookmarkItem.java 36 protected String mTitle;
69 return mTitle;
107 mTitle = name;
TitleBar.java 59 private TextView mTitle;
93 mTitle = (TextView) findViewById(R.id.title);
94 mTitle.setCompoundDrawablePadding(5);
237 mTitle.getText().toString().trim());
280 mTitle.setEllipsize(null);
297 mTitle.setEllipsize(TextUtils.TruncateAt.END);
301 mTitle.setSingleLine(!mInVoiceMode);
321 mTitle.setCompoundDrawables(null, null, null, null);
339 mTitle.setCompoundDrawables(null, null, mCircularProgress,
361 mTitle.setText(R.string.title_bar_loading)
    [all...]
AddBookmarkPage.java 45 private EditText mTitle;
97 mTitle = (EditText) findViewById(R.id.title);
98 mTitle.setText(title);
175 String title = mTitle.getText().toString().trim();
183 mTitle.setError(r.getText(R.string.bookmark_needs_title));
  /packages/apps/Gallery3D/src/com/cooliris/media/
IconTitleDrawable.java 30 private final String mTitle;
38 mTitle = title;
39 mTitleWidth = (int) StaticLayout.getDesiredWidth(mTitle, config.mPaint);
105 String title = mTitle;
DisplaySlot.java 26 private String mTitle;
62 mTitle = null;
104 if (texture == null && title != null && !(title.equals(mTitle))) {
108 mTitle = title;
  /frameworks/base/media/java/android/media/
Ringtone.java 61 private String mTitle;
112 if (mTitle != null) return mTitle;
113 return mTitle = getTitle(context, mUri, true);
249 mTitle = title;
  /development/samples/NFCDemo/src/com/example/android/nfc/
TagViewer.java 49 TextView mTitle;
58 mTitle = (TextView) findViewById(R.id.title);
122 mTitle.setText(title);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 66 private TextView mTitle;
94 mTitle = (TextView) findViewById(R.id.title_left_text);
95 mTitle.setText(R.string.app_name);
96 mTitle = (TextView) findViewById(R.id.title_right_text);
248 mTitle.setText(R.string.title_connected_to);
249 mTitle.append(mConnectedDeviceName);
253 mTitle.setText(R.string.title_connecting);
257 mTitle.setText(R.string.title_not_connected);
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 51 private String mTitle;
69 mTitle = title;
137 return mTitle;
  /frameworks/base/core/java/android/preference/
Preference.java 85 private CharSequence mTitle;
200 mTitle = a.getString(attr);
516 if (title == null && mTitle != null || title != null && !title.equals(mTitle)) {
517 mTitle = title;
539 return mTitle;
    [all...]
  /build/tools/droiddoc/src/
SampleCode.java 28 String mTitle;
32 mTitle = title;
131 hdf.setValue("page.title", dir.getName() + " - " + mTitle);
132 hdf.setValue("projectTitle", mTitle);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java 65 private TextView mTitle;
99 mTitle = (TextView) findViewById(R.id.enter_password_label);
194 mTitle.setText(instructions);
200 mTitle.setText(R.string.keyguard_password_enter_password_code);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 65 p.mTitle = mErrorTitle;
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 45 private CharSequence mTitle;
128 mTitle = title;
368 return mTitle;
385 mTitle = title;
412 return mTitleCondensed != null ? mTitleCondensed : mTitle;
420 title = mTitle;
606 return mTitle.toString();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 110 m.put(Calendar.Events.TITLE, event.mTitle);
143 values.put(Calendar.Events.TITLE, event.mTitle);
220 String mTitle;
240 mTitle = title;
251 mTitle = title;
269 mTitle = title;
300 mTitle = title;

Completed in 1106 milliseconds

1 2 3