/developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/ |
TouchDisplayView.java | 58 public String label = null; field in class:TouchDisplayView.TouchHistory 156 data.label = "id: " + 0; 186 data.label = "id: " + id; 350 // Setup text paint for circle label 396 // draw its label next to the main circle 397 canvas.drawText(data.label, data.x + radius, data.y
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/ |
AppListFragment.java | 99 // Iterate through the installed apps to see if their label matches the query 101 // If the app label matches the query, add it to the filtered apps list 102 if (p.matcher(application.label).matches()) { 143 // Set the application's label on the TextView 145 .setText(item.label); 166 * Our model object for each application item. Allows us to load the label async and store the 171 final CharSequence label; field in class:AppListFragment.ApplicationItem 177 // Load and store the app's label using the PackageManager 178 this.label = applicationInfo.loadLabel(packageManager);
|
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/ |
TouchDisplayView.java | 58 public String label = null; field in class:TouchDisplayView.TouchHistory 156 data.label = "id: " + 0; 186 data.label = "id: " + id; 350 // Setup text paint for circle label 396 // draw its label next to the main circle 397 canvas.drawText(data.label, data.x + radius, data.y
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ST.stg | 81 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 83 <listLabel(elem=label+".Template",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ST.stg | 58 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
|
/external/chromium/chrome/browser/chromeos/login/ |
helper.cc | 20 #include "views/controls/label.h" 169 void CorrectLabelFontSize(views::Label* label) { 170 if (label) 171 label->SetFont(label->font().DeriveFont(kFontSizeCorrectionDelta));
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_utils_gtk.h | 54 // Set the colors on |label| as per the theme. 55 void SetButtonTextColors(GtkWidget* label, GtkThemeService* provider);
|
/external/chromium/chrome/browser/ui/gtk/ |
crypto_module_password_dialog.cc | 158 GtkWidget* label = gtk_label_new(text.c_str()); local 159 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); 160 gtk_util::LeftAlignMisc(label); 161 gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog_)->vbox), label,
|
gtk_chrome_link_button.h | 39 GtkWidget* label; member in struct:_GtkChromeLinkButton 66 // Set the label text of the link.
|
gtk_custom_menu_item.h | 63 // Label on left side of menu item. 64 GtkWidget* label; member in struct:_GtkCustomMenuItem 134 // Calls |callback| with every button and button-label in the container.
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_install_dialog_gtk.cc | 31 GtkWidget* label = gtk_label_new(NULL); local 33 gtk_label_set_markup(GTK_LABEL(label), markup); 37 gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5); 39 return label;
|
/external/chromium/chrome/common/ |
autofill_messages.h | 19 IPC_STRUCT_TRAITS_MEMBER(label)
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
mucinviterecvtask.cc | 97 tmp.label = atoi(entry->Attr(QN_LABEL).c_str());
|
/external/chromium_org/ash/system/date/ |
date_view.h | 17 class Label; 78 views::Label* date_label_; 115 void SetupLabel(views::Label* label); 117 // Label text used for the normal horizontal shelf. 118 scoped_ptr<views::Label> horizontal_label_; 120 // The time label is split into two lines for the vertical shelf. 121 scoped_ptr<views::Label> vertical_label_hours_; 122 scoped_ptr<views::Label> vertical_label_minutes_;
|
tray_date.h | 13 class Label; 58 void SetupLabelForTimeTray(views::Label* label);
|
/external/chromium_org/ash/system/tray/ |
tray_item_view.h | 18 class Label; 38 // Convenience function for creating a child Label or ImageView. 43 views::Label* label() const { return label_; } function in class:ash::internal::TrayItemView 76 views::Label* label_;
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
WebsiteSettingsPopup.java | 95 private void setCertificateViewer(String label) { 98 mCertificateViewer.setText(Html.fromHtml("<a href='#'>" + label + "</a>")); 110 private void addUrl(String label, String url) { 113 mMoreInfoLink.setText(Html.fromHtml("<a href='#'>" + label + "</a>"));
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_device_data.cc | 37 DCHECK(new_data.label().empty());
|
dial_registry.cc | 152 VLOG(2) << "Device " << device->label() << " expired, removing"; 238 DCHECK(device_data->label().empty()); 270 device_by_label_map_[device_data->label()] = device_data; 272 << ", label = " << device_data->label();
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_delegate_impl_win_unittest.cc | 112 const base::string16& label, 114 StorageInfo info(id, base::string16(), location, label, base::string16(), 125 base::string16 label = location.LossyDisplayName(); local 126 ProcessAttach(device_id, label, location.value());
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
sim_unlock.css | 83 .label { 89 .input-with-label {
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
offline.js | 14 $('email-label').textContent = decodeURIComponent(params['stringEmail']); 15 $('password-label').textContent =
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
accounts_options_page.css | 27 .user-email-label { 31 .user-name-label {
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_sub_menu_model_gtk.cc | 82 // Ironically the label will end up getting converted back to UTF8 later. 85 const base::string16 label = UTF8ToUTF16( local 88 AddItem(kBookmarkItemCommandId, label); 102 // Ironically the label will end up getting converted back to UTF8 later. 105 const base::string16 label = local 111 AddSubMenu(kBookmarkItemCommandId, label, submenu);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_chrome_link_button.h | 38 GtkWidget* label; member in struct:_GtkChromeLinkButton 67 // Set the label text of the link.
|