Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java40 public static final float WEAR_ROUND_MIN_INSET_PERCENT = 0.08f; field in Constants
DUtils.java201 int minInset = (int) (height * Constants.WEAR_ROUND_MIN_INSET_PERCENT); in calculateBottomInsetsOnRoundDevice()