HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_TOP (Results 1 - 19 of 19) 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.h 129 ALIGN_TOP = 0x2,
theme_service.cc 364 if (alignment & ThemeService::ALIGN_TOP)
393 alignment_mask |= ThemeService::ALIGN_TOP;
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]);
  /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) {
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 821 milliseconds