Searched refs:title (Results 201 - 213 of 213) sorted by relevance

123456789

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2132 private void buildDialogue(CharSequence title, CharSequence[] names, argument
2134 mBuilder.setTitle(title);
2156 private void buildAndShowColorDialogue(int type, CharSequence title, int[] colors) { argument
2161 mBuilder.setTitle(title);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java836 "type: %d, organization: %s, department: %s, title: %s, isPrimary: %s", mType,
1876 * {@link OrganizationData} is created, whose title is set to null.
1913 // Create new first organization entry, with "null" title which may be
1932 // No OrganizatioData is available. Create another one, with "null" title, which may be
1938 * Set "title" value to the appropriate data. If there's more than one
1940 * does not have valid title value (not including empty but only null). If
1944 private void handleTitleValue(final String title) { argument
1948 addNewOrganization(null, null, title, null, DEFAULT_ORGANIZATION_TYPE, false);
1953 organizationData.mTitle = title;
1959 addNewOrganization(null, null, title, nul
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java357 // if the theme says no title/action bar, then the size will be 0
489 // - If the content is in a decor (system bar, title/action bar), the root view
1096 // default size of the window title bar
1116 // action bar overrides title bar so only look for this one if action bar is hidden
1122 // default size of the window title bar
1654 private TitleBar createTitleBar(BridgeContext context, String title, argument
1657 TitleBar titleBar = new TitleBar(context, title, simulatedPlatformVersion);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3151 CharSequence title;
3157 title = r.getString(R.string.wifi_available_sign_in, 0);
3164 title = r.getString(R.string.network_available_sign_in, 0);
3171 title = r.getString(R.string.network_available_sign_in, 0);
3181 notification.tickerText = title;
3184 notification.setLatestEventInfo(mContext, title, details, notification.contentIntent);
H A DInputMethodManagerService.java1595 final CharSequence title = mRes.getText(
1603 mContext, title, summary, mImeSwitchPendingIntent);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java308 // Another feature is enabled and the user is trying to enable the custom title feature
309 // or custom title feature is enabled and the user is trying to enable another feature
311 "You cannot combine custom titles with other title features");
314 return false; // Ignore. No title dominates.
317 // Remove the action bar feature if we have no title. No title dominates.
471 public void setTitle(CharSequence title) { argument
473 mTitleView.setText(title);
475 mDecorContentParent.setWindowTitle(title);
477 mTitle = title;
[all...]
/frameworks/base/
H A DAndroid.mk877 -title "Android SDK" \
945 -title "Android SDK - Including system APIs." \
1001 -title "Android SDK - Including hidden APIs."
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css14 .title {
537 The following two styles can be used to replace the root node title
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java562 menu.title = ValueParser.retrieveAlphaId(ctlv);
624 // Create a new array for all the icons (title and items).
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1731 String title = titleAndSubtitle;
1734 title = titleAndSubtitle.substring(0, index);
1741 n.setLatestEventInfo(contextForUser, title, subtitle,
/frameworks/av/services/audioflinger/
H A DThreads.cpp214 void sample(const String8 &title);
234 void CpuStats::sample(const String8 &title
293 title.string(),
/frameworks/base/core/java/android/app/
H A DActivityThread.java2255 CharSequence title = r.activityInfo.loadLabel(appContext.getPackageManager());
2260 r.ident, app, r.intent, r.activityInfo, title, r.parent,
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2820 static void logSurface(SurfaceControl s, String title, String msg, RuntimeException where) { argument
2821 String str = " SURFACE " + s + ": " + msg + " / " + title;

Completed in 527 milliseconds

123456789