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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java 40 public static final float WEAR_ROUND_MIN_INSET_PERCENT = 0.08f;
Utils.java 201 int minInset = (int) (height * Constants.WEAR_ROUND_MIN_INSET_PERCENT);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java 40 public static final float WEAR_ROUND_MIN_INSET_PERCENT = 0.08f;
Utils.java 201 int minInset = (int) (height * Constants.WEAR_ROUND_MIN_INSET_PERCENT);
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Constants.java 40 public static final float WEAR_ROUND_MIN_INSET_PERCENT = 0.08f;
Utils.java 201 int minInset = (int) (height * Constants.WEAR_ROUND_MIN_INSET_PERCENT);

Completed in 403 milliseconds