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

  /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 147 alignment_mask |= ALIGN_TOP;
178 if (alignment & ALIGN_TOP)
theme_properties.h 62 ALIGN_TOP = 1 << 1,
browser_theme_pack_unittest.cc 227 EXPECT_EQ(ThemeProperties::ALIGN_TOP, val);
  /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/third_party/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 588 alignment->align_top = zone->cur_ref;
  /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 170 public static final int ALIGN_TOP = 2;
245 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
263 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
306 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
382 if (alignment == ALIGN_TOP) {
735 mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
    [all...]
  /external/chromium_org/ui/views/controls/button/
image_button.cc 32 v_alignment_(ALIGN_TOP),
image_button.h 35 ALIGN_TOP = 0,
  /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/ui/
simple_web_view_dialog.cc 175 views::ImageButton::ALIGN_TOP);
  /external/chromium_org/chrome/browser/search/
instant_service.cc 354 if (alignment & ThemeProperties::ALIGN_TOP)
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc 133 if (alignment & ThemeProperties::ALIGN_TOP) {
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 809 milliseconds