HomeSort by relevance Sort by last modified time
    Searched defs:WEIGHT (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 219 /** The WEIGHT text attribute. */
220 public static final TextAttribute WEIGHT = new TextAttribute("weight");
224 * predefined weight.
229 * The Constant WEIGHT_LIGHT indicates the standard light weight.
234 * The Constant WEIGHT_DEMILIGHT indicates an intermediate weight
240 * The Constant WEIGHT_REGULAR indicates the standart weight.
245 * The Constant WEIGHT_SEMIBOLD indicates a semi weight
250 /** The Constant WEIGHT_MEDIUM indicates average weight
255 * a lighter weight than BOLD. *
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 92 private static final String WEIGHT = "Weight";
368 else if (name.equalsIgnoreCase(WEIGHT) && mCurrSensorAttrib != null) {