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

  /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);
  /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/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;
  /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 120 public static final int ALIGN_TOP = 6;
197 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
    [all...]
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 138 views::ImageButton::ALIGN_TOP);
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 122 if (alignment & ThemeService::ALIGN_TOP) {
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 309 milliseconds