Searched refs:title (Results 401 - 425 of 426) sorted by relevance

<<1112131415161718

/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1296 if (!TextUtils.equals(oldWindow.title, newWindow.title)) {
H A DWindowManagerService.java1748 static void logSurface(SurfaceControl s, String title, String msg) { argument
1749 String str = " SURFACE " + s + ": " + msg + " / " + title;
1928 // No move or resize, but the controller checks for title changes as well
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DBrowseFragment.java299 * Show or hide title view in {@link BrowseFragment} for fragments mapped to
301 * in control of showing/hiding title view.
306 * @param show Boolean indicating whether or not to show the title view.
756 private static final String ARG_TITLE = BrowseFragment.class.getCanonicalName() + ".title";
765 * @param title The title of the BrowseFragment.
771 public static Bundle createArgs(Bundle args, String title, int headersState) { argument
775 args.putString(ARG_TITLE, title);
H A DBrowseSupportFragment.java291 * Show or hide title view in {@link BrowseSupportFragment} for fragments mapped to
293 * in control of showing/hiding title view.
298 * @param show Boolean indicating whether or not to show the title view.
734 private static final String ARG_TITLE = BrowseSupportFragment.class.getCanonicalName() + ".title";
743 * @param title The title of the BrowseSupportFragment.
749 public static Bundle createArgs(Bundle args, String title, int headersState) { argument
753 args.putString(ARG_TITLE, title);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java231 * Returns the content view within this view holder's view, where title and description are
239 * Returns the title view within this view holder's view.
246 * Convenience method to return an editable version of the title, if possible,
247 * or null if the title view isn't an EditText.
290 * Returns true if in editing title, description, or activator View, false otherwise.
297 * Returns true if in editing title, description, so IME would be open.
298 * @return True if in editing title, description, so IME would be open, false otherwise.
305 * Returns true if the TextView is in editing title, false otherwise.
327 * @return Current editing title view or description view or activator view or null if not
600 * that in order for the item to support editing, the title vie
1539 getDescriptionMaxHeight(Context context, TextView title) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java459 * edit the title of a note. This could be implemented as a class that the
476 * edit the title of a note. It must be invoked on a specific note
478 * view and edit actions, but here displays and edits the title contained
481 * <p>In addition to supporting the default category as usual, our title editor
500 * displays and allows the user to edit the title associated
894 * <li>You can specify the title that will appear in the activity chooser.
914 * nice title given by the caller such as "Send this photo with:".
929 * title text to display in the chooser.
940 * target intent, also optionally supplying a title. If the target
949 * @param title Optiona
954 createChooser(Intent target, CharSequence title) argument
982 createChooser(Intent target, CharSequence title, IntentSender sender) argument
[all...]
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java474 CharSequence title = r.getText(
492 showEncryptionNotification(user, title, message, detail, intent);
495 private void showEncryptionNotification(UserHandle user, CharSequence title, argument
507 .setTicker(title)
510 .setContentTitle(title)
/frameworks/base/core/java/android/provider/
H A DSettings.java12983 * If this is empty, the title should be resolved at display time (use
12985 * title of a bookmark.)
12990 public static final String TITLE = "title";
13071 * @param title Bookmark title that is shown to the user; null if none
13072 * or it should be resolved to the intent's title.
13082 String title,
13095 if (title != null) values.put(TITLE, title);
13119 * Return the title a
13080 add(ContentResolver cr, Intent intent, String title, String folder, char shortcut, int ordering) argument
[all...]
/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl334 void setOrganizationName(in ComponentName admin, in CharSequence title);
H A DDevicePolicyManager.java8518 * @param title The organization name or {@code null} to clear a previously set name.
8521 public void setOrganizationName(@NonNull ComponentName admin, @Nullable CharSequence title) { argument
8524 mService.setOrganizationName(admin, title);
8568 * Retrieve the default title message used in the confirm credentials screen for a given user.
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DDiffAndDocs.kt542 title = "Support&nbsp;Library&nbsp;API&nbsp;Differences&nbsp;Report"
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DDiffAndDocs.kt542 title = "Support&nbsp;Library&nbsp;API&nbsp;Differences&nbsp;Report"
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DAlertDialogTest.java94 * <code>ImageView</code> which is a sibling of a title view.</li>
166 // Test that we're showing a dialog with vertically stacked title and content
226 // Tests for custom title logic
229 * Helper method to verify that setting custom title hides the default title and shows
230 * the custom title above the dialog message.
235 // Test that we're showing a dialog with vertically stacked custom title and content
236 final String title = context.getString(R.string.alert_dialog_title);
240 // Check that the default title is not showing
241 onView(withText(title))
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java470 action.title,
/frameworks/base/tools/fonts/
H A Dfontchain_linter.py62 return assumed_script.title()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java639 menu.title = ValueParser.retrieveAlphaId(ctlv);
709 // Create a new array for all the icons (title and items).
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1068 event.setContentDescription(frontMostTask.getTask().title);
1818 R.string.accessibility_recents_item_dismissed, event.task.title));
H A DRecentsView.java1039 Log.e(TAG, mContext.getString(R.string.recents_launch_error_message, task.title));
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java995 String title;
1003 title = context.getString(
1016 title = context.getString(
1036 .setContentTitle(title)
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/av/services/audioflinger/
H A DThreads.cpp332 void sample(const String8 &title);
352 void CpuStats::sample(const String8 &title
411 title.string(),
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3035 String title = titleAndSubtitle;
3038 title = titleAndSubtitle.substring(0, index);
3049 .setContentTitle(title)
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2352 final CharSequence title = mRes.getText(
2356 mImeSwitcherNotification.setContentTitle(title)
/frameworks/base/core/java/android/app/
H A DActivityThread.java2859 CharSequence title = r.activityInfo.loadLabel(appContext.getPackageManager());
2874 r.ident, app, r.intent, r.activityInfo, title, r.parent,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2737 reportedWindow.setTitle(window.title);

Completed in 2172 milliseconds

<<1112131415161718