Searched refs:title (Results 251 - 275 of 375) sorted by relevance

<<1112131415

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java77 private final String title; field in class:WindowSurfaceController
86 title = name;
108 String str = " SURFACE " + msg + ": " + title;
295 Slog.e(TAG, "Error setting matrix on surface surface" + title
317 Slog.e(TAG, "Error resizing surface of " + title
345 Slog.w(TAG, "Error updating surface in " + title, e);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java861 // clear notification if title needs changing
870 CharSequence title = r.getText(id);
882 .setTicker(title)
887 .setContentTitle(title)
907 CharSequence title = r.getText(id);
921 .setTicker(title)
926 .setContentTitle(title)
H A DUsbAlsaManager.java522 public void logDevicesList(String title) { argument
534 public void logDevices(String title) { argument
536 Slog.i(TAG, title);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java434 public void setTitle(CharSequence title) { argument
435 mDecorToolbar.setTitle(title);
439 public void setWindowTitle(CharSequence title) { argument
440 mDecorToolbar.setWindowTitle(title);
1059 public void setTitle(CharSequence title) { argument
1060 mContextView.setTitle(title);
H A DAppCompatDelegateImplV9.java322 // If a title was set before we installed the decor, propagate it now
323 CharSequence title = getTitle();
324 if (!TextUtils.isEmpty(title)) {
325 onTitleChanged(title);
358 // Don't allow an action bar if there is no title.
379 // If we're floating, inflate the dialog title decor
477 mTitleView = (TextView) subDecor.findViewById(R.id.title);
568 return false; // Ignore. No title dominates.
571 // Remove the action bar feature if we have no title. No title dominate
626 onTitleChanged(CharSequence title) argument
[all...]
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp155 const char *title = "MOUNT INFO"; local
157 DurationReporter duration_reporter(title, NULL);
159 MYLOGD("%s: %d entries added to zip file\n", title, (int) mount_points.size());
162 static void dump_dev_files(const char *title, const char *driverpath, const char *filename) argument
178 dump_file(title, path);
562 static int dump_stat_from_fd(const char *title __unused, const char *path, int fd) {
851 static int _add_file_from_fd(const char *title, const char *path, int fd) { argument
1582 // In particular, DurationReport objects should be created passing 'title, NULL', so their
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaControllerCompat.java159 * Get the queue title for this session.
405 * Override to handle changes to the queue title.
407 * @param title The title that should be displayed along with the play
409 * such title.
411 public void onQueueTitleChanged(CharSequence title) { argument
474 public void onQueueTitleChanged(CharSequence title) { argument
475 Callback.this.onQueueTitleChanged(title);
522 public void onQueueTitleChanged(CharSequence title) throws RemoteException { argument
523 mHandler.post(MessageHandler.MSG_UPDATE_QUEUE_TITLE, title, nul
[all...]
H A DMediaSessionCompat.java455 * Set the title of the play queue. The UI should display this title along
459 * @param title The title of the play queue.
461 public void setQueueTitle(CharSequence title) { argument
462 mImpl.setQueueTitle(title);
1250 void setQueueTitle(CharSequence title); argument
1568 public void setQueueTitle(CharSequence title) { argument
1569 mQueueTitle = title;
1570 sendQueueTitle(title);
2361 setQueueTitle(CharSequence title) argument
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1055 final CharSequence title = res.getText(R.string.data_usage_warning_title);
1059 builder.setTicker(title);
1060 builder.setContentTitle(title);
1078 final CharSequence title;
1082 title = res.getText(R.string.data_usage_3g_limit_title);
1085 title = res.getText(R.string.data_usage_4g_limit_title);
1088 title = res.getText(R.string.data_usage_mobile_limit_title);
1091 title = res.getText(R.string.data_usage_wifi_limit_title);
1095 title = null;
1101 builder.setTicker(title);
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java557 * Set the title text for this dialog's window.
559 * @param title The new text to display in the title.
561 public void setTitle(@Nullable CharSequence title) { argument
562 mWindow.setTitle(title);
563 mWindow.getAttributes().setTitle(title);
567 * Set the title text for this dialog's window. The text is retrieved
570 * @param titleId the title's text resource identifier
H A DActionBar.java45 * A primary toolbar within the activity that may display the activity title, application-level
69 * the left, followed by the activity title. If your activity has an options menu, you can make
77 * in place of their standard title text.</p>
104 * and title text with an optional subtitle. Clicking any of these elements
116 * List navigation mode. Instead of static title text this mode
128 * Tab navigation mode. Instead of static title text this mode
185 * Show the activity title and subtitle, if present.
205 * Allow the title to wrap onto multiple lines if space is available
383 * Set the action bar's title. This will only be displayed if
386 * @param title Titl
391 setTitle(CharSequence title) argument
1072 setWindowTitle(CharSequence title) argument
[all...]
H A DLauncherActivity.java386 public void setTitle(CharSequence title) { argument
387 super.setTitle(title);
/frameworks/base/media/java/android/media/session/
H A DMediaController.java190 * Get the queue title for this session.
558 * Override to handle changes to the queue title.
560 * @param title The title that should be displayed along with the play queue such as
561 * "Now Playing". May be null if there is no such title.
563 public void onQueueTitleChanged(@Nullable CharSequence title) { argument
1040 public void onQueueTitleChanged(CharSequence title) { argument
1043 controller.postMessage(MSG_UPDATE_QUEUE_TITLE, title, null);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java259 // title
260 final CharSequence title = getRadioTag(R.id.group_title);
261 if (!TextUtils.isEmpty(title)) {
262 b.setContentTitle(title);
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingTextHelper.java302 * background will be displayed, as well as the title metrics/positioning.
606 final CharSequence title = TextUtils.ellipsize(mText, mTextPaint,
608 if (!TextUtils.equals(title, mTextToDraw)) {
609 mTextToDraw = title;
653 * Set the title to display
/frameworks/base/core/java/android/widget/
H A DTabHost.java577 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
611 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java156 public void setTitle(CharSequence title) { argument
157 mTitle = title;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java100 title = mContext.getString(R.string.root_recent);
129 mRecentsRoot.title = mContext.getString(R.string.root_recent);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java172 private void showDialog(String title, String message) { argument
174 .setTitle(title)
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DMediaSessions.java310 public void onQueueTitleChanged(CharSequence title) { argument
311 if (D.BUG) Log.d(TAG, cb("onQueueTitleChanged") + title);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java258 private TitleBar createTitleBar(BridgeContext context, String title, argument
260 TitleBar titleBar = new TitleBar(context, title, simulatedPlatformVersion);
372 // Maybe the gingerbread era title bar is needed
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java48 private static final String KEY_TITLE = "title";
259 CharSequence title, PendingIntent actionIntent, Bundle extras) {
268 return factory.build(icon, title, actionIntent, extras, remoteInputs,
343 sActionTitleField = sActionClass.getDeclaredField("title");
256 readAction( NotificationCompatBase.Action.Factory factory, RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory, int icon, CharSequence title, PendingIntent actionIntent, Bundle extras) argument
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java373 * Returns the content title for this recommendation.
375 * @return A String containing the recommendation content title.
755 * Sets the content title for the recommendation.
757 * @param title A String containing the recommendation content title.
760 public Builder setTitle(String title) { argument
761 mBuilderTitle = checkNotNull(title);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarContextView.java114 public void setTitle(CharSequence title) { argument
115 mTitle = title;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DDiffUtilTest.java335 private void log(String title, List<?> items) { argument
336 mLog.append(title).append(":").append(items.size()).append("\n");

Completed in 587 milliseconds

<<1112131415