HomeSort by relevance Sort by last modified time
    Searched refs:title (Results 51 - 75 of 3656) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/layoutlib/bridge/src/com/android/internal/view/menu/
MenuBuilder_Delegate.java 34 int categoryOrder, int ordering, CharSequence title, int defaultShowAsAction) {
35 return new BridgeMenuItemImpl(thisMenu, group, id, categoryOrder, ordering, title,
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 27 * Sets the title for the input method settings category with a resource ID.
28 * @param resId The resource ID of the title.
33 * Sets the title for the input method settings category with a CharSequence.
34 * @param title The title for this preference.
36 public void setInputMethodSettingsCategoryTitle(CharSequence title);
39 * Sets the title for the input method enabler preference for launching subtype enabler with a
41 * @param resId The resource ID of the title.
46 * Sets the title for the input method enabler preference for launching subtype enabler with a
48 * @param title The title for this preference
    [all...]
InputMethodSettingsActivity.java 50 public void setInputMethodSettingsCategoryTitle(CharSequence title) {
51 mSettings.setInputMethodSettingsCategoryTitle(title);
66 public void setSubtypeEnablerTitle(CharSequence title) {
67 mSettings.setSubtypeEnablerTitle(title);
  /packages/apps/Car/libs/car-list/src/com/android/car/list/
SimpleTextLineItem.java 20 * A LineItem that displays a title and description. Not clickable.
26 public SimpleTextLineItem(CharSequence title, CharSequence desc) {
27 super(title);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestMenuItem.java 42 @StringRes int title; field in class:TestMenuItem
56 public TestMenuItem setTitle(@StringRes int title) {
57 this.title = title;
62 public TestMenuItem setTitle(@StringRes CharSequence title) {
115 public void assertTitle(@StringRes int title) {
116 assertTrue(this.title == title);
  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
SchedulesHeaderRow.java 29 public SchedulesHeaderRow(String title, String description, int itemCount) {
30 mTitle = title;
35 /** Sets title. */
36 public void setTitle(String title) {
37 mTitle = title;
50 /** Returns title. */
69 public DateHeaderRow(String title, String description, int itemCount, long deadLineMs) {
70 super(title, description, itemCount);
86 String title,
91 super(title, description, itemCount)
    [all...]
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
Setting.java 32 public Setting(String title) {
33 mTitle = title;
38 public Setting(SharedPreferences sharedPreferences, String key, String title, int max) {
40 mTitle = title;
46 public Setting(SharedPreferences sharedPreferences, String key, String title) {
48 mTitle = title;
61 public void setTitle(String title) {
62 mTitle = title;
  /external/autotest/client/common_lib/cros/
webrtc_utils.py 12 <h1>{title}</h1>
20 def generate_test_html(title, *scripts):
24 @param title: The title of the page.
33 return HTML_TEMPLATE.format(title=title, scripts=script_tags)
47 def create_temp_html_file(title, tmpdir, *scripts):
51 @param title: The title of the page.
57 title, *scripts
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
ActionItem.java 27 public ActionItem(String title) {
28 this(title, null);
31 public ActionItem(String title, String description) {
32 mTitle = title;
44 TextView titleView = (TextView) view.findViewById(R.id.title);
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
Classifier.java 39 private final String title; field in class:Classifier.Recognition
50 final String id, final String title, final Float confidence, final RectF location) {
52 this.title = title;
62 return title;
84 if (title != null) {
85 resultString += title + " ";
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowOverlayItem.java 15 private String title; field in class:ShadowOverlayItem
18 public void __constructor__(GeoPoint geoPoint, String title, String snippet) {
20 this.title = title;
31 return title;
49 return Strings.equals(title, that.title)
58 result = title == null ? result : 19 * result + title.hashCode();
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsRowViewHolder.java 27 public final BubbleTextView title; field in class:WidgetsRowViewHolder
33 title = v.findViewById(R.id.section);
34 title.setAccessibilityDelegate(null);
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
Meat.java 25 public String title; field in class:Meat
27 public Meat(int resourceId, String title) {
29 this.title = title;
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
Meat.java 25 public String title; field in class:Meat
27 public Meat(int resourceId, String title) {
29 this.title = title;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelper.java 28 public void showErrorMessageDialog(String title, Exception exception);
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProviderVfr.Vfr 19 title = STRING_TOKEN(STR_CREDENTIAL_TITLE),
24 title = STRING_TOKEN(STR_FORM_TITLE);
  /external/lzma/CPP/Windows/
CommonDialog.h 10 bool MyGetOpenFileName(HWND hwnd, LPCWSTR title,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPhoneWindowFor22.java 15 public void setTitle(CharSequence title) {
16 this.title = title;
17 directlyOn(realWindow, realWindow.getClass().getName(), "setTitle", ReflectionHelpers.ClassParameter.from(CharSequence.class, title));
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionFactory.java 28 * @param title the title of the new session.
34 SessionNotifier sessionNotifier, String title,
CaptureSessionFactoryImpl.java 42 SessionNotifier sessionNotifier, String title, long sessionStartTime,
45 mSessionStorageManager, TEMP_SESSIONS, title);
46 return new CaptureSessionImpl(title, sessionStartTime, location, temporarySessionFile,
48 mStackSaverFactory.create(title, location));
  /prebuilts/go/darwin-x86/doc/articles/wiki/
final-noerror.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
34 title := r.URL.Path[len("/edit/"):]
35 p, err := loadPage(title)
37 p = &Page{Title: title}
    [all...]
notemplate.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
34 title := r.URL.Path[len("/view/"):]
35 p, _ := loadPage(title)
36 fmt.Fprintf(w, "<h1>%s</h1><div>%s</div>", p.Title, p.Body)
40 title := r.URL.Path[len("/edit/"):
    [all...]
part3.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
39 title := r.URL.Path[len("/view/"):]
40 p, _ := loadPage(title)
45 title := r.URL.Path[len("/edit/"):]
46 p, err := loadPage(title)
    [all...]
  /prebuilts/go/linux-x86/doc/articles/wiki/
final-noerror.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
34 title := r.URL.Path[len("/edit/"):]
35 p, err := loadPage(title)
37 p = &Page{Title: title}
    [all...]
notemplate.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
34 title := r.URL.Path[len("/view/"):]
35 p, _ := loadPage(title)
36 fmt.Fprintf(w, "<h1>%s</h1><div>%s</div>", p.Title, p.Body)
40 title := r.URL.Path[len("/edit/"):
    [all...]

Completed in 598 milliseconds

1 23 4 5 6 7 8 91011>>