Home
last modified time | relevance | path

Searched refs:horizontalType (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java208 SegmentType horizontalType = SegmentType.LEFT; in computeMatches() local
214 horizontalType = SegmentType.RIGHT; in computeMatches()
219 horizontalType = SegmentType.CENTER_HORIZONTAL; in computeMatches()
233 mColumnMatch = new GridMatch(horizontalType, 0, x1, column, createColumn, 0); in computeMatches()
252 horizontalType.name().toLowerCase(Locale.US), in computeMatches()