Home
last modified time | relevance | path

Searched refs:SELECTION_MIN_SIZE (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/gle2/
DCanvasViewInfo.java75 public static final int SELECTION_MIN_SIZE = 6; field in CanvasViewInfo
459 if (mAbsRect.width < SELECTION_MIN_SIZE || mAbsRect.height < SELECTION_MIN_SIZE) { in isInvisible()
825 if (w < SELECTION_MIN_SIZE) { in createView()
826 int d = (SELECTION_MIN_SIZE - w) / 2; in createView()
828 w += SELECTION_MIN_SIZE - w; in createView()
831 if (h < SELECTION_MIN_SIZE) { in createView()
832 int d = (SELECTION_MIN_SIZE - h) / 2; in createView()
834 h += SELECTION_MIN_SIZE - h; in createView()