Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java294 Node toLeftOf = null; in getBiggestMarginInDirection() local
296 toLeftOf = idNodeMap.get(cleanUpIdReference(toLeftOfRef)); in getBiggestMarginInDirection()
306 if (toLeftOf != null) { in getBiggestMarginInDirection()
311 if (list.indexOf(toLeftOf) == -1) { in getBiggestMarginInDirection()
312 list.add(toLeftOf); in getBiggestMarginInDirection()