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

  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 78 * indicate the same <code>WEIGHT</code>.
80 * <code>WEIGHT</code>, <code>WIDTH</code>, <code>POSTURE</code>,
86 * <li>The values for <code>WEIGHT</code>, <code>WIDTH</code>, and
119 * <td valign="TOP">{@link #WEIGHT}</td>
323 * exist, the default will be used with <em>regular</em> weight.
325 * request that the font's weight be bold.</p>
338 * Attribute key for the weight of a font. Values are instances
353 * the regular weight.
357 public static final TextAttribute WEIGHT =
358 new TextAttribute("weight");
    [all...]
  /frameworks/base/core/java/android/provider/
FontsContract.java 113 * should have this column populated with the int weight for the resulting font. This value
114 * should be between 100 and 900. The most common values are 400 for regular weight and 700
115 * for bold weight.
117 public static final String WEIGHT = "font_weight";
194 * @param weight An integer that indicates the font weight.
200 @Nullable FontVariationAxis[] axes, @IntRange(from = 1, to = 1000) int weight,
205 mWeight = weight;
232 * Returns the weight value for this font.
797 int weight; local
    [all...]
  /frameworks/support/compat/java/android/support/v4/provider/
FontsContractCompat.java 108 * should have this column populated with the int weight for the resulting font. This value
109 * should be between 100 and 900. The most common values are 400 for regular weight and 700
110 * for bold weight.
112 public static final String WEIGHT = android.provider.FontsContract.Columns.WEIGHT;
284 * @param weight An integer that indicates the font weight.
291 @IntRange(from = 1, to = 1000) int weight,
295 mWeight = weight;
315 * Returns the weight value for this font
812 int weight = weightColumnIndex != -1 ? cursor.getInt(weightColumnIndex) : 400; local
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 91 private static final String WEIGHT = "Weight";
367 else if (name.equalsIgnoreCase(WEIGHT) && mCurrSensorAttrib != null) {
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 165 milliseconds