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

1 2

  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 80 * indicate the same <code>WEIGHT</code>.
82 * <code>WEIGHT</code>, <code>WIDTH</code>, <code>POSTURE</code>,
88 * <li>The values for <code>WEIGHT</code>, <code>WIDTH</code>, and
160 * exist, the default will be used with <em>regular</em> weight.
162 * request that the font's weight be bold.</p>
168 * Attribute key for the weight of a font. Values are instances
183 * the regular weight.
187 public static final TextAttribute WEIGHT =
188 new TextAttribute("weight");
191 * The lightest predefined 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.
805 int weight; local
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/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;
338 * @param weight An integer that indicates the font weight.
346 @IntRange(from = 1, to = 1000) int weight,
350 mWeight = weight;
370 * Returns the weight value for this font
862 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/gradle-plugin/com/android/tools/sdk-common/26.0.0-alpha4/
sdk-common-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-alpha5/
sdk-common-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-alpha6/
sdk-common-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-alpha7/
sdk-common-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-alpha9/
sdk-common-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0/
sdk-common-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta1/
sdk-common-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta2/
sdk-common-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta6/
sdk-common-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta7/
sdk-common-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-rc1/
sdk-common-26.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.2.0-alpha16/
sdk-common-26.2.0-alpha16.jar 
  /prebuilts/misc/common/sdk-common/
sdk-common.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/sdk-common/26.0.0-beta2/
sdk-common-26.0.0-beta2.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 157 milliseconds

1 2