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

1 2

  /frameworks/base/core/java/android/text/style/
ImageSpan.java 41 this(null, b, ALIGN_BOTTOM);
53 this(context, b, ALIGN_BOTTOM);
57 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
72 this(d, ALIGN_BOTTOM);
76 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
85 this(d, source, ALIGN_BOTTOM);
89 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
99 this(context, uri, ALIGN_BOTTOM);
103 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
114 this(context, resourceId, ALIGN_BOTTOM);
    [all...]
DynamicDrawableSpan.java 37 public static final int ALIGN_BOTTOM = 0;
48 mVerticalAlignment = ALIGN_BOTTOM;
52 * @param verticalAlignment one of {@link #ALIGN_BOTTOM} or {@link #ALIGN_BASELINE}.
59 * Returns the vertical alignment of this span, one of {@link #ALIGN_BOTTOM} or
  /cts/tests/tests/text/src/android/text/style/cts/
DynamicDrawableSpanTest.java 32 assertEquals(DynamicDrawableSpan.ALIGN_BOTTOM, d.getVerticalAlignment());
37 d = new MyDynamicDrawableSpan(DynamicDrawableSpan.ALIGN_BOTTOM);
38 assertEquals(DynamicDrawableSpan.ALIGN_BOTTOM, d.getVerticalAlignment());
ImageSpanTest.java 40 new ImageSpan(b, DynamicDrawableSpan.ALIGN_BOTTOM);
45 new ImageSpan(d, DynamicDrawableSpan.ALIGN_BOTTOM);
49 new ImageSpan(d, "cts test.", DynamicDrawableSpan.ALIGN_BOTTOM);
54 DynamicDrawableSpan.ALIGN_BOTTOM);
59 new ImageSpan(mContext, R.drawable.pass, DynamicDrawableSpan.ALIGN_BOTTOM);
  /external/chromium_org/chrome/browser/themes/
theme_properties.h 64 ALIGN_BOTTOM = 1 << 3,
theme_properties.cc 149 alignment_mask |= ALIGN_BOTTOM;
180 else if (alignment & ALIGN_BOTTOM)
browser_theme_pack_unittest.cc 457 EXPECT_EQ(ThemeProperties::ALIGN_BOTTOM, out_val);
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 91 assertEquals(R.id.relative_view2, rules[RelativeLayout.ALIGN_BOTTOM]);
155 assertEquals(R.id.relative_view3, rules[RelativeLayout.ALIGN_BOTTOM]);
205 assertEquals(R.id.relative_view22, rules[RelativeLayout.ALIGN_BOTTOM]);
211 assertEquals(R.id.relative_view22, rules[RelativeLayout.ALIGN_BOTTOM]);
310 assertEquals(R.id.relative_view23, rules[RelativeLayout.ALIGN_BOTTOM]);
316 assertEquals(R.id.relative_view23, rules[RelativeLayout.ALIGN_BOTTOM]);
  /external/chromium_org/ui/views/controls/button/
image_button.h 37 ALIGN_BOTTOM
image_button_unittest.cc 139 ImageButton::ALIGN_BOTTOM);
154 ImageButton::ALIGN_BOTTOM);
image_button.cc 178 else if (v_alignment_ == ALIGN_BOTTOM)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 62 ALIGN_BOTTOM(ATTR_LAYOUT_ALIGN_BOTTOM, null, BOTTOM, null, BOTTOM, false, true, false, false),
214 return ALIGN_BOTTOM;
DeletionHandler.java 251 case ALIGN_BOTTOM:
255 case ALIGN_BOTTOM:
ConstraintPainter.java 30 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BOTTOM;
163 if (c.type == ALIGN_BOTTOM && c.to.node == constraint.to.node) {
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 122 public static final int ALIGN_BOTTOM = 8;
191 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 247 DynamicDrawableSpan.ALIGN_BOTTOM);
  /external/chromium_org/chrome/browser/search/
instant_service.cc 356 else if (alignment & ThemeProperties::ALIGN_BOTTOM)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 319 DynamicDrawableSpan.ALIGN_BOTTOM);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 171 public static final int ALIGN_BOTTOM = 3;
734 mLeftSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_LEFT : Slider.ALIGN_BOTTOM);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.cc 525 views::ImageButton::ALIGN_BOTTOM);
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 76 ImageButton::ALIGN_BOTTOM);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 887 milliseconds

1 2