HomeSort by relevance Sort by last modified time
    Searched refs:EDGE_SLOP (Results 1 - 8 of 8) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewConfiguration.java 48 private static final int EDGE_SLOP = 12;
77 edgeSlop = (int) (density * EDGE_SLOP + 0.5f);
152 return EDGE_SLOP;
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 129 private static final int EDGE_SLOP = 12;
255 mEdgeSlop = EDGE_SLOP;
295 mEdgeSlop = (int) (sizeAndDensity * EDGE_SLOP + 0.5f);
523 return EDGE_SLOP;
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 600 milliseconds