Searched refs:EDGE_SLOP (Results 1 – 2 of 2) sorted by relevance
165 private static final int EDGE_SLOP = 12; field in ViewConfiguration365 mEdgeSlop = EDGE_SLOP; in ViewConfiguration()421 mEdgeSlop = (int) (sizeAndDensity * EDGE_SLOP + 0.5f); in ViewConfiguration()702 return EDGE_SLOP; in getEdgeSlop()
67188 Landroid/view/ViewConfiguration;->EDGE_SLOP:I