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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 53 BASELINE='baseline'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 53 BASELINE='baseline'
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 90 case BASELINE:
91 return String.format("Align baseline in row %1$d", cellIndex + 1);
135 * Computes the sorting priority of this match, giving baseline matches higher
140 case BASELINE:
GridDropHandler.java 76 * bounds and the drag baseline
333 * Adds a baseline match, if applicable.
343 rowMatches.add(new GridMatch(SegmentType.BASELINE, distance, rowBaselineY, row,
564 } else if (mRowMatch.type == SegmentType.BASELINE) {
565 // TODO: The rowSpan should always be 1 for baseline alignments, since
578 assert mRowMatch.type != SegmentType.BASELINE || rowSpan == 1 : rowSpan;
581 // the row; don't add a rowspan since that will defeat baseline alignment etc
707 if (mRowMatch.type == SegmentType.BASELINE) {
708 // There *is* no baseline gravity constant, instead, leave the
710 // baseline alignmen
    [all...]
GridLayoutPainter.java 174 } else if (rowMatch.type == SegmentType.BASELINE) {
245 // Preview baseline as well
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 18 import static com.android.ide.common.api.SegmentType.BASELINE;
68 ALIGN_BASELINE(ATTR_LAYOUT_ALIGN_BASELINE, null, BASELINE, null, BASELINE, false, true, false,
158 * is one of the parent edges (actual edge, not center/baseline segments)
205 case BASELINE:
215 case BASELINE:
235 case BASELINE:
ResizeHandler.java 19 import static com.android.ide.common.api.SegmentType.BASELINE;
66 assert horizontalEdgeType != BASELINE && verticalEdgeType != BASELINE;
233 || hEdge.edgeType == BASELINE : hEdge;
MoveHandler.java 19 import static com.android.ide.common.api.SegmentType.BASELINE;
49 * different segment types -- the left edge, the right edge, the baseline, the center
163 } else if (hEdge.edgeType == BASELINE) {
226 // Match baseline
228 int baseline = firstNode.getBaseline(); local
229 if (baseline != -1) {
230 mDraggedBaseline = baseline;
231 edge = new Segment(b.y + baseline, b.x, b.x2(), firstNode, null, BASELINE,
236 int baseline = feedback.dragBaseline local
    [all...]
ConstraintPainter.java 21 import static com.android.ide.common.api.SegmentType.BASELINE;
157 // alignBaseline constraints to work around a surprising behavior of baseline
161 // Remove any baseline
481 if (sourceSegmentTypeY == BOTTOM || sourceSegmentTypeY == BASELINE) {
489 } else if (sourceSegmentTypeY == BASELINE) {
561 if (sourceSegmentTypeY == BASELINE) {
575 int x = sourceBounds.x + ((sourceSegmentTypeY == BASELINE) ?
598 assert targetSegmentTypeY == BASELINE : targetSegmentTypeY;
    [all...]
GuidelineHandler.java 21 import static com.android.ide.common.api.SegmentType.BASELINE;
134 * All horizontal segments in the relative layout - top and bottom edges, baseline
375 /** Records the baseline edge for the given node to the potential match list */
380 mHorizontalEdges.add(new Segment(b.y + baselineY, b.x, b.x2(), node, id, BASELINE,
426 // Center horizontal, center vertical and Baseline only matches the same
428 case BASELINE:
565 // HACK! WORKAROUND! Baseline doesn't provide a new bottom edge for attachments
798 // Prefer matching on baseline
799 int baseline1 = (m1.edge.edgeType == BASELINE) ? -1 : 1;
800 int baseline2 = (m2.edge.edgeType == BASELINE) ? -1 : 1
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout3.java 20 import static android.support.v7.widget.GridLayout.BASELINE;
63 Spec emailRow = spec(2, BASELINE);
64 Spec passwordRow = spec(3, BASELINE);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 52 Spec emailRow = spec(2, BASELINE);
53 Spec passwordRow = spec(3, BASELINE);
  /external/chromium_org/chrome/browser/ui/views/
home_button.cc 98 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::BASELINE, 0,
101 cs->AddColumn(views::GridLayout::CENTER, views::GridLayout::BASELINE, 0,
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 57 Spec row3 = spec(2, BASELINE);
58 Spec row4 = spec(3, BASELINE);
BiDiTestGridLayoutCodeRtl.java 57 Spec row3 = spec(2, BASELINE);
58 Spec row4 = spec(3, BASELINE);
  /external/chromium_org/ui/views/layout/
grid_layout.h 88 // The view is aligned along the baseline. This is only valid for the
90 BASELINE
grid_layout.cc 336 baseline(-1) {
365 // The baseline. Only used if the view is vertically aligned along the
366 // baseline.
367 int baseline; member in struct:views::ViewState
760 // We don't support baseline alignment of views spanning rows. Please add if
762 DCHECK(v_align != BASELINE || row_span == 1);
779 case GridLayout::BASELINE: // If we were asked to align on baseline, but
780 // the view doesn't have a baseline, fall back
833 if (view_state->v_align == BASELINE && view_state->baseline != -1)
    [all...]
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 35 public static final String[] VERTICAL_NAMES = {"north", "center", "baseline", "south", "fill"};
36 public static final Alignment[] VERTICAL_ALIGNMENTS = {TOP, CENTER, BASELINE, BOTTOM, FILL};
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.h 131 return va == BASELINE || va == TEXT_BOTTOM || va == TEXT_TOP || va == SUPER || va == SUB || va == LENGTH;
RenderInline.cpp 213 || (parentRenderInline && parentStyle->verticalAlign() != BASELINE)
214 || style()->verticalAlign() != BASELINE
225 || childStyle->verticalAlign() != BASELINE
557 // direction (aligned to the root box's baseline).
    [all...]
InlineFlowBox.cpp 130 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE)
137 // FIXME: This is dumb. We only turn off because current layout test results expect the <br> to be 0-height on the baseline.
147 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE
511 // the root box's baseline. The maxDescent value represents the distance of the lowest point of any box
512 // (also typically including line-height) from the root box baseline. These values can be negative.
514 // A secondary purpose of this function is to store the offset of every box's baseline from the root box's
515 // baseline. This information is cached in the logicalTop() of every box. We're effectively just using
520 // part of the box (EXCLUDING leading) is above (for ascent) or below (for descent) the root box's baseline
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 127 BASELINE, MIDDLE, SUB, SUPER, TEXT_TOP,
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]

Completed in 538 milliseconds

1 2