HomeSort by relevance Sort by last modified time
    Searched defs:SegmentType (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 30 import com.android.ide.common.api.SegmentType;
172 if (rowMatch.type == SegmentType.BOTTOM) {
174 } else if (rowMatch.type == SegmentType.BASELINE) {
177 if (columnMatch.type == SegmentType.RIGHT) {
179 } else if (columnMatch.type == SegmentType.CENTER_HORIZONTAL) {
194 if (rowMatch.type == SegmentType.TOP) {
198 assert rowMatch.type == SegmentType.BOTTOM;
218 if (columnMatch.type == SegmentType.LEFT) {
222 assert columnMatch.type == SegmentType.RIGHT;
321 if (columnMatch.type == SegmentType.RIGHT)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 16 enum SegmentType {
105 SegmentType segmentType() const {
107 SegmentType type = (SegmentType) segment.verb();
  /external/skia/src/pathops/
SkIntersectionHelper.h 16 enum SegmentType {
105 SegmentType segmentType() const {
107 SegmentType type = (SegmentType) segment.verb();
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 6923 milliseconds