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

1 2

  /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;
  /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;
  /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());
  /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;
  /packages/apps/Mms/src/com/android/mms/ui/
IconListAdapter.java 69 private final String mTitle;
74 mTitle = title;
78 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;
  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 33 private String mTitle;
75 mTitle = item.mTitle;
120 return mTitle;
215 mTitle = title;
  /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/
DisplaySlot.java 26 private String mTitle;
62 mTitle = null;
104 if (texture == null && title != null && !(title.equals(mTitle))) {
108 mTitle = title;
IconTitleDrawable.java 30 private final String mTitle;
38 mTitle = title;
39 mTitleWidth = (int) StaticLayout.getDesiredWidth(mTitle, config.mPaint);
105 String title = mTitle;
  /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);
  /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/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 56 private TextView mTitle;
99 mTitle = (TextView) findViewById(R.id.title);
246 mTitle.setText(mEntryTitle);
  /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...]
  /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;
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
KindSectionView.java 52 private TextView mTitle;
84 mTitle = (TextView)findViewById(R.id.kind_title);
107 mTitle.setText(kind.titleRes);
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 51 private String mTitle;
69 mTitle = title;
137 return mTitle;
  /packages/apps/Tag/src/com/android/apps/tag/
WriteTagActivity.java 45 TextView mTitle;
76 mTitle.setText("Scan a tag to write\n" + cursor.getString(0));
90 mTitle = (TextView) findViewById(R.id.title);
100 mTitle.setText("Loading tag.");
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 67 private TextView mTitle;
95 mTitle = (TextView) findViewById(R.id.title_left_text);
96 mTitle.setText(R.string.app_name);
97 mTitle = (TextView) findViewById(R.id.title_right_text);
249 mTitle.setText(R.string.title_connected_to);
250 mTitle.append(mConnectedDeviceName);
254 mTitle.setText(R.string.title_connecting);
258 mTitle.setText(R.string.title_not_connected);
  /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/Calendar/src/com/android/calendar/
AgendaActivity.java 61 private String mTitle;
111 mTitle = getResources().getString(R.string.agenda_view);
144 StringBuilder title = new StringBuilder(mTitle);

Completed in 1598 milliseconds

1 2