HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_CENTER (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/ui/gfx/
text_constants.h 21 ALIGN_CENTER, // Align the text's center with that of its display area.
  /cts/tests/tests/text/src/android/text/style/cts/
AlignmentSpan_StandardTest.java 31 new Standard(Alignment.ALIGN_CENTER);
51 standard = new Standard(Alignment.ALIGN_CENTER);
52 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment());
90 Standard s = new Standard(Alignment.ALIGN_CENTER);
94 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment());
  /external/chromium_org/ash/system/tray/
tray_popup_label_button.cc 22 SetHorizontalAlignment(gfx::ALIGN_CENTER);
tray_popup_header_button.cc 35 SetImageAlignment(views::ImageButton::ALIGN_CENTER,
tray_notification_view.cc 39 close_button->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
hover_highlight_view.cc 73 if (alignment != gfx::ALIGN_CENTER) {
  /external/chromium_org/chrome/browser/themes/
theme_properties.h 60 ALIGN_CENTER = 0,
theme_properties_unittest.cc 35 EXPECT_EQ(ThemeProperties::ALIGN_CENTER, alignment);
theme_properties.cc 74 ThemeProperties::ALIGN_CENTER;
  /external/chromium_org/ui/app_list/views/
contents_switcher_view.cc 36 button->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
tile_item_view.cc 50 title_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
search_result_actions_view.cc 69 button->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
  /external/chromium_org/ash/system/chromeos/virtual_keyboard/
virtual_keyboard_tray.cc 32 button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
  /external/chromium_org/ui/views/controls/button/
image_button.h 30 ALIGN_CENTER,
label_button.cc 200 label_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
286 if (base::i18n::IsRTL() && adjusted_alignment != gfx::ALIGN_CENTER)
304 if (adjusted_alignment == gfx::ALIGN_CENTER) {
313 if (adjusted_alignment == gfx::ALIGN_CENTER) {
label_button_unittest.cc 143 button.SetHorizontalAlignment(gfx::ALIGN_CENTER);
145 EXPECT_EQ(gfx::ALIGN_CENTER, button.GetHorizontalAlignment());
  /cts/tests/tests/text/src/android/text/cts/
DynamicLayoutTest.java 34 protected static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
BoringLayoutTest.java 43 private static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
160 boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_CENTER);
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 61 label->SetHorizontalAlignment(gfx::ALIGN_CENTER);
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_gallery_checkbox_view.cc 59 folder_viewer_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
  /external/chromium_org/ui/views/controls/
label.cc 386 horizontal_alignment_ = gfx::ALIGN_CENTER;
418 case gfx::ALIGN_CENTER:
455 case gfx::ALIGN_CENTER:
label_unittest.cc 84 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
85 EXPECT_EQ(gfx::ALIGN_CENTER, label.GetHorizontalAlignment());
435 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
560 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
690 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
816 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 200 label()->SetHorizontalAlignment(gfx::ALIGN_CENTER);
309 SetHorizontalAlignment(gfx::ALIGN_CENTER);
336 profile_name_textfield_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
416 title_label_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
    [all...]
  /external/chromium_org/ash/system/user/
accounts_detailed_view.cc 134 gfx::ALIGN_CENTER,
  /external/chromium_org/chrome/browser/chromeos/ui/
idle_app_name_notification_view.cc 196 label->SetHorizontalAlignment(gfx::ALIGN_CENTER);

Completed in 412 milliseconds

1 2