Searched refs:SELECTION_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
75 public static final int SELECTION_MIN_SIZE = 6; field in CanvasViewInfo459 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()