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

1 2

  /cts/tests/tests/text/src/android/text/style/cts/
AlignmentSpan_StandardTest.java 52 new Standard(Alignment.ALIGN_CENTER);
79 standard = new Standard(Alignment.ALIGN_CENTER);
80 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment());
139 Standard s = new Standard(Alignment.ALIGN_CENTER);
143 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);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GridDrawer.java 88 Layout.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);
  /cts/tests/tests/text/src/android/text/cts/
DynamicLayoutTest.java 40 protected static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
BoringLayoutTest.java 48 private static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
284 + " 1. Alignment is {@link android.text.Layout.Alignment#ALIGN_CENTER} and the"
345 + " 2. {@link android.text.Layout.Alignment#ALIGN_CENTER}."
363 boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_CENTER);
LayoutTest.java 55 mAlign = Alignment.ALIGN_CENTER;
StaticLayoutTest.java 51 private static final Alignment DEFAULT_ALIGN = Alignment.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...]
  /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 166 if (align == Layout.Alignment.ALIGN_CENTER) {
Layout.java 412 } else { // Alignment.ALIGN_CENTER
477 } else { // Alignment.ALIGN_CENTER
830 } else { /* align == Alignment.ALIGN_CENTER */
861 } else { /* align == 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 222 milliseconds

1 2