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

1 2

  /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/chrome/browser/themes/
theme_service_unittest.cc 31 EXPECT_EQ(ThemeService::ALIGN_CENTER, alignment);
theme_service.h 127 ALIGN_CENTER = 0x0,
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.cc 43 set_alignment(TextButton::ALIGN_CENTER);
  /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;
200 boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_CENTER);
StaticLayoutTest.java 45 private static final Alignment DEFAULT_ALIGN = Alignment.ALIGN_CENTER;
LayoutTest.java 50 mAlign = Alignment.ALIGN_CENTER;
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.cc 74 SetImageAlignment(ALIGN_CENTER, ALIGN_MIDDLE);
captcha_view.cc 196 ok_button_->set_alignment(views::TextButton::ALIGN_CENTER);
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 85 heading_->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
92 message_->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
  /frameworks/base/core/java/android/text/method/
Touch.java 65 if (a == Alignment.ALIGN_CENTER) {
  /external/chromium/chrome/browser/ui/views/
default_search_view.cc 92 logo_label->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
find_bar_view.cc 110 match_count_text_->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
first_run_search_engine_view.cc 113 logo_label->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
wrench_menu.cc 296 button->set_alignment(TextButton::ALIGN_CENTER);
426 ImageButton::ALIGN_CENTER, ImageButton::ALIGN_MIDDLE);
constrained_window_views.cc 282 close_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
browser_actions_container.cc 72 set_alignment(TextButton::ALIGN_CENTER);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 334 mCenterSpan = new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER);
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 348 options_menu_button_->set_alignment(views::TextButton::ALIGN_CENTER);
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 752 views::ImageButton::ALIGN_CENTER, views::ImageButton::ALIGN_MIDDLE);
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 175 if (align == Layout.Alignment.ALIGN_CENTER) {
Layout.java 336 } else { // Alignment.ALIGN_CENTER
512 } else { // Alignment.ALIGN_CENTER
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 646 milliseconds

1 2