HomeSort by relevance Sort by last modified time
    Searched full:align_top (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium/chrome/browser/themes/
theme_service_unittest.cc 14 EXPECT_EQ(ThemeService::ALIGN_TOP | ThemeService::ALIGN_LEFT,
19 EXPECT_EQ(ThemeService::ALIGN_TOP, alignment);
theme_service.cc 364 if (alignment & ThemeService::ALIGN_TOP)
393 alignment_mask |= ThemeService::ALIGN_TOP;
theme_service.h 129 ALIGN_TOP = 0x2,
browser_theme_pack_unittest.cc 169 EXPECT_EQ(ThemeService::ALIGN_TOP, val);
  /external/chromium_org/chrome/browser/themes/
theme_properties_unittest.cc 17 EXPECT_EQ(ThemeProperties::ALIGN_TOP | ThemeProperties::ALIGN_LEFT,
23 EXPECT_EQ(ThemeProperties::ALIGN_TOP, alignment);
theme_properties.cc 143 alignment_mask |= ALIGN_TOP;
174 if (alignment & ALIGN_TOP)
theme_properties.h 62 ALIGN_TOP = 1 << 1,
  /external/chromium_org/ui/gfx/
text_constants.h 34 ALIGN_TOP = 0,
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 90 assertEquals(R.id.relative_view1, rules[RelativeLayout.ALIGN_TOP]);
154 assertEquals(R.id.relative_view3, rules[RelativeLayout.ALIGN_TOP]);
204 assertEquals(R.id.relative_view21, rules[RelativeLayout.ALIGN_TOP]);
210 assertEquals(R.id.relative_view21, rules[RelativeLayout.ALIGN_TOP]);
309 assertEquals(R.id.relative_view23, rules[RelativeLayout.ALIGN_TOP]);
315 assertEquals(R.id.relative_view23, rules[RelativeLayout.ALIGN_TOP]);
  /external/chromium_org/chrome/browser/ui/
ntp_background_util.cc 30 } else if (alignment & ThemeProperties::ALIGN_TOP) {
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.h 152 FT_Pos align_top; member in struct:PSH_AlignmentRec_
pshalgo.c 481 align.align_bot = align.align_top = 0;
493 hint->cur_pos = align.align_top - fit_len;
504 hint->cur_len = align.align_top - align.align_bot;
626 hint->cur_pos = align.align_top - len;
705 align.align_bot = align.align_top = 0;
717 hint->cur_pos = align.align_top - fit_len;
728 hint->cur_len = align.align_top - align.align_bot;
    [all...]
pshglob.c 558 alignment->align_top = zone->cur_ref;
  /external/freetype/src/pshinter/
pshglob.h 152 FT_Pos align_top; member in struct:PSH_AlignmentRec_
pshalgo.c 480 align.align_bot = align.align_top = 0;
492 hint->cur_pos = align.align_top - fit_len;
503 hint->cur_len = align.align_top - align.align_bot;
625 hint->cur_pos = align.align_top - len;
704 align.align_bot = align.align_top = 0;
716 hint->cur_pos = align.align_top - fit_len;
727 hint->cur_len = align.align_top - align.align_bot;
    [all...]
pshglob.c 580 alignment->align_top = zone->cur_ref;
  /external/chromium_org/ash/launcher/
app_list_button.cc 49 SetImageAlignment(ImageButton::ALIGN_CENTER, ImageButton::ALIGN_TOP);
  /external/chromium_org/ui/views/controls/button/
image_button.h 30 ALIGN_TOP = 0,
image_button.cc 25 v_alignment_(ALIGN_TOP),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 61 ALIGN_TOP(ATTR_LAYOUT_ALIGN_TOP, null, TOP, null, TOP, false, true, false, false),
202 return ALIGN_TOP;
DeletionHandler.java 238 case ALIGN_TOP:
243 case ALIGN_TOP:
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 164 public static final int ALIGN_TOP = 2;
239 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
257 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
300 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
376 if (alignment == ALIGN_TOP) {
729 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 114 public static final int ALIGN_TOP = 6;
191 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
simple_web_view_dialog.cc 175 views::ImageButton::ALIGN_TOP);
  /external/chromium_org/chrome/browser/search/
instant_service.cc 358 if (alignment & ThemeProperties::ALIGN_TOP)

Completed in 535 milliseconds

1 2